This commit is contained in:
aihe 2024-09-19 22:34:26 +08:00
parent be7a990bf9
commit c0a7435ec3
4 changed files with 5 additions and 5 deletions

View File

@ -175,7 +175,7 @@
<view class="dt-item">
<u-row>
<text class="clr-sub pr-10">月结客户</text>
<text class="">{{modelInfo.customerName}}</text>
<text class="">{{modelInfo.custName}}</text>
</u-row>
</view>
</view>

View File

@ -3,7 +3,7 @@
"appid" : "__UNI__BCB0FB5",
"description" : "探路国际速运",
"versionName" : "1.0.1",
"versionCode" : "1044",
"versionCode" : "1045",
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {

View File

@ -145,7 +145,7 @@ export const getOrderModels = () => {
takePieceEmployeeName: '', // 收件员名称
dispatchManName: '', // 派件员名称
dispatchSiteName: '', // 派件网点名称
customerName: '', // 月结账户名称
custName: '', // 月结账户名称
salesmen: '', // 销售联系人名称
payee: '', // 回款联系人名称
sendSiteName: '', // 发件网点名称

View File

@ -106,10 +106,10 @@
</view>
<template v-if="isShowYueJie">
<view class="yunf-input-item">
<tpx-select v-model:value="submitParam.custNo" v-model:text="submitParam.customerName" v-model:resObject="yuejieRes" :getListFun="getMonthpayAccountList" :transKeyVal="{valKey: 'custNo',titleKey: 'custName'}"
<tpx-select v-model:value="submitParam.custNo" v-model:text="submitParam.custName" v-model:resObject="yuejieRes" :getListFun="getMonthpayAccountList" :transKeyVal="{valKey: 'custNo',titleKey: 'custName'}"
@onChange="handleYueJieSelect" placeholder="请选择月结账户"
>
<tpx-text-item label="月结账户" :value="submitParam.customerName"></tpx-text-item>
<tpx-text-item label="月结账户" :value="submitParam.custName"></tpx-text-item>
</tpx-select>
</view>
<template v-if="submitParam.custNo">