This commit is contained in:
zds
2022-11-10 20:12:16 +08:00
parent 52b7294a9f
commit a892e65fec
6 changed files with 24 additions and 34 deletions

View File

@@ -200,8 +200,7 @@
<el-table-column prop="product_weight" label="计划重量(kg)" :formatter="crud.formatNum0" min-width="100" />
<el-table-column prop="product_num" label="批数" min-width="50" />
<el-table-column prop="planend_date" label="计划结束日期" min-width="100" />
<el-table-column prop="plan_finish_date" label="交货日期" min-width="85" />
<el-table-column prop="day_num" label="提前天数" min-width="75" :formatter="crud.formatNum0" />
<el-table-column prop="plan_finish_date2" label="计划交货日期" min-width="100" />
<el-table-column :formatter="stateFormat" min-width="50" prop="status" label="状态" />
<el-table-column prop="task_code" label="生产任务号" min-width="110" />
<el-table-column prop="create_time" label="创建时间" min-width="135" />