浏览代码

储值卡转记账卡选择产品

yxb
DESKTOP-2IO5MST\huting 1年前
父节点
当前提交
6e2fa28c78

+ 8
- 8
subpackage/after-sale/to-bookkeeping-card/confirm.vue 查看文件

@@ -113,14 +113,14 @@
});
/*下一步*/
const nextACtion = () => {
// queryCckChangejzCardAction().then(val => {
// // navTo(
// // `/subpackage/after-sale/to-bookkeeping-card/mailing_information?orderId=${state.data.orderId}&&applyId=${val.applyId}`
// // )
navTo(
`/subpackage/after-sale/to-bookkeeping-card/choice-product-new?orderId=${state.data.orderId}&&applyId=${val.applyId}&&type=${state.data.type}`
)
// })
queryCckChangejzCardAction().then(val => {
// // navTo(
// // `/subpackage/after-sale/to-bookkeeping-card/mailing_information?orderId=${state.data.orderId}&&applyId=${val.applyId}`
// // )
navTo(
`/subpackage/after-sale/to-bookkeeping-card/choice-product-new?orderId=${state.data.orderId}&&applyId=${val.applyId}&&type=${state.data.type}`
)
})
// navTo(
// `/subpackage/after-sale/to-bookkeeping-card/choice-product-new?orderId=1&&applyId=2&&type=2`
// )

+ 4
- 4
subpackage/after-sale/to-bookkeeping-card/mailing_information.vue 查看文件

@@ -46,8 +46,8 @@
<view class="from_item" v-if="form.sendStatusName == '寄回'" @click="showPicker">
<text style="font-size: 28rpx;"><text style="color: red">*</text>退货物流公司:</text>
<view style="display: flex;align-items: center;font-size: 28rpx;">
<u-input v-model="form.courierCompany" class="input" disabled @click="showPicker"
style="visibility: hidden;" placeholder="请选择" />
<u-input v-model="form.courierCompany" class="input" @click="showPicker"
:placeholder="form.courierCompany?form.courierCompany:'请选择'" style="text-align: right;" />
<!-- <text v-if="form.courierCompany">{{form.courierCompany}}</text> -->
<u-icon name="arrow-right" style="margin-left: 10px"></u-icon>
</view>
@@ -514,11 +514,11 @@
}

::v-deep .input {
text-align: left;
text-align: right;
flex: 1;

input {
text-align: left;
text-align: right;
}
}
}

正在加载...
取消
保存