|
|
|
@ -71,7 +71,7 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-row type="flex" class="edit-row">
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item label="产品价格:">
|
|
|
|
|
<el-input style="width: 80%" size="small" splaceholder="请输入内容" v-model="editQuery.price"></el-input>
|
|
|
|
@ -79,9 +79,67 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item label="医保编码:">
|
|
|
|
|
<el-input style="width: 80%" size="small" splaceholder="请输入内容" v-model="editQuery.ybbm"></el-input>
|
|
|
|
|
<el-input style="width: 80%"
|
|
|
|
|
size="small"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
v-model="editQuery.ybbm"
|
|
|
|
|
v-debounce-input:500ms="getYbHcData"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row type="flex" class="edit-row">
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item label="一级分类名称:">
|
|
|
|
|
<el-input
|
|
|
|
|
style="width: 80%"
|
|
|
|
|
size="small"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
v-model="editQuery.catalogname1"
|
|
|
|
|
disabled
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item label="二级分类名称:">
|
|
|
|
|
<el-input
|
|
|
|
|
style="width: 80%"
|
|
|
|
|
size="small"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
v-model="editQuery.catalogname2"
|
|
|
|
|
disabled
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row type="flex" class="edit-row">
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item label="三级分类名称:">
|
|
|
|
|
<el-input
|
|
|
|
|
style="width: 80%"
|
|
|
|
|
size="small"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
v-model="editQuery.catalogname3"
|
|
|
|
|
disabled
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item label="耗材材质:">
|
|
|
|
|
<el-input
|
|
|
|
|
style="width: 80%"
|
|
|
|
|
size="small"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
v-model="editQuery.matrial"
|
|
|
|
|
disabled
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row type="flex" class="edit-row">
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item label="采购类型">
|
|
|
|
|
<el-select
|
|
|
|
@ -110,6 +168,8 @@
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row type="flex" class="edit-row">
|
|
|
|
|
<el-col :span="12" v-if="productRemarkSet.remarkEnable1">
|
|
|
|
|
<el-form-item :label="productRemarkSet.remarkTitle1+':'">
|
|
|
|
|
<el-input
|
|
|
|
@ -130,6 +190,8 @@
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row type="flex" class="edit-row">
|
|
|
|
|
<el-col :span="12" v-if="productRemarkSet.remarkEnable3">
|
|
|
|
|
<el-form-item :label="productRemarkSet.remarkTitle3+':'">
|
|
|
|
|
<el-input
|
|
|
|
@ -150,6 +212,8 @@
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row type="flex" class="edit-row">
|
|
|
|
|
<el-col :span="12" v-if="productRemarkSet.remarkEnable5">
|
|
|
|
|
<el-form-item :label="productRemarkSet.remarkTitle5+':'">
|
|
|
|
|
<el-input
|
|
|
|
@ -173,6 +237,8 @@
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row type="flex" class="edit-row">
|
|
|
|
|
<el-col :span="12" v-if="productRemarkSet.remarkEnable7">
|
|
|
|
|
<el-form-item :label="productRemarkSet.remarkTitle7+':'">
|
|
|
|
|
<el-select
|
|
|
|
@ -221,6 +287,8 @@
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row type="flex" class="edit-row">
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item label="产品描述:">
|
|
|
|
|
<el-input style="width: 80%" size="small" splaceholder="请输入内容" v-model="editQuery.cpms"></el-input>
|
|
|
|
@ -238,15 +306,15 @@
|
|
|
|
|
</el-radio-group>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row class="edit-row">
|
|
|
|
|
<el-button-group style="display: flex">
|
|
|
|
|
<el-button type="primary" @click.native="submitUpload()" style="margin: 0 60px 10px auto; height: 35px"
|
|
|
|
|
:loading="loading"
|
|
|
|
|
>提交
|
|
|
|
|
</el-button>
|
|
|
|
|
</el-button-group>
|
|
|
|
|
</el-row>
|
|
|
|
|
</el-form>
|
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
@ -275,7 +343,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import {disableUdi, removeDiRl, removeRl, thirdSysDetail} from '@/api/basic/product/udiRelevance'
|
|
|
|
|
import {getYbHcflDetail,disableUdi, removeDiRl, removeRl, thirdSysDetail} from '@/api/basic/product/udiRelevance'
|
|
|
|
|
import {updateById} from '@/api/basic/udiRelevance'
|
|
|
|
|
import {filterByUuid} from '@/api/basic/udiInfo'
|
|
|
|
|
import selectErp from "./udiInfoselectErpUdi";
|
|
|
|
@ -301,6 +369,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
ybHcflDetail: {},
|
|
|
|
|
isUseDyCheck: false,
|
|
|
|
|
useNumEnable: true,
|
|
|
|
|
editDialogVisible: false,
|
|
|
|
@ -323,7 +392,6 @@ export default {
|
|
|
|
|
sptm: null,
|
|
|
|
|
packUnit: null,
|
|
|
|
|
measname: null,
|
|
|
|
|
nameCode: null
|
|
|
|
|
},
|
|
|
|
|
editSingleDiDialogVisible: false,
|
|
|
|
|
selectErpDialogVisible: false, //选入ERP产品
|
|
|
|
@ -333,6 +401,32 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
methods: {
|
|
|
|
|
getYbHcData(){
|
|
|
|
|
let query = {
|
|
|
|
|
specificationCode: this.editQuery.ybbm
|
|
|
|
|
};
|
|
|
|
|
getYbHcflDetail(query).then((response) => {
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
this.ybHcflDetail = response.data
|
|
|
|
|
this.editQuery.catalogname1 = this.ybHcflDetail.catalogname1
|
|
|
|
|
this.editQuery.catalogname2 = this.ybHcflDetail.catalogname2
|
|
|
|
|
this.editQuery.catalogname3 = this.ybHcflDetail.catalogname3
|
|
|
|
|
this.editQuery.matrial = this.ybHcflDetail.matrial
|
|
|
|
|
this.$forceUpdate();
|
|
|
|
|
}else {
|
|
|
|
|
this.editQuery.catalogname1 = ""
|
|
|
|
|
this.editQuery.catalogname2 = ""
|
|
|
|
|
this.editQuery.catalogname3 = ""
|
|
|
|
|
this.editQuery.matrial = ""
|
|
|
|
|
this.$forceUpdate();
|
|
|
|
|
}
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
onClose(){
|
|
|
|
|
this.$emit("onClose")
|
|
|
|
|
},
|
|
|
|
|
submitUpload() {
|
|
|
|
|
var data = {
|
|
|
|
|
id: this.editQuery.prid,
|
|
|
|
@ -361,6 +455,10 @@ export default {
|
|
|
|
|
basicPrductRemak6: this.editQuery.basicPrductRemak6,
|
|
|
|
|
basicPrductRemak7: this.editQuery.basicPrductRemak7,
|
|
|
|
|
basicPrductRemak8: this.editQuery.basicPrductRemak8,
|
|
|
|
|
catalogname1: this.editQuery.catalogname1,
|
|
|
|
|
catalogname2: this.editQuery.catalogname2,
|
|
|
|
|
catalogname3: this.editQuery.catalogname3,
|
|
|
|
|
matrial: this.editQuery.matrial,
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
updateById(data).then(res => {
|
|
|
|
@ -524,7 +622,19 @@ export default {
|
|
|
|
|
this.findThrTypeMethod(this.editQuery.basicPrductRemak7);
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
}, directives: {
|
|
|
|
|
'debounce-input': {
|
|
|
|
|
inserted(el, binding) {
|
|
|
|
|
let timeout
|
|
|
|
|
el.addEventListener('input', () => {
|
|
|
|
|
clearTimeout(timeout)
|
|
|
|
|
timeout = setTimeout(() => {
|
|
|
|
|
binding.value()
|
|
|
|
|
}, parseInt(binding.arg) || 300)
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|