|
|
@ -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();
|
|
|
|