|
@@ -601,8 +601,8 @@ export default {
|
|
|
setVal(data) {
|
|
|
if (this.information == '毛重') {
|
|
|
this.weighingList.grossWeight = data
|
|
|
- this.weighingList.netWeight =
|
|
|
- Number(this.weighingList.grossWeight) - Number(this.weighingList.tare)
|
|
|
+ // this.weighingList.netWeight =
|
|
|
+ // Number(this.weighingList.grossWeight) - Number(this.weighingList.tare)
|
|
|
} else {
|
|
|
this.weighingList.tare = data
|
|
|
this.weighingList.netWeight =
|
|
@@ -616,6 +616,7 @@ export default {
|
|
|
listclick(row) {
|
|
|
this.weighingList = row
|
|
|
this.information = '皮重'
|
|
|
+ this.index=0
|
|
|
this.cartips = '手动输入'
|
|
|
this.tpyeNo = '1'
|
|
|
},
|