耗材bug修复

ywj_dev
郑明梁 2 years ago
parent b8c2583bd8
commit 80043df1a9

@ -135,45 +135,22 @@
@selection-change="handleSelectionChange"
>
<el-table-column label="序号" type="index"></el-table-column>
<el-table-column
label="最小销售产品标识"
prop="nameCode"
width="140"
show-overflow-tooltip
></el-table-column>
<el-table-column
label="主系统编码"
prop="mainId"
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"
show-overflow-tooltip
></el-table-column>
<el-table-column
label="注册/备案号"
prop="zczbhhzbapzbh" width="160"
show-overflow-tooltip
></el-table-column>
<el-table-column
label="生产企业"
prop="ylqxzcrbarmc" width="180"
show-overflow-tooltip
></el-table-column>
<!-- <el-table-column-->
<!-- label="器械类别"-->
<!-- prop="qxlb"-->
<!-- show-overflow-tooltip-->
<!-- ></el-table-column>-->
<el-table-column label="最小销售产品标识" prop="nameCode" width="140" show-overflow-tooltip></el-table-column>
<el-table-column label="主系统编码" prop="mainId" 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" show-overflow-tooltip></el-table-column>
<el-table-column label="注册/备案号" prop="zczbhhzbapzbh" width="160" show-overflow-tooltip></el-table-column>
<el-table-column label="生产企业" prop="ylqxzcrbarmc" width="180" show-overflow-tooltip></el-table-column>
<el-table-column label="集采状态" prop="groupBuy" width="120" show-overflow-tooltip>
<template slot-scope="scope">
{{ groupBuyMap[scope.row.groupBuy] }}
</template>
</el-table-column>
<el-table-column label="可配送状态" prop="dispatch" width="120" show-overflow-tooltip>
<template slot-scope="scope">
{{ dispatchMap[scope.row.dispatch] }}
</template>
</el-table-column>
<el-table-column width="180" label="操作" fixed="right">
<template slot-scope="scope">
<el-button
@ -1244,6 +1221,14 @@ export default {
measname: null,
nameCode: null
},
groupBuyMap: {
true:"采集",
false:"非采集"
},
dispatchMap: {
true:"可配送",
false:"不可配送"
},
pId: 0,
productRemarkSet: {},
relevanceEdit: {

@ -130,6 +130,7 @@
<el-input
style="width: 80%"
size="small"
type="number"
splaceholder="请输入内容"
v-model="editQuery.overStockNum"
></el-input>
@ -140,6 +141,7 @@
<el-input
style="width: 80%"
size="small"
type="number"
splaceholder="请输入内容"
v-model="editQuery.lowStockNum"
></el-input>
@ -152,6 +154,7 @@
<el-input
style="width: 80%"
size="small"
type="number"
splaceholder="请输入内容"
v-model="editQuery.recentDateTime"
></el-input>

Loading…
Cancel
Save