This commit is contained in:
18188916393
2022-07-14 12:39:12 +08:00
parent 96c7e11285
commit c8168593dc
16 changed files with 178 additions and 165 deletions

View File

@@ -187,6 +187,12 @@
</el-select>
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item v-if="false" label="静置时间">
<label slot="label">静置时间</label>
<el-input v-model="form.stewing_time" style="width: 200px;" />
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20">
<el-col :span="24">
@@ -357,6 +363,12 @@
</el-select>
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item v-if="false" label="静置时间">
<label slot="label">静置时间</label>
<el-input v-model="form.stewing_time" style="width: 200px;" />
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20">
<el-col :span="24">
@@ -405,7 +417,7 @@
<el-table-column prop="material_name" label="物料" width="200" />
<el-table-column prop="vehicle_code" label="载具编码" width="150" />
<el-table-column prop="pcsn" label="批次" />
<el-table-column prop="mix_seq" label="黏次" />
<el-table-column prop="stewing_time" label="静置时间" />
<el-table-column prop="qty" label="数量" width="100">
<template slot-scope="scope">
{{ fun(scope.row.qty) }}
@@ -503,7 +515,7 @@ const defaultForm = {
pcsn: null,
ivt_workprocedure_id: null,
is_full: '1',
mix_seq: ''
stewing_time: null
}
export default {
name: 'Workprocedureios',
@@ -527,7 +539,7 @@ export default {
},
data() {
return {
form1: { iostorinv_id: null, bill_code: null, io_type: null, bill_type: null, workprocedure_id: null, material_id: null, vehicle_code: null, qty: null, qty_unit_id: null, bill_status: null, start_point_code: null, end_point_code: null, start_area: null, end_area: null, cust_id: null, create_mode: null, task_id: null, remark: null, create_id: null, create_name: null, create_time: null, update_optid: null, update_optname: null, update_time: null, confirm_optid: null, confirm_optname: null, confirm_time: null, is_delete: null, end_point_name: null, material_name: null, pcsn: null, ivt_workprocedure_id: null, is_full: null, mix_seq: '' },
form1: { iostorinv_id: null, bill_code: null, io_type: null, bill_type: null, workprocedure_id: null, material_id: null, vehicle_code: null, qty: null, qty_unit_id: null, bill_status: null, start_point_code: null, end_point_code: null, start_area: null, end_area: null, cust_id: null, create_mode: null, task_id: null, remark: null, create_id: null, create_name: null, create_time: null, update_optid: null, update_optname: null, update_time: null, confirm_optid: null, confirm_optname: null, confirm_time: null, is_delete: null, end_point_name: null, material_name: null, pcsn: null, ivt_workprocedure_id: null, is_full: null, stewing_time: null },
endPointDialog: false,
work_flag: true,
materDialog: false,
@@ -563,7 +575,7 @@ export default {
],
is_full: [
{ required: true, message: '是否满托不能为空', trigger: 'blur' }
]
],
},
queryTypeOptions: [
{ key: 'bill_code', display_name: '单据编号' }

View File

@@ -139,20 +139,6 @@
/>
</el-select>
</el-form-item>
<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-form-item label="黏次">
<label slot="label">黏&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;次</label>
<el-input v-model="form.mix_seq" style="width: 200px;" />
</el-form-item>
<el-form-item label="备注">
<label slot="label">备&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;注</label>
<el-input v-model="form.remark" type="textarea" style="width: 530px;" />
@@ -284,20 +270,6 @@
/>
</el-select>
</el-form-item>
<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-form-item label="黏次">
<label slot="label">黏&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;次</label>
<el-input v-model="form1.mix_seq" style="width: 200px;" />
</el-form-item>
<el-form-item label="备注">
<label slot="label">备&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;注</label>
<el-input v-model="form1.remark" type="textarea" style="width: 530px;" />
@@ -341,7 +313,6 @@
<el-table-column prop="material_name" label="物料" width="90" />
<el-table-column prop="vehicle_code" label="载具编码" />
<el-table-column prop="pcsn" label="批次" />
<el-table-column prop="mix_seq" label="黏次" />
<el-table-column prop="qty" label="数量" width="100">
<template slot-scope="scope">
{{ fun(scope.row.qty) }}
@@ -360,7 +331,6 @@
{{ dict.label.sch_area_type[scope.row.end_area] }}
</template>
</el-table-column>
<el-table-column prop="cust_name" label="客户" />
<el-table-column prop="create_mode" label="生成方式">
<template slot-scope="scope">
{{ dict.label.ST_CREATE_MODE[scope.row.create_mode] }}