Procházet zdrojové kódy

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

001295 před 1 rokem
rodič
revize
051f2f1e6c
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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) => {