浏览代码

完善保存重复校验

qukaidi 4 年之前
父节点
当前提交
3fb40cbf6e

文件差异内容过多而无法显示
+ 1195 - 1100
src/views/warehouseBusiness/goodsTransfer/index.vue


+ 1 - 0
src/views/warehouseBusiness/outStock/index.vue

@@ -5576,6 +5576,7 @@ export default {
         fCntqty: null,
         fBusinessType: null,
       };
+      this.mblnoStatus ="";
       this.deptOptions = [];
       this.userOptions = [];
       this.fSbuOptions = [];

+ 3 - 1
src/views/warehouseBusiness/stockTransfer/index.vue

@@ -5001,7 +5001,8 @@ export default {
         fCntrtype: null,
         fCntqty: null,
       };
-      this.CntrTable=[{}]
+      this.mblnoStatus ="";
+      this.CntrTable=[{}];
       this.deptOptions = [];
       this.userOptions = [];
       this.fSbuOptions = [];
@@ -6332,6 +6333,7 @@ export default {
               "warehousebillsfeesDr",
               JSON.stringify(this.warehouseDrList)
             );
+             formDatae.append("mblnoStatus", this.mblnoStatus);
             addStockTransfer(formData).then((response) => {
               if (response.data == false) {
                 this.$confirm(response.msg, "提示", {

部分文件因为文件数量过多而无法显示