diff --git a/components/tpx-date-input/tpx-date-input.vue b/components/tpx-date-input/tpx-date-input.vue index f7bd90c..fb4c185 100644 --- a/components/tpx-date-input/tpx-date-input.vue +++ b/components/tpx-date-input/tpx-date-input.vue @@ -74,7 +74,8 @@ }, handleClaOk(res){ const ary = Object.values(res) - this.handleChange(ary) + const val = [ary[0], ary[ary.length-1]] + this.handleChange(val) this.handleSwitchCladar() }, handleSwitchCladar() { diff --git a/pages.json b/pages.json index c817680..9723781 100644 --- a/pages.json +++ b/pages.json @@ -98,6 +98,24 @@ "style": { "navigationBarTitleText": "运单打印" } + }, + { + "path": "pages/deliveryDeal/arriveList", + "style": { + "navigationBarTitleText": "到件清单" + } + }, + { + "path": "pages/deliveryDeal/paiList", + "style": { + "navigationBarTitleText": "派件清单" + } + }, + { + "path": "pages/deliveryDeal/sendList", + "style": { + "navigationBarTitleText": "发件清单" + } } ], "subPackages": [{ diff --git a/pages/deliveryDeal/arriveList.vue b/pages/deliveryDeal/arriveList.vue new file mode 100644 index 0000000..1d2dc55 --- /dev/null +++ b/pages/deliveryDeal/arriveList.vue @@ -0,0 +1,141 @@ + + + + + + \ No newline at end of file diff --git a/pages/deliveryDeal/paiList.vue b/pages/deliveryDeal/paiList.vue new file mode 100644 index 0000000..8f8e59e --- /dev/null +++ b/pages/deliveryDeal/paiList.vue @@ -0,0 +1,141 @@ + + + + + + \ No newline at end of file diff --git a/pages/deliveryDeal/sendList.vue b/pages/deliveryDeal/sendList.vue new file mode 100644 index 0000000..0d57c8f --- /dev/null +++ b/pages/deliveryDeal/sendList.vue @@ -0,0 +1,141 @@ + + + + + + \ No newline at end of file diff --git a/pages/tabBar/deal/deal.vue b/pages/tabBar/deal/deal.vue index 4fe0ab0..cc7cf1a 100644 --- a/pages/tabBar/deal/deal.vue +++ b/pages/tabBar/deal/deal.vue @@ -64,7 +64,7 @@ { title: '合包扫描', subTitle: "", icon: getCdnUrl(`home/hebaosm.png`), url: '' }, { title: '运单修改', subTitle: "", icon: getCdnUrl(`home/ydxiugai.png`), url: '' }, { title: '收货入库', subTitle: "", icon: getCdnUrl(`home/shhruku.png`), url: '' }, - { title: '发件清单', subTitle: "", icon: getCdnUrl(`home/fjqingdan.png`), url: '' }, + { title: '发件清单', subTitle: "", icon: getCdnUrl(`home/fjqingdan.png`), url: 'deliveryDeal/sendList' }, { title: '拆包扫描', subTitle: "", icon: getCdnUrl(`home/chaibsm.png`), url: '' }, { title: '报关扫描', subTitle: "", icon: getCdnUrl(`home/baogsm.png`), url: '' }, { title: '清关扫描', subTitle: "", icon: getCdnUrl(`home/qinggsm.png`), url: '' }, @@ -77,8 +77,8 @@ { title: '签收扫描', subTitle: "", icon: getCdnUrl(`home/qianshsm.png`), url: '' }, { title: '到派扫描', subTitle: "", icon: getCdnUrl(`home/daojsm.png`), url: '' }, { title: '卸车扫描', subTitle: "", icon: getCdnUrl(`home/xiechesm.png`), url: '' }, - { title: '到件清单', subTitle: "", icon: getCdnUrl(`home/daojqd.png`), url: '' }, - { title: '派件清单', subTitle: "", icon: getCdnUrl(`home/paijqd.png`), url: '' }, + { title: '到件清单', subTitle: "", icon: getCdnUrl(`home/daojqd.png`), url: 'deliveryDeal/arriveList' }, + { title: '派件清单', subTitle: "", icon: getCdnUrl(`home/paijqd.png`), url: 'deliveryDeal/paiList' }, { title: '留仓扫描', subTitle: "", icon: getCdnUrl(`home/licsm.png`), url: '' }, { title: '转件扫描', subTitle: "", icon: getCdnUrl(`home/zhuanjsm.png`), url: '' }, { title: '进仓查询', subTitle: "", icon: getCdnUrl(`home/jincchx.png`), url: '' }