Merge branch 'master' of http://git.xdadan.com/tanex/emis-sapp
This commit is contained in:
commit
b34eae63ff
@ -174,7 +174,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>
|
||||
|
||||
@ -150,7 +150,7 @@ export const getOrderModels = () => {
|
||||
takePieceEmployeeCode: undefined, // 收派员
|
||||
dispatchManName: '', // 派件员名称
|
||||
dispatchSiteName: '', // 派件网点名称
|
||||
customerName: '', // 月结账户名称
|
||||
custName: '', // 月结账户名称
|
||||
salesmen: '', // 销售联系人名称
|
||||
payee: '', // 回款联系人名称
|
||||
sendSiteName: '', // 发件网点名称
|
||||
|
||||
@ -103,10 +103,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>
|
||||
<template #listTop>
|
||||
<view class="mb-20" @click="goto(`user/monthCardList`)">
|
||||
<u-row>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user