| | |
| | | // that.printerNum = numList[0] |
| | | |
| | | }, |
| | | async onLoad() { |
| | | async onLoad(options) { |
| | | var t = this.$storage.getItem('cache_delivery_order_print') || '' |
| | | if (t) { |
| | | this.items = JSON.parse(t) |
| | | var requrl = '' |
| | | // #ifdef PUB_SUPPLIER |
| | | // apitype = '/supplier' |
| | | requrl = `/api/supplier/delivery/list/items/views/new` |
| | | if(options.source=='detail'){ |
| | | requrl = `/api/supplier/delivery/list/items/views` |
| | | |
| | | }else{ |
| | | requrl = `/api/supplier/delivery/list/items/views/new` |
| | | |
| | | } |
| | | // #endif |
| | | // #ifndef PUB_SUPPLIER |
| | | requrl = `/api/delivery/list/items/views` |