You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
122 lines
5.7 KiB
Vue
122 lines
5.7 KiB
Vue
<template>
|
|
<el-form label-width="120px">
|
|
<div v-if="!isImport" style="margin-bottom: 20px">
|
|
<el-row type="flex">
|
|
<el-col :span="11" class="el-col">
|
|
<el-form-item label="第三方系统" prop="thirdSysFk">
|
|
<el-input style="width: 90%" size="small" :disabled="true" v-model="data.thirdSysName"></el-input>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-row>
|
|
<el-row type="flex">
|
|
<el-col :span="11" type="flex">
|
|
<el-form-item label="产品编码:" prop="code">
|
|
<el-input style="width: 90%" size="small" :disabled="true" v-model.trim="data.code"></el-input>
|
|
</el-form-item>
|
|
</el-col>
|
|
<el-col :span="11" type="flex">
|
|
<el-form-item label="产品名称:" prop="name">
|
|
<el-input style="width: 90%" size="small" :disabled="true" v-model.trim="data.name"></el-input>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-row>
|
|
<el-row type="flex">
|
|
<el-col :span="11" class="el-col">
|
|
<el-form-item label="生产企业:" prop="manufactory">
|
|
<el-input style="width: 90%" size="small" :disabled="true" v-model.trim="data.manufactory"></el-input>
|
|
</el-form-item>
|
|
</el-col>
|
|
<el-col :span="11" class="el-col">
|
|
<el-form-item label="注册证号:" prop="registerNo">
|
|
<el-input style="width: 90%" size="small" :disabled="true" v-model.trim="data.registerNo"></el-input>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-row>
|
|
<el-row type="flex">
|
|
<el-col :span="11" class="el-col">
|
|
<el-form-item label="规格型号:" prop="spec">
|
|
<el-input style="width: 90%" size="small" :disabled="true" v-model.trim="data.spec"></el-input>
|
|
</el-form-item>
|
|
</el-col>
|
|
|
|
<el-col :span="11" class="el-col">
|
|
<el-form-item label="计量单位:" prop="measname">
|
|
<el-input style="width: 90%" size="small" :disabled="true" v-model.trim="data.measname"></el-input>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-row>
|
|
<el-row type="flex">
|
|
<el-col :span="11" class="el-col">
|
|
<el-form-item label="医疗器械注册人:" prop="ylqxzcrbarmc">
|
|
<el-input style="width: 90%" size="small" :disabled="true" v-model.trim="data.ylqxzcrbarmc"></el-input>
|
|
</el-form-item>
|
|
</el-col>
|
|
<el-col :span="11" class="el-col">
|
|
<el-form-item label="注册人英文名称:" prop="ylqxzcrbarywmc">
|
|
<el-input style="width: 90%" size="small" :disabled="true" v-model.trim="data.ylqxzcrbarywmc"></el-input>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-row>
|
|
<el-row type="flex">
|
|
<el-col :span="11" class="el-col">
|
|
<el-form-item label="产品类别:" prop="cplb">
|
|
<el-input style="width: 90%" size="small" :disabled="true" v-model.trim="data.cplb"></el-input>
|
|
</el-form-item>
|
|
</el-col>
|
|
<el-col :span="11" class="el-col">
|
|
<el-form-item label="分类编码:" prop="flbm">
|
|
<el-input style="width: 90%" size="small" :disabled="true" v-model.trim="data.flbm"></el-input>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-row>
|
|
<el-row type="flex">
|
|
<el-col :span="11" class="el-col">
|
|
<el-form-item label="商品条码:" prop="sptm">
|
|
<el-input style="width: 90%" size="small" :disabled="true" v-model.trim="data.sptm"></el-input>
|
|
</el-form-item>
|
|
</el-col>
|
|
<el-col :span="11" class="el-col">
|
|
<el-form-item label="医保编码:" prop="ybbm">
|
|
<el-input style="width: 90%" size="small" :disabled="true" v-model.trim="data.ybbm"></el-input>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-row>
|
|
<el-row type="flex">
|
|
<el-col :span="11" class="el-col">
|
|
<el-form-item label="统一社会信用号:" prop="tyshxydm">
|
|
<el-input style="width: 90%" size="small" :disabled="true" v-model.trim="data.tyshxydm"></el-input>
|
|
</el-form-item>
|
|
</el-col>
|
|
<el-col :span="11" class="el-col">
|
|
<el-form-item label="器械类别:" prop="qxlb">
|
|
<el-input style="width: 90%" size="small" :disabled="true" v-model.trim="data.qxlb"></el-input>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-row>
|
|
<el-row type="flex">
|
|
<el-col :span="23" class="el-col">
|
|
<el-form-item label="产品描述:" prop="cpms">
|
|
<el-input style="width: 92%" type="textarea" size="mini" rows="3" :disabled="true" v-model.trim="data.cpms"></el-input>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-row>
|
|
</div>
|
|
</el-form>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "ThrProductsDetail",
|
|
props: {
|
|
data: {
|
|
type: Object,
|
|
required: true,
|
|
},
|
|
},
|
|
}
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|