物料的uuid的类型修改
This commit is contained in:
@@ -168,26 +168,6 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="12">
|
||||
<el-form-item label="客户名称">
|
||||
<el-select v-model="form.cust_id" filterable clearable class="filter-item" style="width: 200px" placeholder="请选择客户">
|
||||
<el-option
|
||||
v-for="item in custList"
|
||||
:key="item.cust_id"
|
||||
:label="item.cust_name"
|
||||
:value="item.cust_id"
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="黏次">
|
||||
<label slot="label">黏 次</label>
|
||||
<el-input v-model="form.mix_seq" style="width: 200px;" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="12">
|
||||
<el-form-item label="是否满托" prop="is_full">
|
||||
@@ -358,26 +338,6 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="12">
|
||||
<el-form-item label="客户名称">
|
||||
<el-select v-model="form1.cust_id" filterable clearable class="filter-item" style="width: 200px" placeholder="请选择客户">
|
||||
<el-option
|
||||
v-for="item in custList"
|
||||
:key="item.cust_id"
|
||||
:label="item.cust_name"
|
||||
:value="item.cust_id"
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="黏次">
|
||||
<label slot="label">黏 次</label>
|
||||
<el-input v-model="form1.mix_seq" style="width: 200px;" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="12">
|
||||
<el-form-item label="是否满托">
|
||||
|
||||
Reference in New Issue
Block a user