Commit 328de692 by 金民

refactor(scgl): 调整生产计划表格配置和数据模型

- 移除客户项目号字段的表格配置
- 将listStyle属性统一设置为空字符串
- 添加合金状态字段配置到生产计划产品关联表
- 从数据模型中移除khxmh字段定义
parent 1c1c92f0
...@@ -19,8 +19,6 @@ export interface MesProductionPlanPageModel { ...@@ -19,8 +19,6 @@ export interface MesProductionPlanPageModel {
jhbh: string; jhbh: string;
khxmh: string;
ddbh: string; ddbh: string;
kh: string; kh: string;
......
...@@ -48,19 +48,6 @@ export const columns: BasicColumn[] = [ ...@@ -48,19 +48,6 @@ export const columns: BasicColumn[] = [
{ {
resizable: true, resizable: true,
dataIndex: 'khxmh',
title: '客户项目号',
componentType: 'input',
fixed: false,
sorter: true,
styleConfig: undefined,
listStyle: '',
},
{
resizable: true,
dataIndex: 'ddbh', dataIndex: 'ddbh',
title: '订单编号', title: '订单编号',
componentType: 'input', componentType: 'input',
...@@ -82,7 +69,7 @@ export const columns: BasicColumn[] = [ ...@@ -82,7 +69,7 @@ export const columns: BasicColumn[] = [
sorter: true, sorter: true,
styleConfig: undefined, styleConfig: undefined,
listStyle: undefined, listStyle: '',
}, },
{ {
...@@ -565,6 +552,15 @@ export const formProps: FormProps = { ...@@ -565,6 +552,15 @@ export const formProps: FormProps = {
component: '0973f42360874c6e86f425a363afd8ad', component: '0973f42360874c6e86f425a363afd8ad',
bindTable: 'mes_production_plan_product_rela', bindTable: 'mes_production_plan_product_rela',
}, },
{
name: 'hjzt',
tableTitle: '合金状态',
bindField: 'heJinZhuangTai4056',
show: true,
width: 150,
component: 'e466da29e7544bdba302b4829996f478',
bindTable: 'mes_production_plan_product_rela',
},
], ],
}, },
dicOptions: [], dicOptions: [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment