|
|
@@ -146,7 +146,7 @@
|
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="4">
|
|
|
<el-form-item label="产品编号" prop="id">
|
|
|
- <el-input v-model="formData.jjcp_cpdh" id="产品编号" @keydown="ent($event, 'jjcp_cpmc', '产品编号', '成品名称')" @keyup.enter.native="getSLsubmit" :clearable="true" placeholder="" />
|
|
|
+ <el-input v-model="formData.成品编码" id="产品编号" @keydown="ent($event, 'jjcp_cpmc', '产品编号', '成品名称')" @keyup.enter.native="getSLsubmit" :clearable="true" placeholder="" />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="10">
|
|
|
@@ -165,7 +165,13 @@
|
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="4">
|
|
|
<el-form-item label="首末版" prop="id">
|
|
|
- <el-input v-model="formData.jjcp_smb" id="首末版" @keydown="ent($event, '客户料号', '首末版', '入仓时间')" :clearable="true" placeholder="" />
|
|
|
+ <el-select v-model="formData.jjcp_smb" placeholder="" style="width: 190px;" id="人员类别"
|
|
|
+ @keydown="ent($event, '客户料号', '首末版', '入仓时间')"
|
|
|
+ >
|
|
|
+ <el-option label="首版" value="生产"></el-option>
|
|
|
+ <el-option label="末班" value="行政"></el-option>
|
|
|
+ </el-select>
|
|
|
+ <!-- <el-input v-model="formData.jjcp_smb" id="首末版" @keydown="ent($event, '客户料号', '首末版', '入仓时间')" :clearable="true" placeholder="" /> -->
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="4">
|