|
@@ -454,6 +454,7 @@
|
|
|
})
|
|
|
},
|
|
|
closePrint() {
|
|
|
+ debugger
|
|
|
this.isShowPrint = false
|
|
|
},
|
|
|
printSmall() {
|
|
@@ -930,6 +931,8 @@
|
|
|
this.weighingList.skinInspector =
|
|
|
localStorage.getItem('ws-pf_staffName')
|
|
|
if (this.weighingList.id) {
|
|
|
+ this.weighingList.id = this.weighingList.warehouseInOutId
|
|
|
+ this.weighingList.warehouseInOutDetail.id = this.weighingList.warehouseInOutId
|
|
|
addstorageputList(this.weighingList)
|
|
|
.toPromise()
|
|
|
.then((response) => {
|
|
@@ -992,7 +995,8 @@
|
|
|
this.weighingList.relationId = this.relationId
|
|
|
this.weighingList.warehouseId = this.warehouseId
|
|
|
this.weighingList.baseId = this.warehouseId
|
|
|
- console.log(this.weighingList)
|
|
|
+ this.weighingList.id = this.weighingList.warehouseInOutId
|
|
|
+ this.weighingList.warehouseInOutDetail.id = this.weighingList.warehouseInOutId
|
|
|
addstorageputList(this.weighingList)
|
|
|
.toPromise()
|
|
|
.then((response) => {
|
|
@@ -1094,6 +1098,8 @@
|
|
|
localStorage.getItem('ws-pf_staffName')
|
|
|
this.weighingList.warehouseId = this.warehouseId
|
|
|
this.weighingList.baseId = this.warehouseId
|
|
|
+ this.weighingList.id = this.weighingList.warehouseInOutId
|
|
|
+ this.weighingList.warehouseInOutDetail.id = this.weighingList.warehouseInOutId
|
|
|
addstorageputList(this.weighingList)
|
|
|
.toPromise()
|
|
|
.then((response) => {
|