|
@@ -25,9 +25,10 @@ |
|
|
<l-select @input="setValue('FundsApply.IsFixedAssets', $event)" |
|
|
<l-select @input="setValue('FundsApply.IsFixedAssets', $event)" |
|
|
:value="getValue('FundsApply.IsFixedAssets')" :range="dataSource.FundsApply.IsFixedAssets" |
|
|
:value="getValue('FundsApply.IsFixedAssets')" :range="dataSource.FundsApply.IsFixedAssets" |
|
|
title="是否固定资产" :disabled="!edit" /> <!-- v-if="!edit" --> |
|
|
title="是否固定资产" :disabled="!edit" /> <!-- v-if="!edit" --> |
|
|
<l-textarea @input="setValue('FundsApply.Remark', $event)" :value="getValue('FundsApply.Remark')" title="备注" |
|
|
|
|
|
:readonly="!edit" /> <!-- v-if="!edit" :readonly="!edit" --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <l-textarea @input="setValue('FundsApply.Remark', $event)" :value="getValue('FundsApply.Remark')" title="备注" |
|
|
|
|
|
:readonly="!edit" /> --> <!-- v-if="!edit" :readonly="!edit" --> |
|
|
|
|
|
<l-input @input="setValue('FundsApply.Remark', $event)" :value="getValue('FundsApply.Remark')" |
|
|
|
|
|
title="申请人" :disabled="!edit" /> |
|
|
<l-input @input="Statusitem(setValue('FundsApply.Status', $event)) " |
|
|
<l-input @input="Statusitem(setValue('FundsApply.Status', $event)) " |
|
|
:value="Statusitem(getValue('FundsApply.Status'))" title="审批状态" disabled v-if="!edit" /> |
|
|
:value="Statusitem(getValue('FundsApply.Status'))" title="审批状态" disabled v-if="!edit" /> |
|
|
<!-- :disabled="!edit" --> |
|
|
<!-- :disabled="!edit" --> |
|
@@ -156,9 +157,13 @@ |
|
|
dataSourceId: 'IsFixedAssets', |
|
|
dataSourceId: 'IsFixedAssets', |
|
|
verify: 'NotNull' |
|
|
verify: 'NotNull' |
|
|
}, |
|
|
}, |
|
|
|
|
|
// Remark: { |
|
|
|
|
|
// type: 'texteditor', |
|
|
|
|
|
// title: '备注', |
|
|
|
|
|
// }, |
|
|
Remark: { |
|
|
Remark: { |
|
|
type: 'texteditor', |
|
|
|
|
|
title: '备注', |
|
|
|
|
|
|
|
|
type: 'text', |
|
|
|
|
|
title: '申请人', |
|
|
}, |
|
|
}, |
|
|
SumAmount: { |
|
|
SumAmount: { |
|
|
type: 'text', |
|
|
type: 'text', |
|
|