|
@@ -911,7 +911,7 @@
|
|
|
})
|
|
|
} else {
|
|
|
console.log(22222)
|
|
|
- this.weighingList.serviceManagementType=2
|
|
|
+
|
|
|
this.weighingList.relationId = this.relationId
|
|
|
this.weighingList.warehouseId = this.warehouseId
|
|
|
this.weighingList.baseId = this.warehouseId
|
|
@@ -1013,6 +1013,7 @@
|
|
|
.catch((response) => {})
|
|
|
}
|
|
|
} else if (this.tpyeNo == 2) {
|
|
|
+ this.weighingList.serviceManagementType=2
|
|
|
this.weighingList.secretaryWeigher =
|
|
|
localStorage.getItem('ws-pf_staffName')
|
|
|
this.weighingList.warehouseId = this.warehouseId
|