|
@@ -567,6 +567,7 @@ export default {
|
|
if (this.contractNoList[i].contractNo == val) {
|
|
if (this.contractNoList[i].contractNo == val) {
|
|
this.deptBudgetList.goodsName = this.contractNoList[i].goodsName
|
|
this.deptBudgetList.goodsName = this.contractNoList[i].goodsName
|
|
this.deptBudgetList.weight= this.contractNoList[i].weight
|
|
this.deptBudgetList.weight= this.contractNoList[i].weight
|
|
|
|
+ this.deptBudgetList.tranProcessInfoList[0].weight= this.contractNoList[i].weight
|
|
console.log(this.contractNoList[i])
|
|
console.log(this.contractNoList[i])
|
|
if(this.contractNoList[i].inOutType){
|
|
if(this.contractNoList[i].inOutType){
|
|
this.deptBudgetList.sendWarehouse = this.contractNoList[i].sendWarehouse
|
|
this.deptBudgetList.sendWarehouse = this.contractNoList[i].sendWarehouse
|
|
@@ -689,7 +690,7 @@ export default {
|
|
loaddata() {
|
|
loaddata() {
|
|
this.deptBudgetList.taskNo = 'YS' + this.getdate() + this.MathRand()
|
|
this.deptBudgetList.taskNo = 'YS' + this.getdate() + this.MathRand()
|
|
this.deptBudgetList.tranProcessInfoList[0].processNo =
|
|
this.deptBudgetList.tranProcessInfoList[0].processNo =
|
|
- this.deptBudgetList.taskNo + '-1'
|
|
|
|
|
|
+ this.deptBudgetList.taskNo
|
|
// 货名
|
|
// 货名
|
|
packList({ constId: 'CON2' })
|
|
packList({ constId: 'CON2' })
|
|
.toPromise()
|
|
.toPromise()
|