소스 검색

完善保存重复校验

qukaidi 4 년 전
부모
커밋
3fb40cbf6e
3개의 변경된 파일1199개의 추가작업 그리고 1101개의 파일을 삭제
  1. 1195 1100
      src/views/warehouseBusiness/goodsTransfer/index.vue
  2. 1 0
      src/views/warehouseBusiness/outStock/index.vue
  3. 3 1
      src/views/warehouseBusiness/stockTransfer/index.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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, "提示", {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.