uu
This commit is contained in:
parent
be7a990bf9
commit
c0a7435ec3
@ -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>
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"appid" : "__UNI__BCB0FB5",
|
||||
"description" : "探路国际速运",
|
||||
"versionName" : "1.0.1",
|
||||
"versionCode" : "1044",
|
||||
"versionCode" : "1045",
|
||||
"transformPx" : false,
|
||||
/* 5+App特有相关 */
|
||||
"app-plus" : {
|
||||
|
||||
@ -145,7 +145,7 @@ export const getOrderModels = () => {
|
||||
takePieceEmployeeName: '', // 收件员名称
|
||||
dispatchManName: '', // 派件员名称
|
||||
dispatchSiteName: '', // 派件网点名称
|
||||
customerName: '', // 月结账户名称
|
||||
custName: '', // 月结账户名称
|
||||
salesmen: '', // 销售联系人名称
|
||||
payee: '', // 回款联系人名称
|
||||
sendSiteName: '', // 发件网点名称
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user