uu
This commit is contained in:
parent
f20d847c95
commit
90540bd696
@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<view class="edm-input-item">
|
||||
<tpx-select v-model:value="modelInfo.packType" :list="dicData.emis_tab_packing_type"
|
||||
mode="drop"
|
||||
mode="drop" type="multiple"
|
||||
>
|
||||
<tpx-text-item label="包装类型" :value="modelInfo.packType" :list="dicData.emis_tab_packing_type"></tpx-text-item>
|
||||
<tpx-text-item label="包装类型" :value="modelInfo.packType" :list="dicData.emis_tab_packing_type" ></tpx-text-item>
|
||||
</tpx-select>
|
||||
</view>
|
||||
|
||||
|
||||
@ -156,7 +156,9 @@
|
||||
</view>
|
||||
|
||||
<view v-if="submitParam.destinationCode" class="yunf-input-item">
|
||||
<tpx-text-item label="目的网点" :value="submitParam.dispatchUnderlingSiteName"></tpx-text-item>
|
||||
<tpx-text-item label="目的网点">
|
||||
<template v-slot:right>{{submitParam.dispatchUnderlingSiteName}}</template>
|
||||
</tpx-text-item>
|
||||
</view>
|
||||
|
||||
<view class="yunf-input-item">
|
||||
@ -301,6 +303,8 @@
|
||||
let param = {
|
||||
productType: info.productType,
|
||||
// customerCode: info.customerCode,
|
||||
customsClear: info.customsClear,
|
||||
customsEclaration: info.customsEclaration,
|
||||
calcFeeType: info.calcFeeType,
|
||||
settlementWeight: info.settlementWeight,
|
||||
totalVolume: info.totalVolume,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user