演示数据2.0
wangwei 10 months ago
parent 43690f72b9
commit c48b677488

@ -356,6 +356,16 @@
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="包装规格:">
<el-input
style="width: 80%"
size="small"
splaceholder="请输入内容"
v-model="editQuery.bzgg"
></el-input>
</el-form-item>
</el-col>
</el-row>
@ -822,6 +832,7 @@ export default {
Treeselect
},
created() {
console.log("dayinshshhs",this.editQuery)
this.useMutiChange(true)
this.getThirdSysDetail();
if (this.editQuery.isDateBy == 1) {

@ -78,6 +78,7 @@
<el-table-column label="DI/物资编码" prop="nameCode" width="120" show-overflow-tooltip></el-table-column>
<el-table-column label="物资名称" prop="cpmctymc" width="160" show-overflow-tooltip></el-table-column>
<el-table-column label="规格型号" prop="ggxh" width="160"></el-table-column>
<el-table-column label="包装规格" prop="bzgg" width="100"></el-table-column>
<el-table-column label="计量单位" prop="measname" width="90"></el-table-column>
<el-table-column label="批次号" prop="batchNo" width="90"></el-table-column>
<el-table-column label="价格" prop="price"></el-table-column>

@ -668,7 +668,6 @@ export default {
invNum: product.reCount,
supId: product.supId
};
this.countProductList.push(detailData);
});
// this.saveOrderDetail();

@ -458,6 +458,7 @@ export default {
inoutPrintStatus: null,
confirmStarTime:null, //
confirmEndTime:null,
corpName:null,
},
printMap: {
@ -653,6 +654,7 @@ export default {
endAduditTime: this.filterQuery.endAduditTime,
confirmStarTime : this.filterQuery.confirmStarTime ,
confirmEndTime : this.filterQuery.confirmEndTime ,
corpName : this.filterQuery.corpName ,
employeeName: this.$store.getters.user.employeeName,
locInvName:this.$store.getters.locInvName,
templateId: res.data,

@ -105,6 +105,7 @@
<el-table-column label="物资名称" prop="cpmctymc" width="160" show-overflow-tooltip></el-table-column>
<el-table-column label="商品名称" prop="spmc" width="160" show-overflow-tooltip></el-table-column>
<el-table-column label="规格型号" prop="ggxh" width="140" show-overflow-tooltip></el-table-column>
<el-table-column label="包装规格" prop="bzgg" width="140" show-overflow-tooltip></el-table-column>
<el-table-column label="注册/备案凭证" prop="zczbhhzbapzbh" width="160" show-overflow-tooltip></el-table-column>
<el-table-column label="医疗器械注册人" width="160" prop="ylqxzcrbarmc"></el-table-column>
<el-table-column label="器械类别" prop="qxlb" width="100" show-overflow-tooltip></el-table-column>

Loading…
Cancel
Save