|
|
@ -5,12 +5,14 @@
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col :span="6">
|
|
|
|
<el-col :span="6">
|
|
|
|
<el-form-item label="产品编码:">
|
|
|
|
<el-form-item label="产品编码:">
|
|
|
|
<el-input v-model="filterQuery.unionCode" style="width: 90%" placeholder="DI/医保编码/商品条码" clearable="true"></el-input>
|
|
|
|
<el-input v-model="filterQuery.unionCode" style="width: 90%" placeholder="DI/医保编码/商品条码"
|
|
|
|
|
|
|
|
clearable="true"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="6">
|
|
|
|
<el-col :span="6">
|
|
|
|
<el-form-item label="产品通用名:">
|
|
|
|
<el-form-item label="产品通用名:">
|
|
|
|
<el-input v-model="filterQuery.cpmctymc" style="width: 90%" placeholder="产品通用名" clearable="true"></el-input>
|
|
|
|
<el-input v-model="filterQuery.cpmctymc" style="width: 90%" placeholder="产品通用名"
|
|
|
|
|
|
|
|
clearable="true"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="6">
|
|
|
|
<el-col :span="6">
|
|
|
@ -20,7 +22,8 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="6">
|
|
|
|
<el-col :span="6">
|
|
|
|
<el-form-item label="生产企业:">
|
|
|
|
<el-form-item label="生产企业:">
|
|
|
|
<el-input v-model="filterQuery.ylqxzcrbarmc" style="width: 90%" placeholder="生产企业/注册备案人" clearable="true"></el-input>
|
|
|
|
<el-input v-model="filterQuery.ylqxzcrbarmc" style="width: 90%" placeholder="生产企业/注册备案人"
|
|
|
|
|
|
|
|
clearable="true"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
@ -32,7 +35,8 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="6">
|
|
|
|
<el-col :span="6">
|
|
|
|
<el-form-item label="第三方产品编码:">
|
|
|
|
<el-form-item label="第三方产品编码:">
|
|
|
|
<el-input v-model="filterQuery.thrPiId" style="width: 90%" placeholder="第三方产品编码" clearable="true"></el-input>
|
|
|
|
<el-input v-model="filterQuery.thrPiId" style="width: 90%" placeholder="第三方产品编码"
|
|
|
|
|
|
|
|
clearable="true"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
@ -51,7 +55,8 @@
|
|
|
|
<el-divider style="margin: 15px"></el-divider>
|
|
|
|
<el-divider style="margin: 15px"></el-divider>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-table v-loading="loading" :data="list" style="width: 100%" ref="diList" border highlight-current-row :header-cell-class-name="cellClass" @current-change="handleSelectionChange">
|
|
|
|
<el-table v-loading="loading" :data="list" style="width: 100%" ref="diList" border highlight-current-row
|
|
|
|
|
|
|
|
:header-cell-class-name="cellClass" @current-change="handleSelectionChange">
|
|
|
|
<el-table-column label width="45">
|
|
|
|
<el-table-column label width="45">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<el-radio :label="scope.row.id" v-model="radioCheck"><span></span></el-radio>
|
|
|
|
<el-radio :label="scope.row.id" v-model="radioCheck"><span></span></el-radio>
|
|
|
@ -72,7 +77,8 @@
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table>
|
|
|
|
</el-table>
|
|
|
|
|
|
|
|
|
|
|
|
<el-dialog title="产品信息详情" :visible.sync="editDialogVisible" width="80%" :close-on-click-modal="false" :close-on-press-escape="false" append-to-body v-if="editDialogVisible">
|
|
|
|
<el-dialog title="产品信息详情" :visible.sync="editDialogVisible" width="80%" :close-on-click-modal="false"
|
|
|
|
|
|
|
|
:close-on-press-escape="false" append-to-body v-if="editDialogVisible">
|
|
|
|
<el-table :data="sysList" style="width: 100%" border highlight-current-row>
|
|
|
|
<el-table :data="sysList" style="width: 100%" border highlight-current-row>
|
|
|
|
<el-table-column label="序号" type="index"></el-table-column>
|
|
|
|
<el-table-column label="序号" type="index"></el-table-column>
|
|
|
|
<el-table-column label="第三方系统名称" prop="sysName" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="第三方系统名称" prop="sysName" show-overflow-tooltip></el-table-column>
|
|
|
@ -80,7 +86,8 @@
|
|
|
|
<el-table-column label="第三方产品ID" prop="thirdId" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="第三方产品ID" prop="thirdId" show-overflow-tooltip></el-table-column>
|
|
|
|
</el-table>
|
|
|
|
</el-table>
|
|
|
|
|
|
|
|
|
|
|
|
<el-table v-loading="loading" :data="detailList" style="width: 100%; margin-top: 20px" border @current-change="handleDetail" border highlight-current-row>
|
|
|
|
<el-table v-loading="loading" :data="detailList" style="width: 100%; margin-top: 20px" border
|
|
|
|
|
|
|
|
@current-change="handleDetail" border highlight-current-row>
|
|
|
|
<el-table-column label="产品标识" prop="nameCode" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="产品标识" prop="nameCode" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="产品通用名" prop="cpmctymc" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="产品通用名" prop="cpmctymc" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="包装级别" prop="packLevel" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="包装级别" prop="packLevel" show-overflow-tooltip></el-table-column>
|
|
|
@ -91,12 +98,14 @@
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col :span="12">
|
|
|
|
<el-col :span="12">
|
|
|
|
<el-form-item label="产品名称" prop="cpmctymc">
|
|
|
|
<el-form-item label="产品名称" prop="cpmctymc">
|
|
|
|
<el-input style="width: 90%" size="small" splaceholder="请输入产品名称" :disabled="true" v-model="editQuery.cpmctymc"></el-input>
|
|
|
|
<el-input style="width: 90%" size="small" splaceholder="请输入产品名称" :disabled="true"
|
|
|
|
|
|
|
|
v-model="editQuery.cpmctymc"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-form-item label="产品标识" prop="nameCode">
|
|
|
|
<el-form-item label="产品标识" prop="nameCode">
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入产品标识" v-model="editQuery.nameCode"></el-input>
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入产品标识"
|
|
|
|
|
|
|
|
v-model="editQuery.nameCode"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
@ -104,13 +113,15 @@
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-form-item label="规格型号" prop="ggxh">
|
|
|
|
<el-form-item label="规格型号" prop="ggxh">
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入内容" v-model="editQuery.ggxh"></el-input>
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入内容"
|
|
|
|
|
|
|
|
v-model="editQuery.ggxh"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-form-item label="器械类别" prop="qxlb">
|
|
|
|
<el-form-item label="器械类别" prop="qxlb">
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入器械类别" v-model="editQuery.qxlb"></el-input>
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入器械类别"
|
|
|
|
|
|
|
|
v-model="editQuery.qxlb"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
@ -118,12 +129,14 @@
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-form-item label="产品类别" prop="cplb">
|
|
|
|
<el-form-item label="产品类别" prop="cplb">
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入产品类别" v-model="editQuery.cplb"></el-input>
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入产品类别"
|
|
|
|
|
|
|
|
v-model="editQuery.cplb"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-form-item label="分类编码" prop="flbm">
|
|
|
|
<el-form-item label="分类编码" prop="flbm">
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入分类编码" v-model="editQuery.flbm"></el-input>
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入分类编码"
|
|
|
|
|
|
|
|
v-model="editQuery.flbm"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
@ -131,12 +144,14 @@
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-form-item label="商品条码" prop="sptm">
|
|
|
|
<el-form-item label="商品条码" prop="sptm">
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入商品条码" v-model="editQuery.sptm"></el-input>
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入商品条码"
|
|
|
|
|
|
|
|
v-model="editQuery.sptm"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-form-item label="医保编码" prop="ybbm">
|
|
|
|
<el-form-item label="医保编码" prop="ybbm">
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入医保编码" v-model="editQuery.ybbm"></el-input>
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入医保编码"
|
|
|
|
|
|
|
|
v-model="editQuery.ybbm"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
@ -144,12 +159,14 @@
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-form-item label="医疗器械注册人" prop="ylqxzcrbarmc">
|
|
|
|
<el-form-item label="医疗器械注册人" prop="ylqxzcrbarmc">
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入医疗器械注册人" v-model="editQuery.ylqxzcrbarmc"></el-input>
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入医疗器械注册人"
|
|
|
|
|
|
|
|
v-model="editQuery.ylqxzcrbarmc"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-form-item label="注册人英文名称" prop="ylqxzcrbarywmc">
|
|
|
|
<el-form-item label="注册人英文名称" prop="ylqxzcrbarywmc">
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入注册人英文名称" v-model="editQuery.ylqxzcrbarywmc"></el-input>
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入注册人英文名称"
|
|
|
|
|
|
|
|
v-model="editQuery.ylqxzcrbarywmc"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
@ -157,12 +174,14 @@
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-form-item label="统一社会信用号" prop="tyshxydm">
|
|
|
|
<el-form-item label="统一社会信用号" prop="tyshxydm">
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入统一社会信用号" v-model="editQuery.tyshxydm"></el-input>
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入统一社会信用号"
|
|
|
|
|
|
|
|
v-model="editQuery.tyshxydm"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-form-item label="注册证/备案号" prop="zczbhhzbapzbh">
|
|
|
|
<el-form-item label="注册证/备案号" prop="zczbhhzbapzbh">
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入注册证/备案号" v-model="editQuery.zczbhhzbapzbh"></el-input>
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入注册证/备案号"
|
|
|
|
|
|
|
|
v-model="editQuery.zczbhhzbapzbh"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
@ -170,13 +189,15 @@
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-form-item label="上级产品编码" prop="sjcpbm">
|
|
|
|
<el-form-item label="上级产品编码" prop="sjcpbm">
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入上级产品编码" v-model="editQuery.sjcpbm"></el-input>
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" splaceholder="请输入上级产品编码"
|
|
|
|
|
|
|
|
v-model="editQuery.sjcpbm"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-form-item label="包装级别" prop="packLevel">
|
|
|
|
<el-form-item label="包装级别" prop="packLevel">
|
|
|
|
<el-input style="width: 90%" size="small" splaceholder="请输入包装级别" :disabled="true" v-model="editQuery.packLevel"></el-input>
|
|
|
|
<el-input style="width: 90%" size="small" splaceholder="请输入包装级别" :disabled="true"
|
|
|
|
|
|
|
|
v-model="editQuery.packLevel"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
@ -184,13 +205,15 @@
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-form-item label="包装单位/包装级别" prop="bzcj">
|
|
|
|
<el-form-item label="包装单位/包装级别" prop="bzcj">
|
|
|
|
<el-input style="width: 90%" size="small" splaceholder="请输入包装单位/包装级别" v-model="editQuery.bzcj" :disabled="true"></el-input>
|
|
|
|
<el-input style="width: 90%" size="small" splaceholder="请输入包装单位/包装级别" v-model="editQuery.bzcj"
|
|
|
|
|
|
|
|
:disabled="true"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-form-item label="包含下级包装数量" prop="bhxjsl">
|
|
|
|
<el-form-item label="包含下级包装数量" prop="bhxjsl">
|
|
|
|
<el-input style="width: 90%" size="small" splaceholder="请输入包含下级包装数量" :disabled="true" v-model="editQuery.bhxjsl"></el-input>
|
|
|
|
<el-input style="width: 90%" size="small" splaceholder="请输入包含下级包装数量" :disabled="true"
|
|
|
|
|
|
|
|
v-model="editQuery.bhxjsl"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
@ -198,13 +221,15 @@
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-form-item label="包含下级产品编码" prop="bhxjcpbm">
|
|
|
|
<el-form-item label="包含下级产品编码" prop="bhxjcpbm">
|
|
|
|
<el-input style="width: 90%" size="small" :disabled="true" splaceholder="请输入包含下级产品编码" v-model="editQuery.bhxjcpbm"></el-input>
|
|
|
|
<el-input style="width: 90%" size="small" :disabled="true" splaceholder="请输入包含下级产品编码"
|
|
|
|
|
|
|
|
v-model="editQuery.bhxjcpbm"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-form-item label="包含最小销售包装数量" prop="bhzxxsbzsl">
|
|
|
|
<el-form-item label="包含最小销售包装数量" prop="bhzxxsbzsl">
|
|
|
|
<el-input style="width: 90%" size="small" :disabled="true" splaceholder="请输入包含最小销售包装数量" v-model="editQuery.bhzxxsbzsl"></el-input>
|
|
|
|
<el-input style="width: 90%" size="small" :disabled="true" splaceholder="请输入包含最小销售包装数量"
|
|
|
|
|
|
|
|
v-model="editQuery.bhzxxsbzsl"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
@ -217,7 +242,8 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-form-item label="是否包含序列号" prop="scbssfbhxlh">
|
|
|
|
<el-form-item label="是否包含序列号" prop="scbssfbhxlh">
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" v-model="editQuery.scbssfbhxlh" splaceholder="请输入内容"></el-input>
|
|
|
|
<el-input style="width: 90%" :disabled="true" size="small" v-model="editQuery.scbssfbhxlh"
|
|
|
|
|
|
|
|
splaceholder="请输入内容"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
@ -243,14 +269,16 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-form-item label="计量单位" prop="measname">
|
|
|
|
<el-form-item label="计量单位" prop="measname">
|
|
|
|
<el-input style="width: 90%" size="small" :disabled="true" splaceholder="请输入内容" v-model="editQuery.measname"></el-input>
|
|
|
|
<el-input style="width: 90%" size="small" :disabled="true" splaceholder="请输入内容"
|
|
|
|
|
|
|
|
v-model="editQuery.measname"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-form-item label="最小包装单元内包含使用单元数量" prop="zxxsbzbhsydysl">
|
|
|
|
<el-form-item label="最小包装单元内包含使用单元数量" prop="zxxsbzbhsydysl">
|
|
|
|
<el-input style="width: 90%" :disabled="!checked" size="small" splaceholder="请输入内容" v-model="editQuery.zxxsbzbhsydysl"></el-input>
|
|
|
|
<el-input style="width: 90%" :disabled="!checked" size="small" splaceholder="请输入内容"
|
|
|
|
|
|
|
|
v-model="editQuery.zxxsbzbhsydysl"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
@ -515,6 +543,7 @@ import {finProductSet, selectSysParamByKey} from "../../../api/param/systemParam
|
|
|
|
import {filterByUuid} from "../../../api/basic/udiInfo";
|
|
|
|
import {filterByUuid} from "../../../api/basic/udiInfo";
|
|
|
|
import {insertCompanyProductRelevance, insertFilter} from "../../../api/basic/companyProductRelevance";
|
|
|
|
import {insertCompanyProductRelevance, insertFilter} from "../../../api/basic/companyProductRelevance";
|
|
|
|
import store from "../../../store";
|
|
|
|
import store from "../../../store";
|
|
|
|
|
|
|
|
import {isBlank} from "@/utils/strUtil";
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
name: "UdIInfoSelect",
|
|
|
|
name: "UdIInfoSelect",
|
|
|
@ -757,6 +786,17 @@ export default {
|
|
|
|
this.multipleSelection = selection
|
|
|
|
this.multipleSelection = selection
|
|
|
|
this.currentRow = selection;
|
|
|
|
this.currentRow = selection;
|
|
|
|
this.replTitle = "(" + this.currentRow.cpmctymc + ")" + "产品信息补齐:";
|
|
|
|
this.replTitle = "(" + this.currentRow.cpmctymc + ")" + "产品信息补齐:";
|
|
|
|
|
|
|
|
this.repEditQuery.sptm = this.currentRow.sptm;
|
|
|
|
|
|
|
|
this.repEditQuery.ybbm = this.currentRow.ybbm;
|
|
|
|
|
|
|
|
this.repEditQuery.measname = this.currentRow.measname;
|
|
|
|
|
|
|
|
this.repEditQuery.manufactory = this.currentRow.manufactory;
|
|
|
|
|
|
|
|
this.repEditQuery.spmc = this.currentRow.spmc;
|
|
|
|
|
|
|
|
this.repEditQuery.cpms = this.currentRow.cpms;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (isBlank(this.relevanceEdit.cpms)) {
|
|
|
|
|
|
|
|
this.repEditQuery.cpms =this.currentRow.cpmctymc+this.currentRow.ggxh
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
handleErpChange(val) {
|
|
|
|
handleErpChange(val) {
|
|
|
|
this.currentRow = val;
|
|
|
|
this.currentRow = val;
|
|
|
@ -915,6 +955,7 @@ export default {
|
|
|
|
border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.el-form-item--mini.el-form-item {
|
|
|
|
.el-form-item--mini.el-form-item {
|
|
|
|
margin-bottom: 9px;
|
|
|
|
margin-bottom: 9px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|