Procházet zdrojové kódy

工资条其他 多行文本框改为单行文本框

新疆警官学校中职
ndbs před 2 roky
rodič
revize
55faa749fa
3 změnil soubory, kde provedl 6 přidání a 6 odebrání
  1. +2
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/Payslip/single.vue
  2. +2
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/recruitPayslip/single.vue
  3. +2
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/welfarePayslip/single.vue

+ 2
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/Payslip/single.vue Zobrazit soubor

@@ -201,10 +201,10 @@
:disabled="!edit"
title="失业保险"
/>
<l-textarea
<l-input
@input="setValue('WageSchedule.Other', $event)"
:value="getValue('WageSchedule.Other')"
:readonly="!edit"
:disabled="!edit"
title="其他"
/>


+ 2
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/recruitPayslip/single.vue Zobrazit soubor

@@ -214,10 +214,10 @@
:disabled="!edit"
title="失业保险"
/>
<l-textarea
<l-input
@input="setValue('Ououtsourcing.Other', $event)"
:value="getValue('Ououtsourcing.Other')"
:readonly="!edit"
:disabled="!edit"
title="其他"
/>


+ 2
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/welfarePayslip/single.vue Zobrazit soubor

@@ -214,10 +214,10 @@
:disabled="!edit"
title="失业保险"
/>
<l-textarea
<l-input
@input="setValue('WelfarePosition.Other', $event)"
:value="getValue('WelfarePosition.Other')"
:readonly="!edit"
:disabled="!edit"
title="其他"
/>


Načítá se…
Zrušit
Uložit