|
@@ -690,7 +690,7 @@
|
|
|
slot: 'measuringUnit',
|
|
slot: 'measuringUnit',
|
|
|
align: 'center'
|
|
align: 'center'
|
|
|
},
|
|
},
|
|
|
- this.clientEnvironmentId == 0
|
|
|
|
|
|
|
+ this.clientEnvironmentId == 4
|
|
|
? {
|
|
? {
|
|
|
width: 150,
|
|
width: 150,
|
|
|
prop: 'blockCount',
|
|
prop: 'blockCount',
|
|
@@ -1016,7 +1016,7 @@
|
|
|
);
|
|
);
|
|
|
},
|
|
},
|
|
|
//改变数量
|
|
//改变数量
|
|
|
- changeCount(row, index) {
|
|
|
|
|
|
|
+ changeCount(row, index,isBlockCount) {
|
|
|
this.$set(
|
|
this.$set(
|
|
|
this.form,
|
|
this.form,
|
|
|
'datasource[' + index + ']',
|
|
'datasource[' + index + ']',
|
|
@@ -1034,7 +1034,7 @@
|
|
|
this.changeSendTotalWeight(row, index);
|
|
this.changeSendTotalWeight(row, index);
|
|
|
this.getNotaxSinglePrice();
|
|
this.getNotaxSinglePrice();
|
|
|
this.$forceUpdate();
|
|
this.$forceUpdate();
|
|
|
- if (this.clientEnvironmentId == 4) {
|
|
|
|
|
|
|
+ if (this.clientEnvironmentId == 4&&!isBlockCount) {
|
|
|
this.tableHandleKeyUp(row, index, 'sum');
|
|
this.tableHandleKeyUp(row, index, 'sum');
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -1147,7 +1147,7 @@
|
|
|
(Number(row.blockCount) * modelLong * modeWide * modeHight) /
|
|
(Number(row.blockCount) * modelLong * modeWide * modeHight) /
|
|
|
1000000;
|
|
1000000;
|
|
|
row.saleCount = row.totalCount;
|
|
row.saleCount = row.totalCount;
|
|
|
- this.changeCount(row, index);
|
|
|
|
|
|
|
+ this.changeCount(row, index,true);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|