Kaynağa Gözat

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-pc

achao 2 yıl önce
ebeveyn
işleme
34f1743f11

+ 1 - 1
src/views/contractManagement/storageContract.vue

@@ -286,7 +286,7 @@
         searchType: 1,
         searchTypeText: '未完成',
         searchKeyWord: '',
-        contractType: 1,
+        contractType: 2,
         goodsType: 1,
         startDate: null,
         endDate: null,

+ 1 - 1
src/views/contractManagement/storageContractAdd.vue

@@ -1352,7 +1352,7 @@
               this.deptBudgetList.personPhone=this.deptBudgetList.personPhone.toString()
             }
             this.deptBudgetList.compId = this.compId
-            this.deptBudgetList.contractType = 1
+            this.deptBudgetList.contractType = 2
             this.deptBudgetList.goodsType = 1
             addList(this.deptBudgetList)
               .toPromise()

+ 1 - 1
src/views/contractManagement/storageContractEdit.vue

@@ -1417,7 +1417,7 @@
               if (valid) {
                 
                 this.deptBudgetList.compId = this.compId
-                this.deptBudgetList.contractType = 1
+                this.deptBudgetList.contractType = 2
                 editInfo(this.deptBudgetList)
                   .toPromise()
                   .then((response) => {