@@ -553,9 +553,18 @@
} else {
finalValue = singleDotValue;
}
- return (row.outboundNum = finalValue);
+ row.outboundNum = finalValue;
+ const currentIndex = this.selectionList.findIndex(item => item.id === row.id)
+ if(currentIndex > -1) {
+ this.$set(this.selectionList, currentIndex, row);
+ }
+ return
row.outboundNum = row.measureQuantity;
},
@@ -311,6 +311,12 @@
// import { deepClone } from '@/utils'
export default {
components: { outboundOrderPrint, print, print1, print2, print3, print4 },
+ computed: {
+ // 是否开启响应式布局
+ styleResponsive() {
+ return this.$store.state.theme.styleResponsive;
+ },
data() {
return {
currentId: '',