diff --git a/ruoyi-admin/src/main/resources/templates/system/makeorder/makeorder.html b/ruoyi-admin/src/main/resources/templates/system/makeorder/makeorder.html index 3c831c2b..8c701b57 100644 --- a/ruoyi-admin/src/main/resources/templates/system/makeorder/makeorder.html +++ b/ruoyi-admin/src/main/resources/templates/system/makeorder/makeorder.html @@ -135,16 +135,19 @@ title: '生产订单id', visible: false }, - { - field: 'makeNo', - title: '生产订单号' - }, - { - field: 'materialSum', - title: '数量合计' - }, + { + field: 'makeNo', + title: '生产订单号', + align: 'center', + }, + { + field: 'materialSum', + align: 'center', + title: '数量合计' + }, { field: 'makeStatus', + align: 'center', title: '生产状态', formatter: function(value, row, index) { return $.table.selectDictLabel(makeStatusDatas, value); @@ -152,15 +155,18 @@ }, { field: 'finishNum', + align: 'center', title: '已完成数量' }, { field: 'eceiptNum', + align: 'center', title: '已入库数量' }, { field: 'eceiptStatus', + align: 'center', title: '入库状态', formatter: function(value, row, index) { return $.table.selectDictLabel(eceiptStatusDatas, value); @@ -168,6 +174,7 @@ }, { field: 'qualityStatus', + align: 'center', title: '品质状态', formatter: function(value, row, index) { return $.table.selectDictLabel(qualityStatusDatas, value); @@ -175,6 +182,7 @@ }, { field: 'useStatus', + align: 'center', title: '使用状态', formatter: function(value, row, index) { return $.table.selectDictLabel(useStatusDatas, value); @@ -182,51 +190,47 @@ }, { field: 'purchaseStatus', + align: 'center', title: '采购确认状态', visible: false, }, { field: 'saleNo', + align: 'center', title: '关联销售订单号' }, { - field: 'Salesman', - title: '业务员' - }, - { field: 'orderType', + align: 'center', title: '订单类型', - formatter: function(value, row, index) { - return $.table.selectDictLabel(orderTypeDatas, value); - } + formatter: function(value, row, index) { + return $.table.selectDictLabel(orderTypeDatas, value); + } }, { field: 'customerId', + align: 'center', title: '客户ID' }, { field: 'customerName', + align: 'center', title: '客户名称' }, { field: 'customerOderCode', + align: 'center', title: '客户订单号' }, { field: 'material', + align: 'center', title: '物料合计' }, - { - field: 'noRate', - title: '不含税生产成本(RMB)' - }, - { - field: 'rate', - title: '含税生产成本(RMB)' - }, { field: 'remark', + align: 'center', title: '备注' }, { @@ -237,16 +241,19 @@ { title: '录入时间', + align: 'center', field: 'createTime', sortable: true, }, { title: '更新人', + align: 'center', field: 'updateBy', }, { title: '上次更新时间', + align: 'center', field: 'updateTime', }, {