|
|
|
@ -257,8 +257,8 @@
|
|
|
|
|
</template>
|
|
|
|
|
<el-row type="flex">
|
|
|
|
|
<el-col :span="11" class="el-col">
|
|
|
|
|
<el-form-item label="明细分类:" prop="detailSort">
|
|
|
|
|
<el-select v-model="newProductData.detailSort" style="width: 90%" placeholder="选择明细分类">
|
|
|
|
|
<el-form-item label="药品明细分类:" prop="detailSort">
|
|
|
|
|
<el-select v-model="newProductData.detailSort" style="width: 90%" placeholder="选择药品明细分类">
|
|
|
|
|
<el-option label="麻醉药品原料药" :value="1"></el-option>
|
|
|
|
|
<el-option label="第一类精神药品原料药" :value="2"></el-option>
|
|
|
|
|
<el-option label="第二类精神药品原料药" :value="3"></el-option>
|
|
|
|
@ -289,19 +289,16 @@
|
|
|
|
|
</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" placeholder="请输入药品商品条码"
|
|
|
|
|
v-model.trim="newProductData.sptm"
|
|
|
|
|
<el-form-item label="药品通用名称:" prop="cpmctymc">
|
|
|
|
|
<el-input style="width: 90%" size="small" placeholder="请输入药品通用名称"
|
|
|
|
|
v-model.trim="newProductData.cpmctymc"
|
|
|
|
|
></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="cpmctymc">
|
|
|
|
|
<el-input style="width: 90%" size="small" placeholder="请输入药品通用名称"
|
|
|
|
|
v-model.trim="newProductData.cpmctymc"
|
|
|
|
|
<el-form-item label="商品条码:" prop="sptm">
|
|
|
|
|
<el-input style="width: 90%" size="small" placeholder="请输入药品商品条码"
|
|
|
|
|
v-model.trim="newProductData.sptm"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
@ -332,8 +329,6 @@
|
|
|
|
|
></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="prepnSpec">
|
|
|
|
|
<el-input style="width: 90%" size="small" placeholder="请输入制剂规格"
|
|
|
|
@ -341,8 +336,8 @@
|
|
|
|
|
></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="prepnUnit">
|
|
|
|
@ -382,10 +377,6 @@
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row type="flex">
|
|
|
|
|
<el-col :span="11" class="el-col">
|
|
|
|
|