diff --git a/src/pages.json b/src/pages.json index e5c782d..53e761a 100644 --- a/src/pages.json +++ b/src/pages.json @@ -1282,6 +1282,14 @@ "navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一 } }, + { + "path": "pages/product/STO-Outbound/Back", + "style": { + "navigationBarTitleText": "成品STO出库退扫", + "navigationStyle": "custom", // 隐藏系统导航栏 + "navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一 + } + }, { "path": "pages/demo/index", "style": { diff --git a/src/pages/product/STO-Outbound/Back.vue b/src/pages/product/STO-Outbound/Back.vue new file mode 100644 index 0000000..e42c97d --- /dev/null +++ b/src/pages/product/STO-Outbound/Back.vue @@ -0,0 +1,188 @@ + + + + diff --git a/src/pages/product/STO-Outbound/index.vue b/src/pages/product/STO-Outbound/index.vue index f2c4a57..5bd4d32 100644 --- a/src/pages/product/STO-Outbound/index.vue +++ b/src/pages/product/STO-Outbound/index.vue @@ -80,12 +80,15 @@ - + {{ $t('message.Posting') }} - + {{ $t('message.po_Return') }} + + {{ $t('message.BackSweep') }} + @@ -199,6 +202,14 @@ export default class dnReceiptDom extends BasePage { //this.SunmitList = []; this.model.dnNoList.length = 0; } + BackSweep() { + // if (!this.form.orderNo) { + // this.customToast(this.$t('message.Commission_tips1') as any); + // return; + // } + //uni.setStorageSync('SweepCode', JSON.stringify(this.form.orderNo)); + this.toPage(this.page.product.outbound.stoBack); + } }