@@ -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` | |||
// ) |
@@ -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; | |||
} | |||
} | |||
} |