Commit 72f37957 authored by dcy's avatar dcy

申请理由修改

parent 3a062817
......@@ -121,6 +121,10 @@
<div v-if="type === 2">
<p>申请理由</p>
<div>
<dict-tag :type="DICT_TYPE.FEE_TYPE" :value="FeeDetails.feeType" />
{{FeeDetails.applicationFee}}
<dict-tag :type="DICT_TYPE.COMMISSION_CURRENCY_TYPE" :value="FeeDetails.applicationFeeCurrency" />
<dict-tag :value="FeeDetails.payType" :type="DICT_TYPE.PAYMENT_TYPE" ></dict-tag>
{{FeeDetails.remarks}}
</div>
</div>
......@@ -162,6 +166,7 @@ import {
import { getChannelList } from '@/api/ecw/channel';
import Template from "@/views/cms/template";
import {getSupplierPage} from "@/api/ecw/supplier";
import { DICT_TYPE } from "@/utils/dict";
export default {
components: {Template},
props:{
......@@ -176,6 +181,7 @@ export default {
name: "warehouseDetails",
data(){
return{
DICT_TYPE,
FeeDetails:{
orderBackVO:{},
logisticsInfoDto:{}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment