c7d45ecb3c3e74036e29666a4e31673f.json 3.8 KB

1
  1. {"remainingRequest":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\thread-loader\\dist\\cjs.js!D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\babel-loader\\lib\\index.js!D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\wnmp\\www\\vue\\seaBlueAdmin\\src\\views\\stock\\OrdersForShipment\\PickingCenter.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\src\\views\\stock\\OrdersForShipment\\PickingCenter.vue","mtime":1678954023634},{"path":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\babel.config.js","mtime":1681371897685},{"path":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1681371913603},{"path":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\thread-loader\\dist\\cjs.js","mtime":1681371925422},{"path":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\babel-loader\\lib\\index.js","mtime":1681371912860},{"path":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1681371913603},{"path":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\vue-loader\\lib\\index.js","mtime":1681371925849}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KaW1wb3J0IEZvclBpY2tpbmcgZnJvbSAiLi9jb21wb25lbnQvRm9yUGlja2luZyI7CmltcG9ydCBQaWNraW5nUHJvY2Vzc2luZyBmcm9tICIuL2NvbXBvbmVudC9QaWNraW5nUHJvY2Vzc2luZyI7CmltcG9ydCBGcmVpZ2h0SW5xdWlyeSBmcm9tICIuL2NvbXBvbmVudC9GcmVpZ2h0SW5xdWlyeSI7CmltcG9ydCBDYXJnb0RldGFpbCBmcm9tICIuL2NvbXBvbmVudC9DYXJnb0RldGFpbCI7CmV4cG9ydCBkZWZhdWx0IHsKICBjb21wb25lbnRzOiB7CiAgICBGb3JQaWNraW5nLAogICAgUGlja2luZ1Byb2Nlc3NpbmcsCiAgICBGcmVpZ2h0SW5xdWlyeSwKICAgIENhcmdvRGV0YWlsCiAgfSwKCiAgZGF0YSgpIHsKICAgIHJldHVybiB7CiAgICAgIHRvcF9zZWw6ICIxIiwKICAgICAgdG9wX3RpbWU6ICIxIgogICAgfTsKICB9LAoKICBtZXRob2RzOiB7CiAgICBzZWxUb3BUeXBlKCkge30KCiAgfQp9Ow=="},{"version":3,"mappings":";;;;;;;;;;;;;;;;;;;;AAqBA;AACA;AACA;AACA;AACA;EACAA;IACAC,UADA;IAEAC,iBAFA;IAGAC,cAHA;IAIAC;EAJA,CADA;;EAOAC;IACA;MACAC,YADA;MAEAC;IAFA;EAIA,CAZA;;EAaAC;IACAC;;EADA;AAbA","names":["components","ForPicking","PickingProcessing","FreightInquiry","CargoDetail","data","top_sel","top_time","methods","selTopType"],"sourceRoot":"src/views/stock/OrdersForShipment","sources":["PickingCenter.vue"],"sourcesContent":["<template>\n <div>\n <div class=\"contmain\" style=\"background-color: #fff\">\n <el-tabs v-model=\"top_sel\" type=\"card\" @tab-click=\"selTopType\">\n <el-tab-pane label=\"待拣货单据\" name=\"1\"></el-tab-pane>\n <el-tab-pane label=\"待处理拣货\" name=\"2\"></el-tab-pane>\n <el-tab-pane label=\"拣货查询\" name=\"3\"></el-tab-pane>\n <el-tab-pane label=\"拣货明细\" name=\"4\"></el-tab-pane>\n </el-tabs>\n </div>\n <!-- 待拣货单据-->\n <ForPicking v-if=\"top_sel === '1'\"></ForPicking>\n <!-- 待处理拣货-->\n <PickingProcessing v-if=\"top_sel === '2'\"></PickingProcessing>\n <!-- 拣货查询-->\n <FreightInquiry v-if=\"top_sel === '3'\"></FreightInquiry>\n <!-- 拣货明细-->\n <CargoDetail v-if=\"top_sel === '4'\"></CargoDetail>\n </div>\n</template>\n<script>\n import ForPicking from \"./component/ForPicking\";\n import PickingProcessing from \"./component/PickingProcessing\";\n import FreightInquiry from \"./component/FreightInquiry\";\n import CargoDetail from \"./component/CargoDetail\";\n export default {\n components: {\n ForPicking,\n PickingProcessing,\n FreightInquiry,\n CargoDetail,\n },\n data() {\n return {\n top_sel: \"1\",\n top_time: \"1\",\n };\n },\n methods: {\n selTopType() {},\n },\n };\n</script>\n<style></style>\n"]}]}