|
|
|
@ -158,15 +158,15 @@ import JSelectUserByDep from '@/components/jeecgbiz/JSelectUserByDep'
|
|
|
|
|
loading: false, |
|
|
|
|
dataSource: [], |
|
|
|
|
columns: [ |
|
|
|
|
// { |
|
|
|
|
// title: '物料组', |
|
|
|
|
// key: 'materialGroup', |
|
|
|
|
// type: FormTypes.sel_search, |
|
|
|
|
// dictCode:"", |
|
|
|
|
// width:"200px", |
|
|
|
|
// placeholder: '请输入${title}', |
|
|
|
|
// defaultValue:'', |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
title: '', |
|
|
|
|
key: 'materialGroup', |
|
|
|
|
type: FormTypes.input, |
|
|
|
|
dictCode:"", |
|
|
|
|
width:"0px", |
|
|
|
|
placeholder: '请输入${title}', |
|
|
|
|
defaultValue:'', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title: '物料号', |
|
|
|
|
key: 'materialNumber', |
|
|
|
@ -207,7 +207,7 @@ import JSelectUserByDep from '@/components/jeecgbiz/JSelectUserByDep'
|
|
|
|
|
defaultValue:'', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title: '单价', |
|
|
|
|
title: '单价(元)', |
|
|
|
|
key: 'materialPrice', |
|
|
|
|
type: FormTypes.inputNumber, |
|
|
|
|
width:"200px", |
|
|
|
@ -223,7 +223,7 @@ import JSelectUserByDep from '@/components/jeecgbiz/JSelectUserByDep'
|
|
|
|
|
defaultValue:'', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title: '金额', |
|
|
|
|
title: '金额(元)', |
|
|
|
|
key: 'materialAmount', |
|
|
|
|
type: FormTypes.inputNumber, |
|
|
|
|
disabled: true, |
|
|
|
|