Commit a92993c0 by sunhaiwei

修改销售出库页面

parent 8a4920bc
...@@ -1031,7 +1031,7 @@ export const formProps: FormProps = { ...@@ -1031,7 +1031,7 @@ export const formProps: FormProps = {
{ {
key: '54d24d79d45b465aae192edd0afb5bcd', key: '54d24d79d45b465aae192edd0afb5bcd',
title: '物料编码', title: '物料编码',
dataIndex: 'wlbm', dataIndex: 'wlid',
componentType: 'MultiplePopup', componentType: 'MultiplePopup',
componentProps: { componentProps: {
popupType: 'associate', popupType: 'associate',
...@@ -1061,7 +1061,15 @@ export const formProps: FormProps = { ...@@ -1061,7 +1061,15 @@ export const formProps: FormProps = {
script: script:
'var sql ="select *,cpmc as value,cpmc as label from mes_base_product_info where delete_mark = 0"+\r\n\' ?{keyword, AND cpmc LIKE CONCAT("%", #{keyword}, "%")}\';\r\nreturn db.select(sql);', 'var sql ="select *,cpmc as value,cpmc as label from mes_base_product_info where delete_mark = 0"+\r\n\' ?{keyword, AND cpmc LIKE CONCAT("%", #{keyword}, "%")}\';\r\nreturn db.select(sql);',
outputParams: [ outputParams: [
{ name: 'label', tableTitle: '物料编码', show: true, width: 150 }, {
name: 'label',
tableTitle: '物料编码',
show: true,
width: 150,
component: '9ebd9378b9154d6789b918febd229fa0',
bindField: 'wlbm',
bindTable: 'mes_warehouse_saleout_info',
},
{ {
name: 'cpmc', name: 'cpmc',
tableTitle: '物料名称', tableTitle: '物料名称',
...@@ -1100,6 +1108,36 @@ export const formProps: FormProps = { ...@@ -1100,6 +1108,36 @@ export const formProps: FormProps = {
}, },
}, },
{ {
key: '9ebd9378b9154d6789b918febd229fa0',
title: '物料编码',
dataIndex: 'wlbm',
componentType: 'Input',
defaultValue: '',
componentProps: {
width: '100%',
span: '',
defaultValue: '',
placeholder: '',
prefix: '',
suffix: '',
addonBefore: '',
addonAfter: '',
disabled: false,
allowClear: false,
showLabel: true,
required: false,
rules: [],
events: {},
listStyle: '',
isSave: false,
isShow: false,
scan: false,
bordered: true,
isShowAi: false,
tooltipConfig: { visible: false, title: '提示文本' },
},
},
{
key: '92b05df5ae0d4ba2b89a9916bab6b5b7', key: '92b05df5ae0d4ba2b89a9916bab6b5b7',
title: '物料名称', title: '物料名称',
dataIndex: 'wlmc', dataIndex: 'wlmc',
...@@ -1125,7 +1163,7 @@ export const formProps: FormProps = { ...@@ -1125,7 +1163,7 @@ export const formProps: FormProps = {
isShow: true, isShow: true,
scan: false, scan: false,
bordered: true, bordered: true,
isShowAi: true, isShowAi: false,
tooltipConfig: { visible: false, title: '提示文本' }, tooltipConfig: { visible: false, title: '提示文本' },
}, },
}, },
...@@ -1403,7 +1441,6 @@ export const formButtons = [ ...@@ -1403,7 +1441,6 @@ export const formButtons = [
isShow: true, isShow: true,
index: 2, index: 2,
type: 1, type: 1,
modal: null,
}, },
{ {
key: 'cancel', key: 'cancel',
...@@ -1414,7 +1451,6 @@ export const formButtons = [ ...@@ -1414,7 +1451,6 @@ export const formButtons = [
isShow: true, isShow: true,
index: 1, index: 1,
type: 1, type: 1,
modal: null,
}, },
{ {
key: 'reset', key: 'reset',
...@@ -1425,6 +1461,5 @@ export const formButtons = [ ...@@ -1425,6 +1461,5 @@ export const formButtons = [
isShow: true, isShow: true,
index: 0, index: 0,
type: 1, type: 1,
modal: null,
}, },
]; ];
...@@ -290,7 +290,7 @@ export const permissionList = [ ...@@ -290,7 +290,7 @@ export const permissionList = [
showChildren: false, showChildren: false,
tableName: 'mesWarehouseSaleoutInfoList', tableName: 'mesWarehouseSaleoutInfoList',
fieldName: '物料编码', fieldName: '物料编码',
fieldId: 'wlbm', fieldId: 'wlid',
type: 'MultiplePopup', type: 'MultiplePopup',
key: '54d24d79d45b465aae192edd0afb5bcd', key: '54d24d79d45b465aae192edd0afb5bcd',
children: [], children: [],
...@@ -304,6 +304,21 @@ export const permissionList = [ ...@@ -304,6 +304,21 @@ export const permissionList = [
isSaveTable: false, isSaveTable: false,
showChildren: false, showChildren: false,
tableName: 'mesWarehouseSaleoutInfoList', tableName: 'mesWarehouseSaleoutInfoList',
fieldName: '物料编码',
fieldId: 'wlbm',
type: 'Input',
key: '9ebd9378b9154d6789b918febd229fa0',
children: [],
},
{
required: true,
view: true,
edit: true,
disabled: false,
isSubTable: false,
isSaveTable: false,
showChildren: false,
tableName: 'mesWarehouseSaleoutInfoList',
fieldName: '物料名称', fieldName: '物料名称',
fieldId: 'wlmc', fieldId: 'wlmc',
type: 'Input', type: 'Input',
......
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