Browse Source

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

001295 1 year ago
parent
commit
051f2f1e6c
1 changed files with 1 additions and 0 deletions
  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.storageCode = "";
       this.basicForm.deliveryCode = "";
+      this.basicForm.billDate = new Date();
       // 复制新增把id,编码,创建人置为空,子表去掉id
       if (this.basicForm.materialInfo.length !== 0) {
         this.basicForm.materialInfo.forEach((item) => {