| | |
| | | , { field: '日期', title: '日期', width: 150, sort: true } |
| | | , { field: '批次', title: '批次', width: 150, sort: true } |
| | | , { field: '生产日期', title: '生产日期', width: 150, sort: true } |
| | | , { field: '预计到货日期', title: '预计到货日期', width: 150, sort: true } |
| | | , { field: '预计到货日期', title: '送货日期', width: 150, sort: true } |
| | | , { field: '源单主内码', title: '源单主ID', width: 100, hide: true } |
| | | , { field: '源单子内码', title: '源单子ID', width: 100, hide: true } |
| | | , { field: '源单单号', title: '源单单号', width: 180 } |
| | |
| | | </div> |
| | | </div> |
| | | <div class="layui-col-xs3"> |
| | | <label class="layui-form-label"> 预计到货日期:</label> |
| | | <label class="layui-form-label"> 送货日期:</label> |
| | | <div class="layui-input-inline"> |
| | | <input class="layui-input" name="HDHDate" lay-verify="HDHDate" id="HDHDate"> |
| | | </div> |
| | |
| | | , { field: 'HBatchNo', title: '批次', width: 100, edit: 'text' } |
| | | , { field: 'HKFDate', title: '生产日期', align: 'center', width: 150, data_field: 'HKFDate', event: "chooseHKFDate" } |
| | | , { field: 'HKFPeriod', title: '保质期', width: 100 } |
| | | , { field: 'HDate', title: '预计到货日期', align: 'center', width: 150, data_field: 'HDate', event: "chooseHDate", hide: true } |
| | | , { field: 'HDate', title: '送货日期', align: 'center', width: 150, data_field: 'HDate', event: "chooseHDate", hide: true } |
| | | , { field: 'HPrice', title: '单价', width: 100, hide: true } |
| | | , { field: 'HMoney', title: '金额', width: 100, hide: true} |
| | | //, { field: 'HRemark', title: '备注', width: 100 } |
| | |
| | | function AllowLoadData(sSubStr) { |
| | | var Result = true; |
| | | if ($("#HDHDate").val() == '' || $("#HDHDate").val() == null) { |
| | | layer.msg("预计到货日期不能为空!", { icon: 5, btn: ['确认'], time: 2000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" }); |
| | | layer.msg("送货日期不能为空!", { icon: 5, btn: ['确认'], time: 2000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" }); |
| | | return Result = false; |
| | | } |
| | | if ($("#HDeliveryNo").val() == '' || $("#HDeliveryNo").val() == null) { |