Browse Source

fix: [模板管理] dl023

luojie
memorylkf 3 weeks ago
parent
commit
42aa34c30b
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/views/business/comps/template/comps/dl/DL023.vue

+ 3
- 3
src/views/business/comps/template/comps/dl/DL023.vue View File

@ -186,7 +186,7 @@ export default {
fillType: 'actFill', fillType: 'actFill',
maxlength: 200, maxlength: 200,
subType: 'button', subType: 'button',
subKey: 'zskssj',
subKey: 'zskssjbtn',
buttonName: 'template.dl.dl023.ksButton', buttonName: 'template.dl.dl023.ksButton',
disabled: true, disabled: true,
subDisabled: this.fillType !== 'actFill' subDisabled: this.fillType !== 'actFill'
@ -197,7 +197,7 @@ export default {
fillType: 'actFill', fillType: 'actFill',
maxlength: 200, maxlength: 200,
subType: 'button', subType: 'button',
subKey: 'zsjssj',
subKey: 'zsjssjbtn',
buttonName: 'template.dl.dl023.jsButton', buttonName: 'template.dl.dl023.jsButton',
disabled: true, disabled: true,
subDisabled: this.fillType !== 'actFill' subDisabled: this.fillType !== 'actFill'
@ -225,7 +225,7 @@ export default {
handleClickButton(item, signData) { handleClickButton(item, signData) {
const arrStr = item.subKey; const arrStr = item.subKey;
const value = moment().format('YYYY/MM/DD HH:mm'); const value = moment().format('YYYY/MM/DD HH:mm');
this.$refs.swypyjInfoRef.updateFormData(arrStr, value, { isUpdateRecord: true, signData });
this.$refs.swypyjInfoRef.updateFormData(arrStr=='zskssjbtn'?'zskssj':'zsjssj', value, { isUpdateRecord: true, signData });
// console.log(this.getFilledFormData()) // console.log(this.getFilledFormData())
}, },
onSelect(e) { onSelect(e) {

Loading…
Cancel
Save