|
|
|
@ -205,7 +205,14 @@ import JSelectCompany from '../../../components/jeecgbiz/JSelectCompany'
|
|
|
|
|
title: '单价', |
|
|
|
|
key: 'materialPrice', |
|
|
|
|
type: FormTypes.inputNumber, |
|
|
|
|
disabled: true, |
|
|
|
|
width:"200px", |
|
|
|
|
placeholder: '请输入${title}', |
|
|
|
|
defaultValue:'', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title: '数量', |
|
|
|
|
key: 'materialQuantity', |
|
|
|
|
type: FormTypes.inputNumber, |
|
|
|
|
width:"200px", |
|
|
|
|
placeholder: '请输入${title}', |
|
|
|
|
defaultValue:'', |
|
|
|
|