|
|
@ -224,7 +224,8 @@ export default { |
|
|
fillType: 'actFill', |
|
|
fillType: 'actFill', |
|
|
maxlength: 200, |
|
|
maxlength: 200, |
|
|
subType: 'button', |
|
|
subType: 'button', |
|
|
subKey: 'jzkssj', |
|
|
|
|
|
|
|
|
subKey: 'jzkssjButton', |
|
|
|
|
|
subDisabled: this.fillType !== 'actFill', |
|
|
buttonName: 'template.dl.dl003.ksButton', |
|
|
buttonName: 'template.dl.dl003.ksButton', |
|
|
}, |
|
|
}, |
|
|
jzjssj: { |
|
|
jzjssj: { |
|
|
@ -233,7 +234,7 @@ export default { |
|
|
fillType: 'actFill', |
|
|
fillType: 'actFill', |
|
|
maxlength: 200, |
|
|
maxlength: 200, |
|
|
subType: 'button', |
|
|
subType: 'button', |
|
|
subKey: 'jzjssj', |
|
|
|
|
|
|
|
|
subKey: 'jzjssjButton', |
|
|
buttonName: 'template.dl.dl003.jsButton', |
|
|
buttonName: 'template.dl.dl003.jsButton', |
|
|
}, |
|
|
}, |
|
|
fssygbh: { |
|
|
fssygbh: { |
|
|
@ -271,7 +272,7 @@ export default { |
|
|
fillType: 'actFill', |
|
|
fillType: 'actFill', |
|
|
type: 'input', |
|
|
type: 'input', |
|
|
subType: 'button', |
|
|
subType: 'button', |
|
|
subKey: 'pykssj', |
|
|
|
|
|
|
|
|
subKey: 'pykssjButton', |
|
|
buttonName: 'template.dl.dl003.ksButton', |
|
|
buttonName: 'template.dl.dl003.ksButton', |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
@ -343,7 +344,7 @@ export default { |
|
|
// 点击按钮 |
|
|
// 点击按钮 |
|
|
handleClickButton(_item, signData) { |
|
|
handleClickButton(_item, signData) { |
|
|
this.$refs.czInfoRef.updateFormData( |
|
|
this.$refs.czInfoRef.updateFormData( |
|
|
_item.subKey, |
|
|
|
|
|
|
|
|
_item?.subKey?.replace("Button", ""), |
|
|
moment().format('YYYY/MM/DD HH:mm'), |
|
|
moment().format('YYYY/MM/DD HH:mm'), |
|
|
{ isUpdateRecord: true, signData } |
|
|
{ isUpdateRecord: true, signData } |
|
|
) |
|
|
) |
|
|
|