瀏覽代碼

复制调拨日期不能晚于当天日期;

001295 1 年之前
父節點
當前提交
051f2f1e6c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/purchase/transferOrder/add.vue

+ 1 - 0
src/views/purchase/transferOrder/add.vue

@@ -1622,6 +1622,7 @@ export default {
       this.basicForm.updateTime = "";
       this.basicForm.updateTime = "";
       this.basicForm.storageCode = "";
       this.basicForm.storageCode = "";
       this.basicForm.deliveryCode = "";
       this.basicForm.deliveryCode = "";
+      this.basicForm.billDate = new Date();
       // 复制新增把id,编码,创建人置为空,子表去掉id
       // 复制新增把id,编码,创建人置为空,子表去掉id
       if (this.basicForm.materialInfo.length !== 0) {
       if (this.basicForm.materialInfo.length !== 0) {
         this.basicForm.materialInfo.forEach((item) => {
         this.basicForm.materialInfo.forEach((item) => {