|
@@ -774,20 +774,21 @@ export default {
|
|
|
if (val == 'OK') {
|
|
|
this.formData2.examinePrice = 0
|
|
|
this.formData2.examineFration = 0
|
|
|
- }else if (val == 'SUB') {
|
|
|
+ } else if (val == 'SUB') {
|
|
|
this.formData2.examinePrice = this.formData.price
|
|
|
this.formData2.examineFration = this.formData.fraction
|
|
|
- }else if (val == 'SUB') {
|
|
|
+ } else if (val == 'SUB') {
|
|
|
this.formData2.examinePrice = ''
|
|
|
this.formData2.examineFration = ''
|
|
|
}
|
|
|
}
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
md: 6,
|
|
|
name: 'el-input',
|
|
|
attributes: {
|
|
|
- disabled: [-1].includes(this.openType)||["OK","FAIL"].includes(this.formData2.examineStatus)
|
|
|
+ disabled: [-1].includes(this.openType) || ['OK', 'FAIL'].includes(this.formData2.examineStatus)
|
|
|
},
|
|
|
formItemAttributes: {
|
|
|
label: '审批金额',
|
|
@@ -799,7 +800,7 @@ export default {
|
|
|
md: 6,
|
|
|
name: 'el-input',
|
|
|
attributes: {
|
|
|
- disabled: [-1].includes(this.openType)||["OK","FAIL"].includes(this.formData2.examineStatus)
|
|
|
+ disabled: [-1].includes(this.openType) || ['OK', 'FAIL'].includes(this.formData2.examineStatus)
|
|
|
},
|
|
|
formItemAttributes: {
|
|
|
label: '审批分数',
|