|
|
@ -133,7 +133,7 @@ |
|
|
<span v-else>{{ scope.row.goodNum }}</span> |
|
|
<span v-else>{{ scope.row.goodNum }}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column prop="paymentCurrency" :label="t('common_list.payCurrency')" width="100px" /> |
|
|
|
|
|
|
|
|
<el-table-column prop="paymentCurrency" :label="t('common_list.payCurrency')" width="120px" /> |
|
|
<el-table-column prop="paymentAmount" :label="t('common_list.payAmount')" width="120px" /> |
|
|
<el-table-column prop="paymentAmount" :label="t('common_list.payAmount')" width="120px" /> |
|
|
<!-- 地区财务显示到账币种/金额/手续费(已通过/已完成标签页) --> |
|
|
<!-- 地区财务显示到账币种/金额/手续费(已通过/已完成标签页) --> |
|
|
<el-table-column prop="receivedCurrency" :label="t('common_list.receiveCurrency')" |
|
|
<el-table-column prop="receivedCurrency" :label="t('common_list.receiveCurrency')" |
|
|
@ -283,7 +283,7 @@ |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
<!-- 审核弹窗 --> |
|
|
<!-- 审核弹窗 --> |
|
|
<el-dialog class="adddialog" v-model="auditFormisible" width="20vw" :before-close="closeAuditForm"> |
|
|
|
|
|
|
|
|
<el-dialog class="adddialog" v-model="auditFormisible" width="28vw" :before-close="closeAuditForm"> |
|
|
<el-form class="addForm" label-width="4vw" label-position="left"> |
|
|
<el-form class="addForm" label-width="4vw" label-position="left"> |
|
|
<el-form-item :label="t('common_add.jwcode')"> |
|
|
<el-form-item :label="t('common_add.jwcode')"> |
|
|
<el-input disabled="true" v-model="auditFormData.jwcode" |
|
|
<el-input disabled="true" v-model="auditFormData.jwcode" |
|
|
@ -392,10 +392,10 @@ |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
<!-- 编辑填手续费弹窗 --> |
|
|
<!-- 编辑填手续费弹窗 --> |
|
|
<el-dialog class="editdialog" v-model="editFormisible" width="20vw" :before-close="closeEditForm"> |
|
|
|
|
|
|
|
|
<el-dialog class="editdialog" v-model="editFormisible" width="28vw" :before-close="closeEditForm"> |
|
|
<div class="content"> |
|
|
<div class="content"> |
|
|
<div class="left"> |
|
|
<div class="left"> |
|
|
<el-form class="editForm" label-width="4.5vw" label-position="left"> |
|
|
|
|
|
|
|
|
<el-form class="editForm" label-width="6vw" label-position="left"> |
|
|
<el-form-item :label="t('common_add.jwcode')"> |
|
|
<el-form-item :label="t('common_add.jwcode')"> |
|
|
<el-input disabled="true" v-model="editFormData.jwcode" |
|
|
<el-input disabled="true" v-model="editFormData.jwcode" |
|
|
:placeholder="t('common_add.jwcode')" /> |
|
|
:placeholder="t('common_add.jwcode')" /> |
|
|
@ -486,7 +486,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<div class="right"> |
|
|
<div class="right"> |
|
|
<el-form ref="editFormRef" :rules="editFormRule" :model="editFormData" class="editFormRighrt" |
|
|
<el-form ref="editFormRef" :rules="editFormRule" :model="editFormData" class="editFormRighrt" |
|
|
label-width="4.5vw" label-position="left"> |
|
|
|
|
|
|
|
|
label-width="6vw" label-position="left"> |
|
|
<el-form-item :label="t('common_add.receiveCurrency')"> |
|
|
<el-form-item :label="t('common_add.receiveCurrency')"> |
|
|
<CurrencySelect v-model="editFormData.receivedCurrency" :items="customOptions" |
|
|
<CurrencySelect v-model="editFormData.receivedCurrency" :items="customOptions" |
|
|
:placeholder="t('common_add.receiveCurrencyPlaceholder')" /> |
|
|
:placeholder="t('common_add.receiveCurrencyPlaceholder')" /> |
|
|
@ -1698,7 +1698,7 @@ const handlePagination = (type, val) => { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
:deep(.adddialog .el-form-item__label) { |
|
|
:deep(.adddialog .el-form-item__label) { |
|
|
min-width: 80px; |
|
|
|
|
|
|
|
|
min-width: 100px; |
|
|
width: auto; |
|
|
width: auto; |
|
|
font-weight: 800; |
|
|
font-weight: 800; |
|
|
padding-bottom: 15px; |
|
|
padding-bottom: 15px; |
|
|
|