|
@@ -223,7 +223,7 @@ export default {
|
|
activated() {
|
|
activated() {
|
|
this.userJurisdiction = getHp('acquisitionManagement.acquisitionPay.print')
|
|
this.userJurisdiction = getHp('acquisitionManagement.acquisitionPay.print')
|
|
this.getWarehouse()
|
|
this.getWarehouse()
|
|
- this.getList()
|
|
|
|
|
|
+ // this.getList()
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
handlepass() {
|
|
handlepass() {
|
|
@@ -241,7 +241,7 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
},
|
|
},
|
|
- getWarehouse() {
|
|
|
|
|
|
+ getWarehouse() {debugger
|
|
selectWarehouseSelf({
|
|
selectWarehouseSelf({
|
|
compId: sessionStorage.getItem('ws-pf_compId')
|
|
compId: sessionStorage.getItem('ws-pf_compId')
|
|
})
|
|
})
|
|
@@ -254,9 +254,9 @@ export default {
|
|
this.warehouseNameKey = this.WAREHOUSE[3].payname
|
|
this.warehouseNameKey = this.WAREHOUSE[3].payname
|
|
} else {
|
|
} else {
|
|
this.WAREHOUSE[3].payname = this.warehouseList[0].id
|
|
this.WAREHOUSE[3].payname = this.warehouseList[0].id
|
|
|
|
+ this.warehouseName = this.warehouseList[0].warehouseName
|
|
}
|
|
}
|
|
-
|
|
|
|
- // this.getList()
|
|
|
|
|
|
+ this.getList()
|
|
})
|
|
})
|
|
},
|
|
},
|
|
//上传付款截图
|
|
//上传付款截图
|