退料入库
This commit is contained in:
parent
d936851fb6
commit
5337305463
|
|
@ -315,7 +315,8 @@
|
|||
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="7">
|
||||
<el-form-item label="领料单位" label-width="130px" prop="unitId" v-show="isPutInType">
|
||||
<el-form-item label="领料单位" label-width="130px" prop="unitId" v-show="isPutInType"
|
||||
:rules="{ required: isPutInType, message: '领料单位不能为空', trigger: 'change' }">
|
||||
<el-select v-model="codeForm.unitId" placeholder="请选择领料单位" style="width: 220px;"
|
||||
@change="changeUnitData" clearable filterable>
|
||||
<el-option
|
||||
|
|
@ -329,7 +330,8 @@
|
|||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="10">
|
||||
<el-form-item label="领料工程" label-width="130px" prop="proId" v-show="isPutInType">
|
||||
<el-form-item label="领料工程" label-width="130px" prop="proId" v-show="isPutInType"
|
||||
:rules="{ required: isPutInType, message: '领料工程不能为空', trigger: 'change' }">
|
||||
<el-select v-model="codeForm.proId" placeholder="请选择领料工程" style="width: 400px;"
|
||||
@change="changeProList" clearable filterable>
|
||||
<el-option
|
||||
|
|
|
|||
Loading…
Reference in New Issue