zhongtianhaoyuan 3 лет назад
Родитель
Сommit
06f14d02bb

+ 3 - 2
src/views/houseSelfCollect/newWeighingManagement.vue

@@ -1404,7 +1404,8 @@
             var warehousing = {}
             //贸易入库保存需要再走入库接口
             if (this.inWarehouseType == 1) {
-              warehousing = this.weighingList
+              warehousing = JSON.parse(JSON.stringify(this.weighingList))
+              // warehousing = this.weighingList
               warehousing.secretaryWeigher = localStorage.getItem('ws-pf_staffName')
               warehousing.compId = localStorage.getItem('ws-pf_compId')
               warehousing.inOutFlag = 2
@@ -1487,7 +1488,7 @@
                                 warehousing.deductionWeight /= 1000
                                 warehousing.statusFlag = 1
                                 warehousing.inOutFlag =
-                                  warehousing.id = warehousing.warehouseInOutId
+                                warehousing.id = warehousing.warehouseInOutId
                                 warehousing.warehouseInOutDetail.id = warehousing.inOutDetailId
                                 addstorageputList(warehousing).toPromise().then((response) => {
                                   if (response == 'OK') {

+ 1 - 0
src/views/taskManagement/tranManagementLook.vue

@@ -230,6 +230,7 @@ export default {
       examinetran({ id: this.$route.query.id })
         .toPromise()
         .then((response) => {
+          
           this.checkList = response.tranType.split(',')
           this.deptBudgetList = response
           // for (let i = 0; i < this.deptBudgetList.tranProcessInfoList.length; i++) {