uu
This commit is contained in:
parent
1b8345d199
commit
46069ef8d7
@ -27,7 +27,7 @@
|
||||
<image style="width: 70rpx;height: 14rpx;" :src="getCdnUrl('post/toline.png')">
|
||||
</image>
|
||||
<!-- getCdnUrl('post/toline-grey.png') -->
|
||||
<view>
|
||||
<view class="mt-10">
|
||||
<tpx-text-dic :value="modelInfo.waybillStatus" :list="dicData.emis_waybill_status" ></tpx-text-dic>
|
||||
</view>
|
||||
</u-col>
|
||||
|
||||
@ -33,7 +33,7 @@ export const getOrderModels = () => {
|
||||
userId: '',
|
||||
openId: undefined,
|
||||
paymentType: undefined, // 付款方式
|
||||
calcFeeType: 1, // 计费方式
|
||||
calcFeeType: '1', // 计费方式
|
||||
custNo: undefined, // 月结账号
|
||||
transLine: '', // 路线
|
||||
productType: undefined, // 产品
|
||||
|
||||
@ -137,7 +137,7 @@
|
||||
<tpx-select v-model:value="submitParam.payee" v-model:text="submitParam.payee" v-model:resObject="paybeeRes" :getListFun="getPayeeList" :transKeyVal="{valKey: 'empName',titleKey: 'empName'}"
|
||||
placeholder="请选择回款联系人" :disabled="isShowYueJie"
|
||||
>
|
||||
<tpx-text-item label="回款联系人" :value="submitParam.payee">
|
||||
<tpx-text-item label="回款联系人">
|
||||
<template v-slot:right>
|
||||
{{submitParam.payee || (isShowYueJie ? '': '请选择')}}
|
||||
<u-icon v-if="!isShowYueJie" size="26" name="arrow-right" color="#333"></u-icon>
|
||||
@ -414,7 +414,8 @@
|
||||
const item = this.yuejieRes.list.filter(t=> t.val == val)[0]
|
||||
this.submitParam.salesmen = item.salesmen
|
||||
this.submitParam.salesmenName = item.salesmenName
|
||||
this.submitParam.payee = item.payeeName
|
||||
// this.submitParam.payee = item.payeeName
|
||||
this.submitParam.payee = item.payee
|
||||
},
|
||||
handleWayChange(val) { // 线路切换
|
||||
let { productRes, submitParam } = this.getDefaultData()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user