退料入库

This commit is contained in:
binbin_pan 2024-04-07 17:59:33 +08:00
parent d936851fb6
commit 5337305463
1 changed files with 4 additions and 2 deletions

View File

@ -315,7 +315,8 @@
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :span="7"> <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;" <el-select v-model="codeForm.unitId" placeholder="请选择领料单位" style="width: 220px;"
@change="changeUnitData" clearable filterable> @change="changeUnitData" clearable filterable>
<el-option <el-option
@ -329,7 +330,8 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="10"> <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;" <el-select v-model="codeForm.proId" placeholder="请选择领料工程" style="width: 400px;"
@change="changeProList" clearable filterable> @change="changeProList" clearable filterable>
<el-option <el-option