|
|
|
@ -249,7 +249,7 @@
|
|
|
|
|
key: 'materialUnit', |
|
|
|
|
type: FormTypes.input, |
|
|
|
|
dictCode: '', |
|
|
|
|
width: '200px', |
|
|
|
|
width: '130px', |
|
|
|
|
placeholder: '请输入${title}', |
|
|
|
|
defaultValue: '' |
|
|
|
|
}, |
|
|
|
@ -265,7 +265,7 @@
|
|
|
|
|
title: '请发数', |
|
|
|
|
key: 'pleaseSendNumber', |
|
|
|
|
type: FormTypes.inputNumber, |
|
|
|
|
width: '200px', |
|
|
|
|
width: '130px', |
|
|
|
|
placeholder: '请输入${title}', |
|
|
|
|
defaultValue: '' |
|
|
|
|
// slotName: 'qing' |
|
|
|
@ -274,7 +274,7 @@
|
|
|
|
|
title: '实发数', |
|
|
|
|
key: 'actualSendNumber', |
|
|
|
|
type: FormTypes.inputNumber, |
|
|
|
|
width: '200px', |
|
|
|
|
width: '130px', |
|
|
|
|
placeholder: '请输入${title}', |
|
|
|
|
defaultValue: '', |
|
|
|
|
disabled: true |
|
|
|
@ -292,7 +292,7 @@
|
|
|
|
|
title: '单价(元)', |
|
|
|
|
key: 'materialPrice', |
|
|
|
|
type: FormTypes.inputNumber, |
|
|
|
|
width: '200px', |
|
|
|
|
width: '130px', |
|
|
|
|
placeholder: '请输入${title}', |
|
|
|
|
defaultValue: '', |
|
|
|
|
disabled: true |
|
|
|
@ -301,7 +301,7 @@
|
|
|
|
|
title: '金额(元)', |
|
|
|
|
key: 'materialAmount', |
|
|
|
|
type: FormTypes.inputNumber, |
|
|
|
|
width: '200px', |
|
|
|
|
width: '130px', |
|
|
|
|
placeholder: '请输入${title}', |
|
|
|
|
defaultValue: '', |
|
|
|
|
disabled: true |
|
|
|
@ -319,7 +319,7 @@
|
|
|
|
|
title: '保质期', |
|
|
|
|
key: 'expirationDate', |
|
|
|
|
type: FormTypes.inputNumber, |
|
|
|
|
width: '200px', |
|
|
|
|
width: '130px', |
|
|
|
|
placeholder: '请输入${title}', |
|
|
|
|
disabled: this.disabled, |
|
|
|
|
defaultValue: '' |
|
|
|
|