uu
This commit is contained in:
parent
aba110b1cf
commit
6a5371f1f4
@ -61,6 +61,15 @@
|
||||
</u-row>
|
||||
</view>
|
||||
|
||||
<view class="edm-input-item">
|
||||
<u-row justify="between" align="top">
|
||||
<text class="font-28 pt-20 font-weight">货值</text>
|
||||
<view>
|
||||
<tpx-input v-model:value="modelInfo.realValue" placeholder="" inputAlign="right" suffix="美元" _digit="5"></tpx-input>
|
||||
</view>
|
||||
</u-row>
|
||||
</view>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@ -68,7 +68,7 @@ export const getOrderModels = () => {
|
||||
blOverWeight: undefined,
|
||||
overWeightNumber: undefined,
|
||||
feeRemark: undefined, // 付款方式-其他-备注
|
||||
realValue: undefined,
|
||||
realValue: undefined, // 货值, 单位:美元
|
||||
blDispFd: undefined,
|
||||
transferCode: undefined,
|
||||
transferBillcode: undefined,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user