|
|
|
@ -533,14 +533,17 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="备注:" prop="remake" class="query-form-item">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="formData.remake" style="width: 80%"
|
|
|
|
|
auto-complete="off"
|
|
|
|
|
></el-input>
|
|
|
|
|
<el-form-item label="所属业务类型:" prop="productType" class="query-form-item">
|
|
|
|
|
<el-select v-model="formData.productType" style="width: 80%" placeholder="所属业务类型">
|
|
|
|
|
<el-option label="器械业务" :value="1"></el-option>
|
|
|
|
|
<el-option label="药品业务" :value="2"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <el-col :span="12" class="el-col">-->
|
|
|
|
|
<!-- <el-form-item label="库存预警数:" prop="invRemindNumber" class="query-form-item">-->
|
|
|
|
|
<!-- <el-input-number-->
|
|
|
|
@ -553,8 +556,16 @@
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="24">
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="备注:" prop="remake" class="query-form-item">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="formData.remake" style="width: 80%"
|
|
|
|
|
auto-complete="off"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<!--<el-col :span="12" class="el-col">-->
|
|
|
|
|
<!-- <el-form-item label="单据类型:" prop="orderId" class="query-form-item">-->
|
|
|
|
@ -786,7 +797,8 @@ export default {
|
|
|
|
|
constituencies: null,
|
|
|
|
|
invRemindNumber: 0,
|
|
|
|
|
autoCollect:0,
|
|
|
|
|
remake: null
|
|
|
|
|
remake: null,
|
|
|
|
|
productType:1
|
|
|
|
|
},
|
|
|
|
|
workplaceCode: '6001',
|
|
|
|
|
unitStorageList: [],
|
|
|
|
@ -823,6 +835,9 @@ export default {
|
|
|
|
|
],
|
|
|
|
|
workplaceStatus: [
|
|
|
|
|
{required: true, message: '请选择工位状态', trigger: 'blur'}
|
|
|
|
|
],
|
|
|
|
|
productType: [
|
|
|
|
|
{required: true, message: '请选择所属业务类型', trigger: 'blur'}
|
|
|
|
|
]
|
|
|
|
|
// workplaceType: [
|
|
|
|
|
// { required: true, message: '请选择工位类型', trigger: 'blur' }
|
|
|
|
@ -1011,7 +1026,8 @@ export default {
|
|
|
|
|
constituencies: "1001",
|
|
|
|
|
invRemindNumber: 0,
|
|
|
|
|
remake: null,
|
|
|
|
|
autoCollect:0
|
|
|
|
|
autoCollect:0,
|
|
|
|
|
productType:1
|
|
|
|
|
}
|
|
|
|
|
if (this.groupData != null) {
|
|
|
|
|
this.formData.constituencies = this.groupData.code
|
|
|
|
|