rev:1.子卷包装关系字段维护2.入库查询报表字段维护3.处理成品报表部分字段没有值4.空托盘出库任务只生成一个,任务结束后在生成下一个

This commit is contained in:
2023-08-21 15:09:49 +08:00
parent b1a54910c1
commit 7c9209b5aa
4 changed files with 192 additions and 161 deletions

View File

@@ -87,7 +87,7 @@
@change="hand"
/>
</el-form-item>
<el-form-item label="入库日期">
<el-form-item label="业务日期">
<el-date-picker
v-model="query.date_of_FG_inbound"
type="date"
@@ -235,7 +235,7 @@
</el-row>
<el-row>
<el-col :span="12">
<el-form-item label="入库日期">
<el-form-item label="业务日期">
<el-input v-model="form.date_of_fg_inbound" :disabled="crud.status.edit > 0 && form.status !== '0'" style="width: 300px;" />
</el-form-item>
</el-col>
@@ -473,8 +473,8 @@
/>
<el-table-column
prop="date_of_fg_inbound"
label="入库日期"
:min-width="flexWidth('date_of_fg_inbound',crud.data,'入库日期')"
label="业务日期"
:min-width="flexWidth('date_of_fg_inbound',crud.data,'业务日期')"
/>
<el-table-column prop="status" label="状态" :min-width="flexWidth('status',crud.data,'状态')">
<template slot-scope="scope">