|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
<view class="page-receipt-detail">
|
|
|
|
|
<view class="header">
|
|
|
|
|
<view class="left">
|
|
|
|
|
<u-icon class="icon" name="arrow-left" @click="go" />
|
|
|
|
|
<u-icon class="icon" name="arrow-left" @click="uni.navigateBack({})" />
|
|
|
|
|
</view>
|
|
|
|
|
<view class="title">{{ $t("message.Pi_QueryResults") }}</view>
|
|
|
|
|
<view class="right"></view>
|
|
|
|
@ -60,9 +60,9 @@ export default class RawReceiptDetail extends BasePage {
|
|
|
|
|
};
|
|
|
|
|
await this.model.querydetaildlist(content);
|
|
|
|
|
}
|
|
|
|
|
go() {
|
|
|
|
|
this.toPage(this.page.raw.ingoods.dnReturnGoods.location);
|
|
|
|
|
}
|
|
|
|
|
// go() {
|
|
|
|
|
// this.toPage(this.page.raw.ingoods.dnReturnGoods.location);
|
|
|
|
|
// }
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
|