Commit 669b55dc by 张珈源

refactor(ckgl): 重构库存账表组件字段配置

- 将字段pch从批次号改为kcg可采购字段
- 将字段ck从仓库改为kxs可销售字段
- 将字段hw从货位改为erpid字段
- 添加业务组织字段ywzz到表格列配置
- 移除原有的批次号、仓库、货位相关列配置
- 更新模型接口定义中的字段映射关系
- 调整工作流权限配置中的字段定义
- 重新配置批次号、仓库、货位字段为输入框类型
- 移除数字输入框的最小值限制属性
parent ae30092a
......@@ -12,11 +12,11 @@ export interface MesWarehouseProductNumberPageParams extends BasicPageParams {
ywzz: string;
pch: string;
kcg: string;
ck: string;
kxs: string;
hw: string;
erpid: string;
}
/**
......@@ -25,6 +25,8 @@ export interface MesWarehouseProductNumberPageParams extends BasicPageParams {
export interface MesWarehouseProductNumberPageModel {
id: string;
ywzz: string;
cpbh: string;
cpmc: string;
......@@ -37,14 +39,6 @@ export interface MesWarehouseProductNumberPageModel {
sl: string;
ywzz: string;
pch: string;
ck: string;
hw: string;
kcg: string;
kxs: string;
......@@ -82,8 +76,6 @@ export interface MesWarehouseProductNumberModel {
ywzz: string;
pch: string;
ck: string;
hw: string;
......@@ -137,6 +129,12 @@ export interface MesWarehouseProductNumInfoModel {
bgrq: string;
pch: string;
ck: string;
hw: string;
bz: string;
p1: string;
......
......@@ -123,55 +123,6 @@ export const permissionList = [
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '批次号',
fieldId: 'pch',
isSubTable: false,
showChildren: true,
type: 'input',
key: 'd3e96c4ef414491c9082a0cabec7b9f7',
children: [],
options: {},
defaultValue: '',
},
{
required: false,
view: true,
edit: true,
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '仓库',
fieldId: 'ck',
isSubTable: false,
showChildren: true,
type: 'select',
key: '3ff42968656549af99ff32d0a420b9ff',
children: [],
options: {},
},
{
required: false,
view: true,
edit: true,
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '货位',
fieldId: 'hw',
isSubTable: false,
showChildren: true,
type: 'select',
key: '24975956e188454fa0db49650cbb5500',
children: [],
options: {},
},
{
required: false,
view: true,
edit: true,
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '可采购',
fieldId: 'kcg',
isSubTable: false,
......@@ -293,6 +244,51 @@ export const permissionList = [
key: '797ceeda94264e81b0e955852ddd70ac',
children: [],
},
{
required: true,
view: true,
edit: true,
disabled: false,
isSubTable: false,
isSaveTable: false,
showChildren: false,
tableName: 'mesWarehouseProductNumInfoList',
fieldName: '批次号',
fieldId: 'pch',
type: 'Input',
key: 'b53d662674c5424b8a3280fb2c6aaa6e',
children: [],
},
{
required: true,
view: true,
edit: true,
disabled: false,
isSubTable: false,
isSaveTable: false,
showChildren: false,
tableName: 'mesWarehouseProductNumInfoList',
fieldName: '仓库',
fieldId: 'ck',
type: 'Input',
key: 'f84cf4f2535e429ea2e3ac6d2850859d',
children: [],
},
{
required: true,
view: true,
edit: true,
disabled: false,
isSubTable: false,
isSaveTable: false,
showChildren: false,
tableName: 'mesWarehouseProductNumInfoList',
fieldName: '货位',
fieldId: 'hw',
type: 'Input',
key: 'de367affec9a4b2a9d7c3c44b0f7740e',
children: [],
},
],
},
];
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