瀏覽代碼

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

新疆警官学校中职
ndbs 2 年之前
父節點
當前提交
55faa749fa
共有 3 個檔案被更改,包括 6 行新增6 行删除
  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 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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="其他"
/>


Loading…
取消
儲存