|
|
@@ -13,7 +13,7 @@ |
|
|
|
title="填报时间" |
|
|
|
/> |
|
|
|
<l-input @input="setValue('Purchase_Logistic.Payee', $event)" :value="getValue('Purchase_Logistic.Payee')" title="收款人" required :disabled="!edit"/> |
|
|
|
<l-input @input="setValue('Purchase_Logistic.Attachcount', $event)" :value="getValue('Purchase_Logistic.Attachcount')" title="附件张书" :disabled="!edit"/> |
|
|
|
<l-input @input="setValue('Purchase_Logistic.Attachcount', $event)" :value="getValue('Purchase_Logistic.Attachcount')" title="附件张数" :disabled="!edit"/> |
|
|
|
<l-upload-file @input="setValue('Purchase_Logistic.FilePath', $event)" :value="getValue('Purchase_Logistic.FilePath')" |
|
|
|
tableName="Purchase_Logistic" fieldName="FilePath" title="附件" :number="9" :readonly="!edit" /> |
|
|
|
<l-input @input="setValue('Purchase_Logistic.Totalamount', $event)" :value="getValue('Purchase_Logistic.Totalamount')" title="申请报账金额" required :disabled="!edit"/> |
|
|
@@ -158,7 +158,7 @@ |
|
|
|
verify:'NotNull' |
|
|
|
}, |
|
|
|
Attachcount: { |
|
|
|
title: '附件张书' |
|
|
|
title: '附件张数' |
|
|
|
}, |
|
|
|
Totalamount: { |
|
|
|
type: 'text', |
|
|
|