|
@@ -776,13 +776,13 @@
|
|
|
this.$refs.weightChild.openPort()
|
|
|
},
|
|
|
|
|
|
- listclick(row) {debugger
|
|
|
+ listclick(row) {
|
|
|
this.id = row.id
|
|
|
getweighing({
|
|
|
id: row.id,
|
|
|
})
|
|
|
.toPromise()
|
|
|
- .then((response) => {debugger
|
|
|
+ .then((response) => {
|
|
|
this.weighingList = response
|
|
|
// this.weighingList.grossWeight = this.weighingList.grossWeight * 1000
|
|
|
// this.weighingList.tare = this.weighingList.tare * 1000
|
|
@@ -1578,6 +1578,9 @@
|
|
|
console.log(this.warehouseCount)
|
|
|
for (let i = 0; i < this.taskNolist.length; i++) {
|
|
|
if (this.taskNolist[i].inOutTaskNo == e) {
|
|
|
+ this.weighingList.number = this.taskNolist[i].inOutTaskNo
|
|
|
+ this.weighingList.goodsName = this.taskNolist[i].goodsName
|
|
|
+ this.weighingList.tips = this.taskNolist[i].businessDescribe
|
|
|
var data = this.taskNolist[i]
|
|
|
if (this.taskNolist[i].contractNo) {
|
|
|
// console.log(this.taskNolist[i])
|