This commit is contained in:
zds
2022-10-13 20:28:55 +08:00
parent f2492eee65
commit 1bdc1b1df7
7 changed files with 117 additions and 67 deletions

View File

@@ -175,7 +175,7 @@
<el-table-column prop="material_code" label="物料编码" min-width="130"/>
<el-table-column prop="old_mark" label="牌号" min-width="100" />
<el-table-column :formatter="seriesFormat2" min-width="80" prop="mater_product_series" label="产品系列" />
<el-table-column prop="product_weight" label="生产重量(kg)" :formatter="crud.formatNum0" min-width="95" />
<el-table-column prop="product_weight" label="计划重量(kg)" :formatter="crud.formatNum0" min-width="95" />
<el-table-column prop="product_num" label="批数" width="45" />
<el-table-column prop="planend_date" label="计划结束日期" width="100" />
<el-table-column prop="plan_finish_date" label="交货日期" width="90" />
@@ -184,7 +184,7 @@
<el-table-column prop="task_code" label="生产任务号" width="110" />
<el-table-column prop="create_time" label="创建时间" width="135" />
<el-table-column prop="create_name" label="创建人" width="70" />
<el-table-column prop="remark" label="备注" />
<el-table-column prop="remark" label="备注" min-width="150" />
</el-table>
<!--分页组件-->
<pagination />
@@ -223,7 +223,7 @@ export default {
url: 'api/dailyplan',
idField: 'dailyplan_id',
sort: '',
query: { nowstart_date: new Date(),device_id: '' },
query: { nowstart_date: new Date(),device_id: '', status: '01' },
crudMethod: { ...dailyplan },
optShow: {
add: true,