|
@@ -639,7 +639,7 @@
|
|
|
//累计售粮超上限不能完成毛检保存
|
|
|
let count = (this.purchasePriceList[i].saleLimit - response / 1000).toFixed(2)
|
|
|
// console.log(this.weighingList.grossWeight / 1000, '毛重转吨')
|
|
|
- this.weighingList.grossWeight/=1000
|
|
|
+ // this.weighingList.grossWeight/=1000
|
|
|
if (count - this.weighingList.grossWeight / 1000 < 0) {
|
|
|
this.$alert(
|
|
|
'该客户累计销售' +
|
|
@@ -679,12 +679,12 @@
|
|
|
}
|
|
|
})
|
|
|
} else if (this.tpyeNo == 2) {
|
|
|
- this.weighingList.grossWeight/=1000
|
|
|
- this.weighingList.tare/=1000
|
|
|
- if(this.weighingList.buckleMiscellaneous){
|
|
|
- this.weighingList.buckleMiscellaneous/=1000
|
|
|
- }
|
|
|
- this.weighingList.netWeight/=1000
|
|
|
+ // this.weighingList.grossWeight/=1000
|
|
|
+ // this.weighingList.tare/=1000
|
|
|
+ // if(this.weighingList.buckleMiscellaneous){
|
|
|
+ // this.weighingList.buckleMiscellaneous/=1000
|
|
|
+ // }
|
|
|
+ // this.weighingList.netWeight/=1000
|
|
|
this.weighingList.warehouseId = this.warehouseId;
|
|
|
(this.weighingList.skinInspector =
|
|
|
sessionStorage.getItem('ws-pf_staffName')),
|