11/22 界面优化1.0

dev_unify
wangwei 8 months ago
parent fb1c09f0ee
commit a3f5162c6e

@ -252,7 +252,7 @@
show-overflow-tooltip show-overflow-tooltip
></el-table-column> ></el-table-column>
<el-table-column <el-table-column
label="规格型号" width="150" label="包装规格" width="150"
prop="spec" prop="spec"
></el-table-column> ></el-table-column>
<el-table-column label="批次号" <el-table-column label="批次号"
@ -467,6 +467,7 @@ export default {
startTime: null, startTime: null,
endTime: null, endTime: null,
invCode: this.$store.getters.locInvCode, invCode: this.$store.getters.locInvCode,
productType: 2
}; };
this.actDateRange = []; this.actDateRange = [];
this.getList(); this.getList();

Loading…
Cancel
Save