隐藏客户列表

This commit is contained in:
aihe 2024-05-21 16:29:26 +08:00
parent 4b91437f0e
commit 4f74e16c2b

View File

@ -15,12 +15,12 @@
</view>
</u-row>
<u-row justify="between" custom-style="margin-top:20rpx;">
<!-- <u-row justify="between" custom-style="margin-top:20rpx;">
<view style="width: 130rpx;">客户</view>
<view style="flex:1;">
<tpx-select v-model:resObject="kehuRes" :getListFun="getCustomerUserList" :transKeyVal="{valKey: 'customerCode',titleKey: 'customerName'}" v-model:value="submitParam.customerCode" :isWhite="true" placeholder="请选择客户"></tpx-select>
</view>
</u-row>
</u-row> -->
</view>
<view v-if="submitParam.orderSn" class="com-section mt-30" @click="goto(`post/detail?billCode=${submitParam.billCode}&orderSn=${submitParam.orderSn}`)">
@ -273,7 +273,7 @@
let info = this.submitParam
let param = {
productType: info.productType,
customerCode: info.customerCode,
// customerCode: info.customerCode,
calcFeeType: info.calcFeeType,
settlementWeight: info.settlementWeight,
totalVolume: info.totalVolume,