gjy 3 年之前
父节点
当前提交
b2c98455fb

+ 2 - 0
src/views/contractManagement/purchaseContractAdd.vue

@@ -464,6 +464,8 @@
         agreementType: '',
         deptBudgetList: {
           deliverType: '1',
+          sourceGoods:'',
+          placeDelivery:'',
           agreementType: '采购合同',
           addressUrl: '',
           sellerPhone:'',

+ 0 - 4
src/views/houseSelfCollect/inspectionManagement.vue

@@ -211,10 +211,6 @@
 						this.cangid = this.warehouseList[i].id
 						this.allowEdit = this.warehouseList[i].allowEdit
 						this.WAREHOUSE[1].payname = this.warehouseList[i].value
-					}
-				}
-				for (let i = 0; i < this.warehouseList1.length; i++) {
-					if (this.warehouseList1[i].warehouseName == e) {
 						localStorage.setItem('houseSelfCollect_house1', JSON.stringify(this.warehouseList[i]))
 					}
 				}

+ 7 - 2
src/views/houseSelfCollect/paymentManagement.vue

@@ -719,7 +719,7 @@ import download from '../../components/WsDownload/download'
             this.warehouseList = response
             if (_wareHouse) {
               this.warehouseNameKey = _wareHouse.id
-              this.warehouseName = _wareHouse.warehouseName
+              this.warehouseName = _wareHouse.value
             } else {
               this.warehouseNameKey = this.warehouseList[0].id
               if (this.warehouseName) {
@@ -1071,7 +1071,12 @@ import download from '../../components/WsDownload/download'
             this.warehouseName = this.warehouseList[i].warehouseName
             localStorage.setItem(
               'houseSelfCollect_house1',
-              JSON.stringify(this.warehouseList[i])
+              JSON.stringify({value:this.warehouseList[i].warehouseName,
+                warehouseId: this.warehouseList[i].id,
+                allowEdit: this.warehouseList[i].allowEdit,
+                monitorUrl1: this.warehouseList[i].monitorUrl1,
+                monitorUrl2: this.warehouseList[i].monitorUrl2,
+                warehouseNo:this.warehouseList[i].commonWarehouseNo})
             )
             this.WAREHOUSE[3].payname = this.warehouseList[i].id
           }