|
|
|
@ -129,7 +129,7 @@
|
|
|
|
|
<el-table-column label="批次号" prop="batchNo" width="120"></el-table-column>
|
|
|
|
|
<el-table-column label="生产日期" prop="productionDate" width="120"></el-table-column>
|
|
|
|
|
<el-table-column label="失效日期" prop="expireDate" width="120"></el-table-column>
|
|
|
|
|
<el-table-column label="计量单位" prop="expireDate" width="120"></el-table-column>
|
|
|
|
|
<el-table-column label="计量单位" prop="measname" width="120"></el-table-column>
|
|
|
|
|
<el-table-column label="注册备案号" prop="zczbhhzbapzbh" show-overflow-tooltip
|
|
|
|
|
width="200"></el-table-column>
|
|
|
|
|
<el-table-column label="生产厂家" prop="manufactory" show-overflow-tooltip
|
|
|
|
@ -216,7 +216,7 @@ export default {
|
|
|
|
|
invCode: this.$store.getters.locInvCode,
|
|
|
|
|
invSpaceCode: null,
|
|
|
|
|
code: null,
|
|
|
|
|
type: 1,
|
|
|
|
|
type: 3,
|
|
|
|
|
orderId: null,
|
|
|
|
|
productName: null,
|
|
|
|
|
nameCode: null,
|
|
|
|
@ -275,14 +275,10 @@ export default {
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
invPlace(type) {
|
|
|
|
|
if (type === 3) {
|
|
|
|
|
this.placeChangeDialogVisible = true;
|
|
|
|
|
}
|
|
|
|
|
this.placeChangeDialogVisible = true;
|
|
|
|
|
},
|
|
|
|
|
closePlaceDialog(type) {
|
|
|
|
|
if (type === 3) {
|
|
|
|
|
this.placeChangeDialogVisible = false;
|
|
|
|
|
}
|
|
|
|
|
this.placeChangeDialogVisible = false;
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
|
typeChange() {
|
|
|
|
|