This commit is contained in:
2023-08-11 10:45:20 +08:00
commit 161ca982f3
31850 changed files with 2706500 additions and 0 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"import CommonBtn from \"@/components/commonBtn.vue\";\nexport default {\n name: \"reportingView\",\n data() {\n return {\n isCheck: false\n };\n },\n methods: {\n submit() {\n console.log(\"提交\");\n }\n },\n components: {\n CommonBtn\n }\n};","map":{"version":3,"names":["CommonBtn","name","data","isCheck","methods","submit","console","log","components"],"sources":["src/views/index/reporting.vue"],"sourcesContent":["<template>\r\n <div class=\"wrap\">\r\n <div class=\"title\">报备事项:</div>\r\n <div class=\"line\"></div>\r\n <div class=\"item\" @click=\"isCheck = !isCheck\">\r\n <img :src=\"isCheck ? require('@/assets/check.png') : require('@/assets/uncheck.png')\" />\r\n <span>特殊情况绕路</span>\r\n </div>\r\n <div class=\"item\">\r\n <img :src=\"isCheck ? require('@/assets/check.png') : require('@/assets/uncheck.png')\" />\r\n <span>事发地变更</span>\r\n </div>\r\n <div class=\"item\">\r\n <img :src=\"isCheck ? require('@/assets/check.png') : require('@/assets/uncheck.png')\" />\r\n <span>目的地变更</span>\r\n </div>\r\n <div class=\"item\">\r\n <img :src=\"isCheck ? require('@/assets/check.png') : require('@/assets/uncheck.png')\" />\r\n <span>其他报备</span>\r\n </div>\r\n <textarea class=\"multiple\" id=\"text-input\" rows=\"4\" cols=\"50\" placeholder=\"报备描述\"></textarea><br>\r\n<!-- <button @click=\"submit\">提交</button>-->\r\n <common-btn />\r\n\r\n </div>\r\n</template>\r\n\r\n<script>\r\nimport CommonBtn from \"@/components/commonBtn.vue\"\r\nexport default {\r\n name: \"reportingView\",\r\n data(){\r\n return{\r\n isCheck:false,\r\n }\r\n },\r\n methods:{\r\n submit(){\r\n console.log(\"提交\")\r\n }\r\n },\r\n components:{\r\n CommonBtn\r\n }\r\n}\r\n</script>\r\n\r\n<style scoped lang=\"scss\">\r\n@import \"@/styles/mixin.scss\";\r\n.wrap {\r\n box-sizing: border-box;\r\n padding: 13px 24px 0;\r\n width: 100%;\r\n height: 100%;\r\n}\r\n\r\n.title {\r\n @include fontWeightSize(500,14px);\r\n color: #323643;\r\n\r\n}\r\n.item{\r\n font-size: 14px;\r\n margin-bottom: 8px;\r\n display: flex;\r\n align-items: center;\r\n}\r\n.line {\r\n width: 100%;\r\n height: 2px;\r\n opacity: 0.16;\r\n border-top: 1px solid;\r\n margin-bottom: 10px;\r\n margin-top: 10px;\r\n border-image: linear-gradient(270deg, rgba(217, 217, 217, 0.6), rgba(178, 178, 178, 1), rgba(178, 178, 178, 1), rgba(217, 217, 217, 0.6)) 1 1;\r\n}\r\nimg{\r\n @include widHeiMar(16px,16px,10px);\r\n}\r\n\r\n.multiple {\r\n width: 100%;\r\n height: 125px;\r\n background: #FAFAFA;\r\n border-radius: 3px;\r\n border: 1px solid #E6E6E6;\r\n backdrop-filter: blur(10px);\r\n padding: 10px;\r\n box-sizing: border-box;\r\n margin-top: 20px;\r\n}\r\n\r\nbutton {\r\n border: none;\r\n position: fixed;\r\n bottom: 30px;\r\n width: 88%;\r\n height: 48px;\r\n line-height: 48px;\r\n background: #354D93;\r\n border-radius: 5px;\r\n font-size: 15px;\r\n font-weight: 500;\r\n color: #FFFFFF;\r\n @include all-height(48px)\r\n}\r\n</style>"],"mappings":"AA4BA,OAAAA,SAAA;AACA;EACAC,IAAA;EACAC,KAAA;IACA;MACAC,OAAA;IACA;EACA;EACAC,OAAA;IACAC,OAAA;MACAC,OAAA,CAAAC,GAAA;IACA;EACA;EACAC,UAAA;IACAR;EACA;AACA"},"metadata":{},"sourceType":"module","externalDependencies":[]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"var render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _vm._m(0);\n};\nvar staticRenderFns = [function () {\n var _vm = this,\n _c = _vm._self._c;\n return _c(\"div\", {\n staticClass: \"bottom_wrap\"\n }, [_c(\"div\", {\n staticClass: \"bottom_line\"\n }), _c(\"div\", {\n staticClass: \"wrap\"\n }, [_c(\"div\", {\n staticClass: \"bottom_item\"\n }, [_c(\"img\", {\n staticClass: \"bottom_icon\",\n attrs: {\n src: require(\"@/assets/server_btn.png\"),\n alt: \"\"\n }\n }), _vm._v(\" 叫服务 \")]), _c(\"div\", {\n staticClass: \"bottom_item\"\n }, [_c(\"img\", {\n staticClass: \"bottom_icon\",\n attrs: {\n src: require(\"@/assets/search_btn.png\"),\n alt: \"\"\n }\n }), _vm._v(\" 查订单 \")])])]);\n}];\nrender._withStripped = true;\nexport { render, staticRenderFns };","map":{"version":3,"names":["render","_vm","_c","_self","_m","staticRenderFns","staticClass","attrs","src","require","alt","_v","_withStripped"],"sources":["E:/work/sino/sino-h5/src/components/bottomBar.vue"],"sourcesContent":["var render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _vm._m(0)\n}\nvar staticRenderFns = [\n function () {\n var _vm = this,\n _c = _vm._self._c\n return _c(\"div\", { staticClass: \"bottom_wrap\" }, [\n _c(\"div\", { staticClass: \"bottom_line\" }),\n _c(\"div\", { staticClass: \"wrap\" }, [\n _c(\"div\", { staticClass: \"bottom_item\" }, [\n _c(\"img\", {\n staticClass: \"bottom_icon\",\n attrs: { src: require(\"@/assets/server_btn.png\"), alt: \"\" },\n }),\n _vm._v(\" 叫服务 \"),\n ]),\n _c(\"div\", { staticClass: \"bottom_item\" }, [\n _c(\"img\", {\n staticClass: \"bottom_icon\",\n attrs: { src: require(\"@/assets/search_btn.png\"), alt: \"\" },\n }),\n _vm._v(\" 查订单 \"),\n ]),\n ]),\n ])\n },\n]\nrender._withStripped = true\n\nexport { render, staticRenderFns }"],"mappings":"AAAA,IAAIA,MAAM,GAAG,SAASA,MAAMA,CAAA,EAAG;EAC7B,IAAIC,GAAG,GAAG,IAAI;IACZC,EAAE,GAAGD,GAAG,CAACE,KAAK,CAACD,EAAE;EACnB,OAAOD,GAAG,CAACG,EAAE,CAAC,CAAC,CAAC;AAClB,CAAC;AACD,IAAIC,eAAe,GAAG,CACpB,YAAY;EACV,IAAIJ,GAAG,GAAG,IAAI;IACZC,EAAE,GAAGD,GAAG,CAACE,KAAK,CAACD,EAAE;EACnB,OAAOA,EAAE,CAAC,KAAK,EAAE;IAAEI,WAAW,EAAE;EAAc,CAAC,EAAE,CAC/CJ,EAAE,CAAC,KAAK,EAAE;IAAEI,WAAW,EAAE;EAAc,CAAC,CAAC,EACzCJ,EAAE,CAAC,KAAK,EAAE;IAAEI,WAAW,EAAE;EAAO,CAAC,EAAE,CACjCJ,EAAE,CAAC,KAAK,EAAE;IAAEI,WAAW,EAAE;EAAc,CAAC,EAAE,CACxCJ,EAAE,CAAC,KAAK,EAAE;IACRI,WAAW,EAAE,aAAa;IAC1BC,KAAK,EAAE;MAAEC,GAAG,EAAEC,OAAO,CAAC,yBAAyB,CAAC;MAAEC,GAAG,EAAE;IAAG;EAC5D,CAAC,CAAC,EACFT,GAAG,CAACU,EAAE,CAAC,OAAO,CAAC,CAChB,CAAC,EACFT,EAAE,CAAC,KAAK,EAAE;IAAEI,WAAW,EAAE;EAAc,CAAC,EAAE,CACxCJ,EAAE,CAAC,KAAK,EAAE;IACRI,WAAW,EAAE,aAAa;IAC1BC,KAAK,EAAE;MAAEC,GAAG,EAAEC,OAAO,CAAC,yBAAyB,CAAC;MAAEC,GAAG,EAAE;IAAG;EAC5D,CAAC,CAAC,EACFT,GAAG,CAACU,EAAE,CAAC,OAAO,CAAC,CAChB,CAAC,CACH,CAAC,CACH,CAAC;AACJ,CAAC,CACF;AACDX,MAAM,CAACY,aAAa,GAAG,IAAI;AAE3B,SAASZ,MAAM,EAAEK,eAAe"},"metadata":{},"sourceType":"module","externalDependencies":[]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"export default {\n name: \"supplySettlement\"\n};","map":{"version":3,"names":["name"],"sources":["src/views/index/supplySettlement.vue"],"sourcesContent":["<template>\r\n <div class=\"wrap\">\r\n <div class=\"kilometers common\">\r\n <div class=\"title\">公里数:</div>\r\n <div class=\"line\"></div>\r\n <div class=\"metersWrap\">\r\n <div class=\"leftKiloMeters\">\r\n <div>AB段公里数</div>\r\n <div>BC段公里数</div>\r\n <div>CA段公里数</div>\r\n </div>\r\n <div class=\"rightInputMeters\">\r\n <div><input type=\"number\"/>公里</div>\r\n <div><input type=\"number\"/>公里</div>\r\n <div><input type=\"number\"/>公里</div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"roadBridgeFee common\">\r\n <div class=\"title\">路桥费:</div>\r\n <div class=\"line\"></div>\r\n <div class=\"metersWrap\">\r\n <div class=\"leftKiloMeters\">\r\n <div>AB段公里数</div>\r\n <div>BC段公里数</div>\r\n <div>CA段公里数</div>\r\n </div>\r\n <div class=\"rightInputMeters\">\r\n <div><input type=\"number\"/>公里</div>\r\n <div><input type=\"number\"/>公里</div>\r\n <div><input type=\"number\"/>公里</div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"otherFee common\">\r\n <div class=\"title\">其他费用:</div>\r\n <div class=\"line\"></div>\r\n <div class=\"metersWrap\">\r\n <div class=\"leftKiloMeters\">\r\n <div>小轮个数</div>\r\n <div>等候费</div>\r\n <div>困境费</div>\r\n <div class=\"blueColor\">已收取客户金额</div>\r\n </div>\r\n <div class=\"rightInputMeters\">\r\n <div><input type=\"number\"/>个</div>\r\n <div><input type=\"number\"/>元</div>\r\n <div><input type=\"number\"/>元</div>\r\n <div class=\"blueColor\"><input type=\"number\"/>元</div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nexport default {\r\n name: \"supplySettlement\"\r\n}\r\n</script>\r\n\r\n<style scoped lang=\"scss\">\r\n@import \"@/styles/mixin.scss\";\r\n\r\n.wrap {\r\n width: 100%;\r\n height: 100%;\r\n background-color: #F4F5F7;\r\n}\r\n\r\n.common {\r\n @include wh(100%, 161px);\r\n background: #FFFFFF;\r\n backdrop-filter: blur(5.602678571428572px);\r\n box-sizing: border-box;\r\n padding: 10px 17px 10px 24px;\r\n margin-bottom: 10px;\r\n}\r\n.otherFee {\r\n @include wh(100%, 198px)\r\n}\r\n.title {\r\n @include fontWeightSize(500, 14px);\r\n color: #323643;\r\n opacity: 0.66;\r\n}\r\n\r\n.line {\r\n @include wh(calc(100% - 10px), 2px);\r\n text-align: center;\r\n opacity: 0.16;\r\n border-top: 1px solid;\r\n margin-top: 8px;\r\n border-image: linear-gradient(270deg, rgba(217, 217, 217, 0.6), rgba(178, 178, 178, 1), rgba(178, 178, 178, 1), rgba(217, 217, 217, 0.6)) 1 1;\r\n}\r\n\r\n.metersWrap {\r\n display: flex;\r\n justify-content: space-between;\r\n line-height: 37px;\r\n .blueColor{\r\n @include fontWeightSize(500,14px);\r\n color: #4682FE;\r\n }\r\n .leftTitle {\r\n @include fontWeightSize(400, 14px);\r\n }\r\n\r\n .rightInputMeters {\r\n margin-right: 13px;\r\n @include fontWeightSize(500, 13px);\r\n color: #323643;\r\n opacity: .5;\r\n input {\r\n border: none;\r\n text-align: right;\r\n color: #323643;\r\n opacity: .8;\r\n }\r\n }\r\n}\r\n\r\n</style>"],"mappings":"AAwDA;EACAA,IAAA;AACA"},"metadata":{},"sourceType":"module","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"export default {\n name: \"toDoList\"\n};","map":{"version":3,"names":["name"],"sources":["src/views/index/toDoList.vue"],"sourcesContent":["<template>\r\n <div class=\"wrap\" >\r\n <ul id=\"dataList\" class=\"dataList\">\r\n <li class=\"item\" v-for=\"(item,i) in 4\" :key=\"i\">\r\n <div class=\"left\">\r\n <div class=\"repairName\"><span class=\"name\">维修申请</span><span class=\"carCode\">苏AB6768</span></div>\r\n <div class=\"addressName\">苏州老张汽车修理厂</div>\r\n <div class=\"time\">2023-05-12 12:30:30 张三</div>\r\n </div>\r\n <div class=\"right\">\r\n <button class=\"nopass\">不通过</button>\r\n <button class=\"pass\">通过</button>\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nexport default {\r\n name: \"toDoList\"\r\n}\r\n</script>\r\n\r\n<style scoped lang=\"scss\">\r\n/*@import \"@/styles/mixin.scss\";*/\r\n.wrap {\r\n width: 100%;\r\n height: 100%;\r\n box-sizing: border-box;\r\n padding: 13px 13px 0 13px;\r\n background-color: #F4F5F7;\r\n}\r\n\r\n.dataList {\r\n padding: 0;\r\n}\r\n\r\n.item {\r\n list-style: none;\r\n display: flex;\r\n justify-content: space-between;\r\n margin-bottom: 10px;\r\n width: 100%;\r\n background: #FFFFFF;\r\n box-shadow: 0px 2px 10px 0px rgba(216, 216, 216, 0.5);\r\n border-radius: 6px;\r\n padding: 10px 13px;\r\n box-sizing: border-box;\r\n}\r\n\r\n.repairName {\r\n font-weight: 500;\r\n}\r\n\r\n.name {\r\n font-size: 14px;\r\n margin-right: 22px;\r\n}\r\n\r\n.carCode {\r\n font-size: 12px;\r\n}\r\n\r\n.addressName {\r\n margin-top: 8px;\r\n margin-bottom: 5px;\r\n}\r\n\r\n.addressName,\r\n.time {\r\n font-size: 12px;\r\n}\r\n\r\nbutton {\r\n padding: 2px 8px;\r\n font-weight: 500;\r\n font-size: 12px;\r\n border-radius: 3px;\r\n}\r\n\r\n.nopass {\r\n background: white;\r\n border: 1px solid #DDDDDD !important;\r\n margin-right: 15px;\r\n}\r\n\r\n.pass {\r\n border: none;\r\n border: 1px solid #2A5094 !important;\r\n background: #2A5094;\r\n color: white;\r\n}\r\n\r\n\r\n</style>"],"mappings":"AAmBA;EACAA,IAAA;AACA"},"metadata":{},"sourceType":"module","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"'use strict';\n\nexport default function parseProtocol(url) {\n const match = /^([-+\\w]{1,25})(:?\\/\\/|:)/.exec(url);\n return match && match[1] || '';\n}","map":{"version":3,"names":["parseProtocol","url","match","exec"],"sources":["C:/Users/zhouxueli/Desktop/scheduling-app/node_modules/axios/lib/helpers/parseProtocol.js"],"sourcesContent":["'use strict';\n\nexport default function parseProtocol(url) {\n const match = /^([-+\\w]{1,25})(:?\\/\\/|:)/.exec(url);\n return match && match[1] || '';\n}\n"],"mappings":"AAAA,YAAY;;AAEZ,eAAe,SAASA,aAAaA,CAACC,GAAG,EAAE;EACzC,MAAMC,KAAK,GAAG,2BAA2B,CAACC,IAAI,CAACF,GAAG,CAAC;EACnD,OAAOC,KAAK,IAAIA,KAAK,CAAC,CAAC,CAAC,IAAI,EAAE;AAChC"},"metadata":{},"sourceType":"module","externalDependencies":[]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"import _mergeJSXProps from \"@vue/babel-helper-vue-jsx-merge-props\";\n// Utils\nimport { createNamespace } from '../utils';\nimport { inherit } from '../utils/functional'; // Types\n\nvar _createNamespace = createNamespace('divider'),\n createComponent = _createNamespace[0],\n bem = _createNamespace[1];\nfunction Divider(h, props, slots, ctx) {\n var _bem;\n return h(\"div\", _mergeJSXProps([{\n \"attrs\": {\n \"role\": \"separator\"\n },\n \"style\": {\n borderColor: props.borderColor\n },\n \"class\": bem((_bem = {\n dashed: props.dashed,\n hairline: props.hairline\n }, _bem[\"content-\" + props.contentPosition] = slots.default, _bem))\n }, inherit(ctx, true)]), [slots.default && slots.default()]);\n}\nDivider.props = {\n dashed: Boolean,\n hairline: {\n type: Boolean,\n default: true\n },\n contentPosition: {\n type: String,\n default: 'center'\n }\n};\nexport default createComponent(Divider);","map":{"version":3,"names":["_mergeJSXProps","createNamespace","inherit","_createNamespace","createComponent","bem","Divider","h","props","slots","ctx","_bem","borderColor","dashed","hairline","contentPosition","default","Boolean","type","String"],"sources":["C:/Users/zhouxueli/Desktop/scheduling-app/node_modules/vant/es/divider/index.js"],"sourcesContent":["import _mergeJSXProps from \"@vue/babel-helper-vue-jsx-merge-props\";\n// Utils\nimport { createNamespace } from '../utils';\nimport { inherit } from '../utils/functional'; // Types\n\nvar _createNamespace = createNamespace('divider'),\n createComponent = _createNamespace[0],\n bem = _createNamespace[1];\n\nfunction Divider(h, props, slots, ctx) {\n var _bem;\n\n return h(\"div\", _mergeJSXProps([{\n \"attrs\": {\n \"role\": \"separator\"\n },\n \"style\": {\n borderColor: props.borderColor\n },\n \"class\": bem((_bem = {\n dashed: props.dashed,\n hairline: props.hairline\n }, _bem[\"content-\" + props.contentPosition] = slots.default, _bem))\n }, inherit(ctx, true)]), [slots.default && slots.default()]);\n}\n\nDivider.props = {\n dashed: Boolean,\n hairline: {\n type: Boolean,\n default: true\n },\n contentPosition: {\n type: String,\n default: 'center'\n }\n};\nexport default createComponent(Divider);"],"mappings":"AAAA,OAAOA,cAAc,MAAM,uCAAuC;AAClE;AACA,SAASC,eAAe,QAAQ,UAAU;AAC1C,SAASC,OAAO,QAAQ,qBAAqB,CAAC,CAAC;;AAE/C,IAAIC,gBAAgB,GAAGF,eAAe,CAAC,SAAS,CAAC;EAC7CG,eAAe,GAAGD,gBAAgB,CAAC,CAAC,CAAC;EACrCE,GAAG,GAAGF,gBAAgB,CAAC,CAAC,CAAC;AAE7B,SAASG,OAAOA,CAACC,CAAC,EAAEC,KAAK,EAAEC,KAAK,EAAEC,GAAG,EAAE;EACrC,IAAIC,IAAI;EAER,OAAOJ,CAAC,CAAC,KAAK,EAAEP,cAAc,CAAC,CAAC;IAC9B,OAAO,EAAE;MACP,MAAM,EAAE;IACV,CAAC;IACD,OAAO,EAAE;MACPY,WAAW,EAAEJ,KAAK,CAACI;IACrB,CAAC;IACD,OAAO,EAAEP,GAAG,EAAEM,IAAI,GAAG;MACnBE,MAAM,EAAEL,KAAK,CAACK,MAAM;MACpBC,QAAQ,EAAEN,KAAK,CAACM;IAClB,CAAC,EAAEH,IAAI,CAAC,UAAU,GAAGH,KAAK,CAACO,eAAe,CAAC,GAAGN,KAAK,CAACO,OAAO,EAAEL,IAAI,CAAC;EACpE,CAAC,EAAET,OAAO,CAACQ,GAAG,EAAE,IAAI,CAAC,CAAC,CAAC,EAAE,CAACD,KAAK,CAACO,OAAO,IAAIP,KAAK,CAACO,OAAO,CAAC,CAAC,CAAC,CAAC;AAC9D;AAEAV,OAAO,CAACE,KAAK,GAAG;EACdK,MAAM,EAAEI,OAAO;EACfH,QAAQ,EAAE;IACRI,IAAI,EAAED,OAAO;IACbD,OAAO,EAAE;EACX,CAAC;EACDD,eAAe,EAAE;IACfG,IAAI,EAAEC,MAAM;IACZH,OAAO,EAAE;EACX;AACF,CAAC;AACD,eAAeZ,eAAe,CAACE,OAAO,CAAC"},"metadata":{},"sourceType":"module","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"/**\n *\n * @param {Error} error\n */\nfunction parseErrorToStacks(error) {\n if (!error || !(error instanceof Error)) {\n throw new Error(\"parseErrorToStacks expects Error object\");\n }\n if (typeof error.stack === \"string\") {\n return error.stack.split(\"\\n\").filter(function (stack) {\n return stack !== \"Error: \".concat(error.message);\n });\n }\n}\n\n/**\n * @callback ErrorCallback\n * @param {ErrorEvent} error\n * @returns {void}\n */\n\n/**\n * @param {ErrorCallback} callback\n */\nfunction listenToRuntimeError(callback) {\n window.addEventListener(\"error\", callback);\n return function cleanup() {\n window.removeEventListener(\"error\", callback);\n };\n}\n\n/**\n * @callback UnhandledRejectionCallback\n * @param {PromiseRejectionEvent} rejectionEvent\n * @returns {void}\n */\n\n/**\n * @param {UnhandledRejectionCallback} callback\n */\nfunction listenToUnhandledRejection(callback) {\n window.addEventListener(\"unhandledrejection\", callback);\n return function cleanup() {\n window.removeEventListener(\"unhandledrejection\", callback);\n };\n}\nexport { listenToRuntimeError, listenToUnhandledRejection, parseErrorToStacks };","map":{"version":3,"names":["parseErrorToStacks","error","Error","stack","split","filter","concat","message","listenToRuntimeError","callback","window","addEventListener","cleanup","removeEventListener","listenToUnhandledRejection"],"sources":["C:/Users/zhouxueli/Desktop/scheduling-app/node_modules/webpack-dev-server/client/overlay/runtime-error.js"],"sourcesContent":["/**\n *\n * @param {Error} error\n */\nfunction parseErrorToStacks(error) {\n if (!error || !(error instanceof Error)) {\n throw new Error(\"parseErrorToStacks expects Error object\");\n }\n if (typeof error.stack === \"string\") {\n return error.stack.split(\"\\n\").filter(function (stack) {\n return stack !== \"Error: \".concat(error.message);\n });\n }\n}\n\n/**\n * @callback ErrorCallback\n * @param {ErrorEvent} error\n * @returns {void}\n */\n\n/**\n * @param {ErrorCallback} callback\n */\nfunction listenToRuntimeError(callback) {\n window.addEventListener(\"error\", callback);\n return function cleanup() {\n window.removeEventListener(\"error\", callback);\n };\n}\n\n/**\n * @callback UnhandledRejectionCallback\n * @param {PromiseRejectionEvent} rejectionEvent\n * @returns {void}\n */\n\n/**\n * @param {UnhandledRejectionCallback} callback\n */\nfunction listenToUnhandledRejection(callback) {\n window.addEventListener(\"unhandledrejection\", callback);\n return function cleanup() {\n window.removeEventListener(\"unhandledrejection\", callback);\n };\n}\nexport { listenToRuntimeError, listenToUnhandledRejection, parseErrorToStacks };"],"mappings":"AAAA;AACA;AACA;AACA;AACA,SAASA,kBAAkBA,CAACC,KAAK,EAAE;EACjC,IAAI,CAACA,KAAK,IAAI,EAAEA,KAAK,YAAYC,KAAK,CAAC,EAAE;IACvC,MAAM,IAAIA,KAAK,CAAC,yCAAyC,CAAC;EAC5D;EACA,IAAI,OAAOD,KAAK,CAACE,KAAK,KAAK,QAAQ,EAAE;IACnC,OAAOF,KAAK,CAACE,KAAK,CAACC,KAAK,CAAC,IAAI,CAAC,CAACC,MAAM,CAAC,UAAUF,KAAK,EAAE;MACrD,OAAOA,KAAK,KAAK,SAAS,CAACG,MAAM,CAACL,KAAK,CAACM,OAAO,CAAC;IAClD,CAAC,CAAC;EACJ;AACF;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,SAASC,oBAAoBA,CAACC,QAAQ,EAAE;EACtCC,MAAM,CAACC,gBAAgB,CAAC,OAAO,EAAEF,QAAQ,CAAC;EAC1C,OAAO,SAASG,OAAOA,CAAA,EAAG;IACxBF,MAAM,CAACG,mBAAmB,CAAC,OAAO,EAAEJ,QAAQ,CAAC;EAC/C,CAAC;AACH;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,SAASK,0BAA0BA,CAACL,QAAQ,EAAE;EAC5CC,MAAM,CAACC,gBAAgB,CAAC,oBAAoB,EAAEF,QAAQ,CAAC;EACvD,OAAO,SAASG,OAAOA,CAAA,EAAG;IACxBF,MAAM,CAACG,mBAAmB,CAAC,oBAAoB,EAAEJ,QAAQ,CAAC;EAC5D,CAAC;AACH;AACA,SAASD,oBAAoB,EAAEM,0BAA0B,EAAEd,kBAAkB"},"metadata":{},"sourceType":"module","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"var render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _vm._m(0);\n};\nvar staticRenderFns = [function () {\n var _vm = this,\n _c = _vm._self._c;\n return _c(\"div\", {\n staticClass: \"pay_wrap\"\n }, [_c(\"div\", {\n staticClass: \"map_wrap\",\n attrs: {\n id: \"mapId\"\n }\n }, [_vm._v(\" map \")]), _c(\"div\", {\n staticClass: \"pay_container\"\n }, [_vm._v(\" 123 \")])]);\n}];\nrender._withStripped = true;\nexport { render, staticRenderFns };","map":{"version":3,"names":["render","_vm","_c","_self","_m","staticRenderFns","staticClass","attrs","id","_v","_withStripped"],"sources":["E:/work/sino/sino-h5/src/views/index/pay.vue"],"sourcesContent":["var render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _vm._m(0)\n}\nvar staticRenderFns = [\n function () {\n var _vm = this,\n _c = _vm._self._c\n return _c(\"div\", { staticClass: \"pay_wrap\" }, [\n _c(\"div\", { staticClass: \"map_wrap\", attrs: { id: \"mapId\" } }, [\n _vm._v(\" map \"),\n ]),\n _c(\"div\", { staticClass: \"pay_container\" }, [_vm._v(\" 123 \")]),\n ])\n },\n]\nrender._withStripped = true\n\nexport { render, staticRenderFns }"],"mappings":"AAAA,IAAIA,MAAM,GAAG,SAASA,MAAMA,CAAA,EAAG;EAC7B,IAAIC,GAAG,GAAG,IAAI;IACZC,EAAE,GAAGD,GAAG,CAACE,KAAK,CAACD,EAAE;EACnB,OAAOD,GAAG,CAACG,EAAE,CAAC,CAAC,CAAC;AAClB,CAAC;AACD,IAAIC,eAAe,GAAG,CACpB,YAAY;EACV,IAAIJ,GAAG,GAAG,IAAI;IACZC,EAAE,GAAGD,GAAG,CAACE,KAAK,CAACD,EAAE;EACnB,OAAOA,EAAE,CAAC,KAAK,EAAE;IAAEI,WAAW,EAAE;EAAW,CAAC,EAAE,CAC5CJ,EAAE,CAAC,KAAK,EAAE;IAAEI,WAAW,EAAE,UAAU;IAAEC,KAAK,EAAE;MAAEC,EAAE,EAAE;IAAQ;EAAE,CAAC,EAAE,CAC7DP,GAAG,CAACQ,EAAE,CAAC,OAAO,CAAC,CAChB,CAAC,EACFP,EAAE,CAAC,KAAK,EAAE;IAAEI,WAAW,EAAE;EAAgB,CAAC,EAAE,CAACL,GAAG,CAACQ,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,CAC/D,CAAC;AACJ,CAAC,CACF;AACDT,MAAM,CAACU,aAAa,GAAG,IAAI;AAE3B,SAASV,MAAM,EAAEK,eAAe"},"metadata":{},"sourceType":"module","externalDependencies":[]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"import AttentionItem from '@/components/attentionItem';\nexport default {\n name: \"CancelPage\",\n components: {\n AttentionItem\n },\n data() {\n return {\n radio: '',\n activeIcon: '',\n inactiveIcon: require('@/assets/search_btn.png')\n };\n }\n};","map":{"version":3,"names":["AttentionItem","name","components","data","radio","activeIcon","inactiveIcon","require"],"sources":["src/views/index/cancel.vue"],"sourcesContent":["<template>\r\n <div class=\"cancel_wrap\">\r\n <attention-item attention=\"温馨提示:取消收费规则 1.非预约案件报案成功后10分钟内可免费取消预约案件在距预约时间两个小时之前可免费取消2.非预约案件超过10分钟、预约案件距预约时间两个小时之内、师傅到达现场之前取消将收取服务费用的50%作为服务师傅的空驶费用3.师傅到达现场之后不再支持取消订单4.有任何收费疑问可以拨打24小时客服电话400-920-1995。\"></attention-item>\r\n <div class=\"cancel_list\">\r\n <div class=\"list_item\">\r\n <img src=\"@/assets/checked.png\" alt=\"\">\r\n <span>车子恢复正常了</span>\r\n </div>\r\n <div class=\"list_item\">\r\n <img src=\"@/assets/checked.png\" alt=\"\">\r\n <span>车子已找人处理或被交警拖走</span>\r\n </div>\r\n <div class=\"list_item\">\r\n <img src=\"@/assets/checked.png\" alt=\"\">\r\n <span>人不在车边</span>\r\n </div>\r\n <div class=\"list_item\">\r\n <img src=\"@/assets/checked.png\" alt=\"\">\r\n <span>救援时效慢</span>\r\n </div>\r\n <div class=\"list_item\">\r\n <img src=\"@/assets/checked.png\" alt=\"\">\r\n <span>车子恢复正常了</span>\r\n </div>\r\n </div>\r\n </div>\r\n</template>\r\n\r\n<script>\r\n import AttentionItem from '@/components/attentionItem'\r\n export default {\r\n name: \"CancelPage\",\r\n components: {\r\n AttentionItem\r\n },\r\n data() {\r\n return {\r\n radio: '',\r\n activeIcon: '',\r\n inactiveIcon: require('@/assets/search_btn.png')\r\n }\r\n }\r\n }\r\n</script>\r\n\r\n<style scoped lang=\"less\">\r\n.cancel_wrap {\r\n padding-top: 10px;\r\n .list_item {\r\n border-bottom: 1px solid rgba(233, 233, 234, 0.6);\r\n font-size: 15px;\r\n height: 55px;\r\n line-height: 55px;\r\n font-weight: 400;\r\n color: #203152;\r\n }\r\n}\r\n</style>\r\n"],"mappings":"AA6BA,OAAAA,aAAA;AACA;EACAC,IAAA;EACAC,UAAA;IACAF;EACA;EACAG,KAAA;IACA;MACAC,KAAA;MACAC,UAAA;MACAC,YAAA,EAAAC,OAAA;IACA;EACA;AACA"},"metadata":{},"sourceType":"module","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"/**\n * Bind event when mounted or activated\n */\nimport { on, off } from '../utils/dom/event';\nvar uid = 0;\nexport function BindEventMixin(handler) {\n var key = \"binded_\" + uid++;\n function bind() {\n if (!this[key]) {\n handler.call(this, on, true);\n this[key] = true;\n }\n }\n function unbind() {\n if (this[key]) {\n handler.call(this, off, false);\n this[key] = false;\n }\n }\n return {\n mounted: bind,\n activated: bind,\n deactivated: unbind,\n beforeDestroy: unbind\n };\n}","map":{"version":3,"names":["on","off","uid","BindEventMixin","handler","key","bind","call","unbind","mounted","activated","deactivated","beforeDestroy"],"sources":["C:/Users/zhouxueli/Desktop/scheduling-app/node_modules/vant/es/mixins/bind-event.js"],"sourcesContent":["/**\n * Bind event when mounted or activated\n */\nimport { on, off } from '../utils/dom/event';\nvar uid = 0;\nexport function BindEventMixin(handler) {\n var key = \"binded_\" + uid++;\n\n function bind() {\n if (!this[key]) {\n handler.call(this, on, true);\n this[key] = true;\n }\n }\n\n function unbind() {\n if (this[key]) {\n handler.call(this, off, false);\n this[key] = false;\n }\n }\n\n return {\n mounted: bind,\n activated: bind,\n deactivated: unbind,\n beforeDestroy: unbind\n };\n}"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,EAAE,EAAEC,GAAG,QAAQ,oBAAoB;AAC5C,IAAIC,GAAG,GAAG,CAAC;AACX,OAAO,SAASC,cAAcA,CAACC,OAAO,EAAE;EACtC,IAAIC,GAAG,GAAG,SAAS,GAAGH,GAAG,EAAE;EAE3B,SAASI,IAAIA,CAAA,EAAG;IACd,IAAI,CAAC,IAAI,CAACD,GAAG,CAAC,EAAE;MACdD,OAAO,CAACG,IAAI,CAAC,IAAI,EAAEP,EAAE,EAAE,IAAI,CAAC;MAC5B,IAAI,CAACK,GAAG,CAAC,GAAG,IAAI;IAClB;EACF;EAEA,SAASG,MAAMA,CAAA,EAAG;IAChB,IAAI,IAAI,CAACH,GAAG,CAAC,EAAE;MACbD,OAAO,CAACG,IAAI,CAAC,IAAI,EAAEN,GAAG,EAAE,KAAK,CAAC;MAC9B,IAAI,CAACI,GAAG,CAAC,GAAG,KAAK;IACnB;EACF;EAEA,OAAO;IACLI,OAAO,EAAEH,IAAI;IACbI,SAAS,EAAEJ,IAAI;IACfK,WAAW,EAAEH,MAAM;IACnBI,aAAa,EAAEJ;EACjB,CAAC;AACH"},"metadata":{},"sourceType":"module","externalDependencies":[]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"var render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(\"div\", {\n staticClass: \"wrap\"\n }, [_c(\"div\", {\n staticClass: \"navBar\"\n }, [_c(\"van-nav-bar\", {\n attrs: {\n title: \"开票通知详情\",\n \"left-arrow\": \"\",\n \"left-arrow-color\": \"#FFFFFF\",\n border: false,\n fixed: true,\n \"safe-area-inset-top\": true\n },\n on: {\n \"click-left\": _vm.onClickLeft\n }\n })], 1), _c(\"div\", {\n staticClass: \"contentWrap\"\n })]);\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\nexport { render, staticRenderFns };","map":{"version":3,"names":["render","_vm","_c","_self","staticClass","attrs","title","border","fixed","on","onClickLeft","staticRenderFns","_withStripped"],"sources":["C:/Users/zhouxueli/Desktop/scheduling-app/src/views/index/invoicingDetail.vue"],"sourcesContent":["var render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _c(\"div\", { staticClass: \"wrap\" }, [\n _c(\n \"div\",\n { staticClass: \"navBar\" },\n [\n _c(\"van-nav-bar\", {\n attrs: {\n title: \"开票通知详情\",\n \"left-arrow\": \"\",\n \"left-arrow-color\": \"#FFFFFF\",\n border: false,\n fixed: true,\n \"safe-area-inset-top\": true,\n },\n on: { \"click-left\": _vm.onClickLeft },\n }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"contentWrap\" }),\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"],"mappings":"AAAA,IAAIA,MAAM,GAAG,SAASA,MAAMA,CAAA,EAAG;EAC7B,IAAIC,GAAG,GAAG,IAAI;IACZC,EAAE,GAAGD,GAAG,CAACE,KAAK,CAACD,EAAE;EACnB,OAAOA,EAAE,CAAC,KAAK,EAAE;IAAEE,WAAW,EAAE;EAAO,CAAC,EAAE,CACxCF,EAAE,CACA,KAAK,EACL;IAAEE,WAAW,EAAE;EAAS,CAAC,EACzB,CACEF,EAAE,CAAC,aAAa,EAAE;IAChBG,KAAK,EAAE;MACLC,KAAK,EAAE,QAAQ;MACf,YAAY,EAAE,EAAE;MAChB,kBAAkB,EAAE,SAAS;MAC7BC,MAAM,EAAE,KAAK;MACbC,KAAK,EAAE,IAAI;MACX,qBAAqB,EAAE;IACzB,CAAC;IACDC,EAAE,EAAE;MAAE,YAAY,EAAER,GAAG,CAACS;IAAY;EACtC,CAAC,CAAC,CACH,EACD,CACF,CAAC,EACDR,EAAE,CAAC,KAAK,EAAE;IAAEE,WAAW,EAAE;EAAc,CAAC,CAAC,CAC1C,CAAC;AACJ,CAAC;AACD,IAAIO,eAAe,GAAG,EAAE;AACxBX,MAAM,CAACY,aAAa,GAAG,IAAI;AAE3B,SAASZ,MAAM,EAAEW,eAAe"},"metadata":{},"sourceType":"module","externalDependencies":[]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"'use strict';\n\nexport default {\n silentJSONParsing: true,\n forcedJSONParsing: true,\n clarifyTimeoutError: false\n};","map":{"version":3,"names":["silentJSONParsing","forcedJSONParsing","clarifyTimeoutError"],"sources":["C:/Users/zhouxueli/Desktop/scheduling-app/node_modules/axios/lib/defaults/transitional.js"],"sourcesContent":["'use strict';\n\nexport default {\n silentJSONParsing: true,\n forcedJSONParsing: true,\n clarifyTimeoutError: false\n};\n"],"mappings":"AAAA,YAAY;;AAEZ,eAAe;EACbA,iBAAiB,EAAE,IAAI;EACvBC,iBAAiB,EAAE,IAAI;EACvBC,mBAAmB,EAAE;AACvB,CAAC"},"metadata":{},"sourceType":"module","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"const formatDate = date => {\n let tempDate = new Date(date);\n const year = tempDate.getFullYear();\n const month = tempDate.getMonth() + 1;\n const day = tempDate.getDate();\n return `${[year, month, day].map(formatNumber).join('-')}`;\n};\nconst formatNumber = n => {\n n = n.toString();\n return n[1] ? n : `0${n}`;\n};\nconst leftCopy = (obj, source) => {\n let sourceKey = Object.keys(source);\n if (obj && source) {\n Object.keys(obj).forEach(key => {\n if (sourceKey.includes(key)) {\n obj[key] = source[key] == null ? '' : source[key];\n }\n });\n }\n};\nconst getFeeTitle = (serverId, finishedPrice, trailUndergroundFee, finishedLimitedMileage, finishedExcessUnitPrice) => {\n let feeStr = '';\n switch (serverId) {\n case 1043:\n feeStr = `搭电¥${finishedPrice}起/次`;\n break;\n case 1042:\n feeStr = `换胎¥${finishedPrice}起/次`;\n break;\n case 1041:\n feeStr = `拖车¥${finishedPrice}起/次,地库+${trailUndergroundFee}元,拖车费用仅包含${finishedLimitedMileage}公里,超出部分将按照${finishedExcessUnitPrice}元/公里收费`;\n break;\n case 2160:\n feeStr = `上门充电¥${finishedPrice}/次包括充10度电。`;\n break;\n }\n return feeStr;\n};\nconst feeList = module.exports = {\n formatNumber,\n formatDate,\n leftCopy,\n getFeeTitle\n};","map":{"version":3,"names":["formatDate","date","tempDate","Date","year","getFullYear","month","getMonth","day","getDate","map","formatNumber","join","n","toString","leftCopy","obj","source","sourceKey","Object","keys","forEach","key","includes","getFeeTitle","serverId","finishedPrice","trailUndergroundFee","finishedLimitedMileage","finishedExcessUnitPrice","feeStr","feeList","module","exports"],"sources":["E:/work/sino/sino-h5/src/utils/common.js"],"sourcesContent":["const formatDate = date => {\r\n let tempDate = new Date(date)\r\n const year = tempDate.getFullYear()\r\n const month = tempDate.getMonth() + 1\r\n const day = tempDate.getDate()\r\n return `${[year, month, day].map(formatNumber).join('-')}`\r\n}\r\n\r\nconst formatNumber = n => {\r\n n = n.toString()\r\n return n[1] ? n : `0${n}`\r\n}\r\n\r\nconst leftCopy = (obj, source) => {\r\n let sourceKey = Object.keys(source)\r\n if (obj && source) {\r\n Object.keys(obj).forEach(key => {\r\n if (sourceKey.includes(key)) {\r\n obj[key] = source[key] == null ? '' : source[key]\r\n }\r\n })\r\n }\r\n}\r\n\r\nconst getFeeTitle = (serverId, finishedPrice, trailUndergroundFee, finishedLimitedMileage, finishedExcessUnitPrice) => {\r\n let feeStr = ''\r\n switch (serverId) {\r\n case 1043:\r\n feeStr = `搭电¥${ finishedPrice }起/次`;\r\n break;\r\n case 1042:\r\n feeStr = `换胎¥${ finishedPrice }起/次`;\r\n break;\r\n case 1041:\r\n feeStr = `拖车¥${ finishedPrice }起/次,地库+${ trailUndergroundFee }元,拖车费用仅包含${finishedLimitedMileage}公里,超出部分将按照${finishedExcessUnitPrice}元/公里收费`;\r\n break;\r\n case 2160:\r\n feeStr = `上门充电¥${ finishedPrice }/次包括充10度电。`;\r\n break;\r\n }\r\n return feeStr;\r\n}\r\n\r\nconst feeList = \r\n\r\nmodule.exports = {\r\n formatNumber,\r\n formatDate,\r\n leftCopy,\r\n getFeeTitle\r\n}\r\n"],"mappings":"AAAA,MAAMA,UAAU,GAAGC,IAAI,IAAI;EACzB,IAAIC,QAAQ,GAAG,IAAIC,IAAI,CAACF,IAAI,CAAC;EAC7B,MAAMG,IAAI,GAAGF,QAAQ,CAACG,WAAW,CAAC,CAAC;EACnC,MAAMC,KAAK,GAAGJ,QAAQ,CAACK,QAAQ,CAAC,CAAC,GAAG,CAAC;EACrC,MAAMC,GAAG,GAAGN,QAAQ,CAACO,OAAO,CAAC,CAAC;EAC9B,OAAQ,GAAE,CAACL,IAAI,EAAEE,KAAK,EAAEE,GAAG,CAAC,CAACE,GAAG,CAACC,YAAY,CAAC,CAACC,IAAI,CAAC,GAAG,CAAE,EAAC;AAC5D,CAAC;AAED,MAAMD,YAAY,GAAGE,CAAC,IAAI;EACxBA,CAAC,GAAGA,CAAC,CAACC,QAAQ,CAAC,CAAC;EAChB,OAAOD,CAAC,CAAC,CAAC,CAAC,GAAGA,CAAC,GAAI,IAAGA,CAAE,EAAC;AAC3B,CAAC;AAED,MAAME,QAAQ,GAAGA,CAACC,GAAG,EAAEC,MAAM,KAAK;EAChC,IAAIC,SAAS,GAAGC,MAAM,CAACC,IAAI,CAACH,MAAM,CAAC;EACnC,IAAID,GAAG,IAAIC,MAAM,EAAE;IACjBE,MAAM,CAACC,IAAI,CAACJ,GAAG,CAAC,CAACK,OAAO,CAACC,GAAG,IAAI;MAC9B,IAAIJ,SAAS,CAACK,QAAQ,CAACD,GAAG,CAAC,EAAE;QAC3BN,GAAG,CAACM,GAAG,CAAC,GAAGL,MAAM,CAACK,GAAG,CAAC,IAAI,IAAI,GAAG,EAAE,GAAGL,MAAM,CAACK,GAAG,CAAC;MACnD;IACF,CAAC,CAAC;EACJ;AACF,CAAC;AAED,MAAME,WAAW,GAAGA,CAACC,QAAQ,EAAEC,aAAa,EAAEC,mBAAmB,EAAEC,sBAAsB,EAAEC,uBAAuB,KAAK;EACrH,IAAIC,MAAM,GAAG,EAAE;EACf,QAAQL,QAAQ;IACd,KAAK,IAAI;MACPK,MAAM,GAAK,MAAMJ,aAAe,KAAI;MACpC;IACF,KAAK,IAAI;MACPI,MAAM,GAAI,MAAMJ,aAAe,KAAI;MACnC;IACF,KAAK,IAAI;MACPI,MAAM,GAAI,MAAMJ,aAAe,UAAUC,mBAAqB,YAAWC,sBAAuB,aAAYC,uBAAwB,QAAO;MAC3I;IACF,KAAK,IAAI;MACPC,MAAM,GAAI,QAAQJ,aAAe,aAAY;MAC7C;EACJ;EACA,OAAOI,MAAM;AACf,CAAC;AAED,MAAMC,OAAO,GAEbC,MAAM,CAACC,OAAO,GAAG;EACftB,YAAY;EACZX,UAAU;EACVe,QAAQ;EACRS;AACF,CAAC"},"metadata":{},"sourceType":"script","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"export default {\n name: \"supplySettlement\"\n};","map":{"version":3,"names":["name"],"sources":["src/views/index/supplySettlement.vue"],"sourcesContent":["<template>\r\n<div class=\"wrap\">\r\n <div class=\"kilometers common\">\r\n <div class=\"title\">公里数:</div>\r\n <div class=\"line\"></div>\r\n <div class=\"metersWrap\">\r\n <div class=\"leftKiloMeters\"></div>\r\n <div class=\"rightInputMeters\"></div>\r\n </div>\r\n </div>\r\n <div class=\"roadBridgeFee common\"></div>\r\n <div class=\"otherFee common\"></div>\r\n</div>\r\n</template>\r\n\r\n<script>\r\nexport default {\r\n name: \"supplySettlement\"\r\n}\r\n</script>\r\n\r\n<style scoped>\r\n\r\n</style>"],"mappings":"AAgBA;EACAA,IAAA;AACA"},"metadata":{},"sourceType":"module","externalDependencies":[]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"import { myMixins } from \"@/utils/myMixins\";\nexport default {\n name: \"vehicleAdd\",\n mixins: [myMixins]\n};","map":{"version":3,"names":["myMixins","name","mixins"],"sources":["src/views/index/vehicleAdd.vue"],"sourcesContent":["<template>\r\n<div class=\"wrap\">\r\n<div class=\"addContentWrap\">\r\n <div class=\"itemContent\">\r\n <div class=\"titleType\">\r\n <img src=\"@/assets/start.png\" />\r\n <span>车牌号</span>\r\n </div>\r\n <div class=\"checkContent\">\r\n <input placeholder=\"请输入车牌号\" />\r\n </div>\r\n </div>\r\n <div class=\"line\"></div>\r\n</div>\r\n</div>\r\n</template>\r\n\r\n<script>\r\nimport {myMixins} from \"@/utils/myMixins\"\r\nexport default {\r\n name: \"vehicleAdd\",\r\n mixins:[myMixins],\r\n}\r\n</script>\r\n\r\n<style scoped lang=\"scss\">\r\n@import \"@/styles/mixin.scss\";\r\n.wrap{\r\n@include wh(100%,100%);\r\n}\r\n.addContentWrap{\r\n margin-left: 16px;\r\n .itemContent{\r\n display: flex;\r\n justify-content: space-between;\r\n line-height: 50px;\r\n }\r\n .line{\r\n @include wh(100%,1px);\r\n background: #E9E9EA;\r\n opacity: 0.6;\r\n }\r\n}\r\n</style>"],"mappings":"AAkBA,SAAAA,QAAA;AACA;EACAC,IAAA;EACAC,MAAA,GAAAF,QAAA;AACA"},"metadata":{},"sourceType":"module","externalDependencies":[]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"export const VERSION = \"1.4.0\";","map":{"version":3,"names":["VERSION"],"sources":["C:/Users/zhouxueli/Desktop/scheduling-app/node_modules/axios/lib/env/data.js"],"sourcesContent":["export const VERSION = \"1.4.0\";"],"mappings":"AAAA,OAAO,MAAMA,OAAO,GAAG,OAAO"},"metadata":{},"sourceType":"module","externalDependencies":[]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"import { createBEM } from './bem';\nimport { createComponent } from './component';\nimport { createI18N } from './i18n';\nexport function createNamespace(name) {\n name = 'van-' + name;\n return [createComponent(name), createBEM(name), createI18N(name)];\n}","map":{"version":3,"names":["createBEM","createComponent","createI18N","createNamespace","name"],"sources":["E:/work/sino/sino-h5/node_modules/vant/es/utils/create/index.js"],"sourcesContent":["import { createBEM } from './bem';\nimport { createComponent } from './component';\nimport { createI18N } from './i18n';\nexport function createNamespace(name) {\n name = 'van-' + name;\n return [createComponent(name), createBEM(name), createI18N(name)];\n}"],"mappings":"AAAA,SAASA,SAAS,QAAQ,OAAO;AACjC,SAASC,eAAe,QAAQ,aAAa;AAC7C,SAASC,UAAU,QAAQ,QAAQ;AACnC,OAAO,SAASC,eAAeA,CAACC,IAAI,EAAE;EACpCA,IAAI,GAAG,MAAM,GAAGA,IAAI;EACpB,OAAO,CAACH,eAAe,CAACG,IAAI,CAAC,EAAEJ,SAAS,CAACI,IAAI,CAAC,EAAEF,UAAU,CAACE,IAAI,CAAC,CAAC;AACnE"},"metadata":{},"sourceType":"module","externalDependencies":[]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"import { createNamespace } from '../utils';\nimport { ParentMixin } from '../mixins/relation';\nvar _createNamespace = createNamespace('sidebar'),\n createComponent = _createNamespace[0],\n bem = _createNamespace[1];\nexport default createComponent({\n mixins: [ParentMixin('vanSidebar')],\n model: {\n prop: 'activeKey'\n },\n props: {\n activeKey: {\n type: [Number, String],\n default: 0\n }\n },\n data: function data() {\n return {\n index: +this.activeKey\n };\n },\n watch: {\n activeKey: function activeKey() {\n this.setIndex(+this.activeKey);\n }\n },\n methods: {\n setIndex: function setIndex(index) {\n if (index !== this.index) {\n this.index = index;\n this.$emit('change', index);\n }\n }\n },\n render: function render() {\n var h = arguments[0];\n return h(\"div\", {\n \"class\": bem()\n }, [this.slots()]);\n }\n});","map":{"version":3,"names":["createNamespace","ParentMixin","_createNamespace","createComponent","bem","mixins","model","prop","props","activeKey","type","Number","String","default","data","index","watch","setIndex","methods","$emit","render","h","arguments","slots"],"sources":["E:/work/sino/sino-h5/node_modules/vant/es/sidebar/index.js"],"sourcesContent":["import { createNamespace } from '../utils';\nimport { ParentMixin } from '../mixins/relation';\n\nvar _createNamespace = createNamespace('sidebar'),\n createComponent = _createNamespace[0],\n bem = _createNamespace[1];\n\nexport default createComponent({\n mixins: [ParentMixin('vanSidebar')],\n model: {\n prop: 'activeKey'\n },\n props: {\n activeKey: {\n type: [Number, String],\n default: 0\n }\n },\n data: function data() {\n return {\n index: +this.activeKey\n };\n },\n watch: {\n activeKey: function activeKey() {\n this.setIndex(+this.activeKey);\n }\n },\n methods: {\n setIndex: function setIndex(index) {\n if (index !== this.index) {\n this.index = index;\n this.$emit('change', index);\n }\n }\n },\n render: function render() {\n var h = arguments[0];\n return h(\"div\", {\n \"class\": bem()\n }, [this.slots()]);\n }\n});"],"mappings":"AAAA,SAASA,eAAe,QAAQ,UAAU;AAC1C,SAASC,WAAW,QAAQ,oBAAoB;AAEhD,IAAIC,gBAAgB,GAAGF,eAAe,CAAC,SAAS,CAAC;EAC7CG,eAAe,GAAGD,gBAAgB,CAAC,CAAC,CAAC;EACrCE,GAAG,GAAGF,gBAAgB,CAAC,CAAC,CAAC;AAE7B,eAAeC,eAAe,CAAC;EAC7BE,MAAM,EAAE,CAACJ,WAAW,CAAC,YAAY,CAAC,CAAC;EACnCK,KAAK,EAAE;IACLC,IAAI,EAAE;EACR,CAAC;EACDC,KAAK,EAAE;IACLC,SAAS,EAAE;MACTC,IAAI,EAAE,CAACC,MAAM,EAAEC,MAAM,CAAC;MACtBC,OAAO,EAAE;IACX;EACF,CAAC;EACDC,IAAI,EAAE,SAASA,IAAIA,CAAA,EAAG;IACpB,OAAO;MACLC,KAAK,EAAE,CAAC,IAAI,CAACN;IACf,CAAC;EACH,CAAC;EACDO,KAAK,EAAE;IACLP,SAAS,EAAE,SAASA,SAASA,CAAA,EAAG;MAC9B,IAAI,CAACQ,QAAQ,CAAC,CAAC,IAAI,CAACR,SAAS,CAAC;IAChC;EACF,CAAC;EACDS,OAAO,EAAE;IACPD,QAAQ,EAAE,SAASA,QAAQA,CAACF,KAAK,EAAE;MACjC,IAAIA,KAAK,KAAK,IAAI,CAACA,KAAK,EAAE;QACxB,IAAI,CAACA,KAAK,GAAGA,KAAK;QAClB,IAAI,CAACI,KAAK,CAAC,QAAQ,EAAEJ,KAAK,CAAC;MAC7B;IACF;EACF,CAAC;EACDK,MAAM,EAAE,SAASA,MAAMA,CAAA,EAAG;IACxB,IAAIC,CAAC,GAAGC,SAAS,CAAC,CAAC,CAAC;IACpB,OAAOD,CAAC,CAAC,KAAK,EAAE;MACd,OAAO,EAAEjB,GAAG,CAAC;IACf,CAAC,EAAE,CAAC,IAAI,CAACmB,KAAK,CAAC,CAAC,CAAC,CAAC;EACpB;AACF,CAAC,CAAC"},"metadata":{},"sourceType":"module","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"import \"core-js/modules/es.array.push.js\";\nimport BottomItem from '@/components/bottomItem';\nexport default {\n name: \"Search\",\n components: {\n BottomItem\n },\n methods: {\n goPage(page) {\n this.$router.push({\n name: page\n });\n }\n }\n};","map":{"version":3,"names":["BottomItem","name","components","methods","goPage","page","$router","push"],"sources":["src/views/index/search.vue"],"sourcesContent":["<template>\r\n <div>\r\n <div class=\"search_wrap\">\r\n <div class=\"search_top\">\r\n <div class=\"input_wrap\">\r\n <input class=\"input_cls\" type=\"text\" placeholder=\"输入手机号 或 车牌号\" />\r\n <div class=\"search_btn\">查询</div>\r\n </div>\r\n </div>\r\n <div class=\"split_bar\"></div>\r\n <div class=\"order_wrap\">\r\n <div class=\"order_item\">\r\n <img src=\"@/assets/point.png\" alt=\"\">\r\n </div>\r\n </div>\r\n </div>\r\n <!-- 底部 button -->\r\n <div class=\"bottom_wrap\">\r\n <div class=\"wrap\">\r\n <bottom-item server-name=\"叫服务\" page=\"Home\" :url=\"require('@/assets/server_btn.png')\" @pageClick=\"goPage\"></bottom-item>\r\n <bottom-item server-name=\"查订单\" :active=\"true\" :url=\"require('@/assets/search_active_btn.png')\" ></bottom-item>\r\n </div>\r\n </div>\r\n </div>\r\n</template>\r\n\r\n<script>\r\n import BottomItem from '@/components/bottomItem'\r\n export default {\r\n name: \"Search\",\r\n components: {\r\n BottomItem\r\n },\r\n methods: {\r\n goPage( page ) {\r\n this.$router.push({\r\n name: page,\r\n })\r\n }\r\n }\r\n }\r\n</script>\r\n\r\n<style scoped lang=\"less\">\r\n .search_wrap {\r\n .search_top {\r\n padding: 20px 22px;\r\n .input_wrap {\r\n width: 100%;\r\n box-sizing: border-box;\r\n height: 50px;\r\n border-radius: 25px;\r\n border: 1px solid #D5D7E2;\r\n display: flex;\r\n .input_cls {\r\n flex: 1;\r\n height: 48px;\r\n line-height: 48px;\r\n padding-left: 20px;\r\n font-size: 14px;\r\n border: 0;\r\n background: none;\r\n }\r\n .search_btn {\r\n padding: 0 20px;\r\n border-radius: 25px;\r\n color: #fff;\r\n background: #3364B7;\r\n font-size: 15px;\r\n margin-right: 6px;\r\n height: 38px;\r\n line-height: 38px;\r\n margin-top: 5px;\r\n font-size: 15px;\r\n z-index: 10000;\r\n }\r\n }\r\n }\r\n .split_bar {\r\n width: 100%;\r\n height: 10px;\r\n background-color: #FAFAFA;\r\n }\r\n .order_wrap {\r\n padding: 15px 20px;\r\n .order_item {\r\n width: 100%;\r\n box-sizing: border-box;\r\n border: 1px solid #3364B7;\r\n border-radius: 15px;\r\n padding: 15px 20px 25px 10px;\r\n display: flex;\r\n }\r\n }\r\n }\r\n .bottom_wrap {\r\n position: fixed;\r\n width: 100%;\r\n bottom: 0;\r\n background: #FFFFFF;\r\n box-shadow: 0px -2px 8px 0px rgba(74,74,74,0.08);\r\n .wrap {\r\n width: 100%;\r\n display: flex;\r\n }\r\n }\r\n</style>\r\n"],"mappings":";AA2BA,OAAAA,UAAA;AACA;EACAC,IAAA;EACAC,UAAA;IACAF;EACA;EACAG,OAAA;IACAC,OAAAC,IAAA;MACA,KAAAC,OAAA,CAAAC,IAAA;QACAN,IAAA,EAAAI;MACA;IACA;EACA;AACA"},"metadata":{},"sourceType":"module","externalDependencies":[]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _mergeJSXProps from \"@vue/babel-helper-vue-jsx-merge-props\";\n// Utils\nimport { createNamespace } from '../utils';\nimport { inherit } from '../utils/functional'; // Mixins\n\nimport { popupMixinProps } from '../mixins/popup'; // Components\n\nimport Popup from '../popup'; // Types\n\nvar _createNamespace = createNamespace('notify'),\n createComponent = _createNamespace[0],\n bem = _createNamespace[1];\nfunction Notify(h, props, slots, ctx) {\n var style = {\n color: props.color,\n background: props.background\n };\n return h(Popup, _mergeJSXProps([{\n \"attrs\": {\n \"value\": props.value,\n \"position\": \"top\",\n \"overlay\": false,\n \"duration\": 0.2,\n \"lockScroll\": false\n },\n \"style\": style,\n \"class\": [bem([props.type]), props.className]\n }, inherit(ctx, true)]), [(slots.default == null ? void 0 : slots.default()) || props.message]);\n}\nNotify.props = _extends({}, popupMixinProps, {\n color: String,\n message: [Number, String],\n duration: [Number, String],\n className: null,\n background: String,\n getContainer: [String, Function],\n type: {\n type: String,\n default: 'danger'\n }\n});\nexport default createComponent(Notify);","map":{"version":3,"names":["_extends","_mergeJSXProps","createNamespace","inherit","popupMixinProps","Popup","_createNamespace","createComponent","bem","Notify","h","props","slots","ctx","style","color","background","value","type","className","default","message","String","Number","duration","getContainer","Function"],"sources":["C:/Users/zhouxueli/Desktop/scheduling-app/node_modules/vant/es/notify/Notify.js"],"sourcesContent":["import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _mergeJSXProps from \"@vue/babel-helper-vue-jsx-merge-props\";\n// Utils\nimport { createNamespace } from '../utils';\nimport { inherit } from '../utils/functional'; // Mixins\n\nimport { popupMixinProps } from '../mixins/popup'; // Components\n\nimport Popup from '../popup'; // Types\n\nvar _createNamespace = createNamespace('notify'),\n createComponent = _createNamespace[0],\n bem = _createNamespace[1];\n\nfunction Notify(h, props, slots, ctx) {\n var style = {\n color: props.color,\n background: props.background\n };\n return h(Popup, _mergeJSXProps([{\n \"attrs\": {\n \"value\": props.value,\n \"position\": \"top\",\n \"overlay\": false,\n \"duration\": 0.2,\n \"lockScroll\": false\n },\n \"style\": style,\n \"class\": [bem([props.type]), props.className]\n }, inherit(ctx, true)]), [(slots.default == null ? void 0 : slots.default()) || props.message]);\n}\n\nNotify.props = _extends({}, popupMixinProps, {\n color: String,\n message: [Number, String],\n duration: [Number, String],\n className: null,\n background: String,\n getContainer: [String, Function],\n type: {\n type: String,\n default: 'danger'\n }\n});\nexport default createComponent(Notify);"],"mappings":"AAAA,OAAOA,QAAQ,MAAM,oCAAoC;AACzD,OAAOC,cAAc,MAAM,uCAAuC;AAClE;AACA,SAASC,eAAe,QAAQ,UAAU;AAC1C,SAASC,OAAO,QAAQ,qBAAqB,CAAC,CAAC;;AAE/C,SAASC,eAAe,QAAQ,iBAAiB,CAAC,CAAC;;AAEnD,OAAOC,KAAK,MAAM,UAAU,CAAC,CAAC;;AAE9B,IAAIC,gBAAgB,GAAGJ,eAAe,CAAC,QAAQ,CAAC;EAC5CK,eAAe,GAAGD,gBAAgB,CAAC,CAAC,CAAC;EACrCE,GAAG,GAAGF,gBAAgB,CAAC,CAAC,CAAC;AAE7B,SAASG,MAAMA,CAACC,CAAC,EAAEC,KAAK,EAAEC,KAAK,EAAEC,GAAG,EAAE;EACpC,IAAIC,KAAK,GAAG;IACVC,KAAK,EAAEJ,KAAK,CAACI,KAAK;IAClBC,UAAU,EAAEL,KAAK,CAACK;EACpB,CAAC;EACD,OAAON,CAAC,CAACL,KAAK,EAAEJ,cAAc,CAAC,CAAC;IAC9B,OAAO,EAAE;MACP,OAAO,EAAEU,KAAK,CAACM,KAAK;MACpB,UAAU,EAAE,KAAK;MACjB,SAAS,EAAE,KAAK;MAChB,UAAU,EAAE,GAAG;MACf,YAAY,EAAE;IAChB,CAAC;IACD,OAAO,EAAEH,KAAK;IACd,OAAO,EAAE,CAACN,GAAG,CAAC,CAACG,KAAK,CAACO,IAAI,CAAC,CAAC,EAAEP,KAAK,CAACQ,SAAS;EAC9C,CAAC,EAAEhB,OAAO,CAACU,GAAG,EAAE,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAACD,KAAK,CAACQ,OAAO,IAAI,IAAI,GAAG,KAAK,CAAC,GAAGR,KAAK,CAACQ,OAAO,CAAC,CAAC,KAAKT,KAAK,CAACU,OAAO,CAAC,CAAC;AACjG;AAEAZ,MAAM,CAACE,KAAK,GAAGX,QAAQ,CAAC,CAAC,CAAC,EAAEI,eAAe,EAAE;EAC3CW,KAAK,EAAEO,MAAM;EACbD,OAAO,EAAE,CAACE,MAAM,EAAED,MAAM,CAAC;EACzBE,QAAQ,EAAE,CAACD,MAAM,EAAED,MAAM,CAAC;EAC1BH,SAAS,EAAE,IAAI;EACfH,UAAU,EAAEM,MAAM;EAClBG,YAAY,EAAE,CAACH,MAAM,EAAEI,QAAQ,CAAC;EAChCR,IAAI,EAAE;IACJA,IAAI,EAAEI,MAAM;IACZF,OAAO,EAAE;EACX;AACF,CAAC,CAAC;AACF,eAAeb,eAAe,CAACE,MAAM,CAAC"},"metadata":{},"sourceType":"module","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"export default {\n name: \"accountingView\",\n methods: {\n copyText() {\n //复制订单编号\n const copyText = document.getElementById('copyText');\n const range = document.createRange();\n range.selectNode(copyText);\n window.getSelection().removeAllRanges(); // 清除当前页面的选择内容\n window.getSelection().addRange(range);\n document.execCommand('copy');\n window.getSelection().removeAllRanges(); // 清除选择内容的高亮状态\n this.$toast('复制成功');\n }\n }\n};","map":{"version":3,"names":["name","methods","copyText","document","getElementById","range","createRange","selectNode","window","getSelection","removeAllRanges","addRange","execCommand","$toast"],"sources":["src/views/index/accounting.vue"],"sourcesContent":["<template>\r\n<div class=\"wrap\">\r\n <div class=\"baseInfo\">\r\n <div class=\"title\">基本信息:</div>\r\n <div class=\"line\"></div>\r\n <div class=\"item\">\r\n <span class=\"title\">工单编号:</span>\r\n <span class=\"content\" id=\"copyText\">ZD230626124283</span>\r\n <img @click=\"copyText\" src=\"@/assets/copy.png\" />\r\n </div>\r\n <div class=\"item\">\r\n <span class=\"title\">车牌号:</span>\r\n <span class=\"content\">湘H-DD899</span>\r\n </div>\r\n <div class=\"item\">\r\n <span class=\"title\">服务类型:</span>\r\n <span class=\"content\" >搭电</span>\r\n </div>\r\n <div class=\"item\">\r\n <span class=\"title\">工单状态:</span>\r\n <span class=\"content\" >未完成</span>\r\n </div>\r\n <div class=\"item\">\r\n <span class=\"title\">结算比例:</span>\r\n <span class=\"content\" >按服务不成功结算</span>\r\n </div>\r\n <div class=\"item\">\r\n <span class=\"title\">结算类型:</span>\r\n <span class=\"content\" >系统一口价</span>\r\n </div>\r\n <div class=\"item\" >\r\n <span class=\"title\">结算方式:</span>\r\n <div class=\"content\" style=\"width: calc(100% - 84px);display: flex;justify-content: space-between;line-height: 27px\" >\r\n <span>起步价:135</span>\r\n <span>包含公里数:15</span>\r\n <span>超出单价:6</span>\r\n </div>\r\n </div>\r\n <div class=\"item\">\r\n <span class=\"title\">扣除责任险费:</span>\r\n <span class=\"content\">0</span>\r\n </div>\r\n\r\n </div>\r\n <div class=\"supplierData\"></div>\r\n</div>\r\n</template>\r\n\r\n<script>\r\nexport default {\r\n name: \"accountingView\",\r\n methods:{\r\n copyText(){//复制订单编号\r\n const copyText = document.getElementById('copyText');\r\n const range = document.createRange();\r\n range.selectNode(copyText);\r\n window.getSelection().removeAllRanges(); // 清除当前页面的选择内容\r\n window.getSelection().addRange(range);\r\n document.execCommand('copy');\r\n window.getSelection().removeAllRanges(); // 清除选择内容的高亮状态\r\n this.$toast('复制成功')\r\n }\r\n }\r\n}\r\n</script>\r\n\r\n<style scoped lang=\"scss\">\r\n@import \"@/styles/mixin.scss\";\r\n.wrap{\r\n width: 100%;\r\n height: 100%;\r\n background-color: #F4F5F7;\r\n}\r\n.title{\r\n @include fontWeightSize(500,14px);\r\n color: #323643;\r\n opacity: 0.66;\r\n\r\n}\r\n.line{\r\n @include wh(100%,2px);\r\n opacity: 0.16;\r\n border-top: 1px solid;\r\n margin-top: 7px;\r\n border-image: linear-gradient(270deg, rgba(217, 217, 217, 0.6), rgba(178, 178, 178, 1), rgba(178, 178, 178, 1), rgba(217, 217, 217, 0.6)) 1 1;\r\n}\r\n.item{\r\n display: flex;\r\n align-items: center;\r\n @include fontWeightSize(400,12px);\r\n .title{\r\n opacity: .5;\r\n line-height: 27px;\r\n }\r\n .content{\r\n\r\n\r\n }\r\n}\r\nimg{\r\n @include wh(35px,15px);\r\n margin-left: 21px;\r\n}\r\n.baseInfo{\r\n @include wh(100%,276px);\r\n background-color: #FFFFFF;\r\n padding: 11px 24px 14px;\r\n box-sizing: border-box;\r\n margin-bottom: 10px;\r\n}\r\n</style>"],"mappings":"AAiDA;EACAA,IAAA;EACAC,OAAA;IACAC,SAAA;MAAA;MACA,MAAAA,QAAA,GAAAC,QAAA,CAAAC,cAAA;MACA,MAAAC,KAAA,GAAAF,QAAA,CAAAG,WAAA;MACAD,KAAA,CAAAE,UAAA,CAAAL,QAAA;MACAM,MAAA,CAAAC,YAAA,GAAAC,eAAA;MACAF,MAAA,CAAAC,YAAA,GAAAE,QAAA,CAAAN,KAAA;MACAF,QAAA,CAAAS,WAAA;MACAJ,MAAA,CAAAC,YAAA,GAAAC,eAAA;MACA,KAAAG,MAAA;IACA;EACA;AACA"},"metadata":{},"sourceType":"module","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"/* global __resourceQuery WorkerGlobalScope */\n\n// Send messages to the outside, so plugins can consume it.\n/**\n * @param {string} type\n * @param {any} [data]\n */\nfunction sendMsg(type, data) {\n if (typeof self !== \"undefined\" && (typeof WorkerGlobalScope === \"undefined\" || !(self instanceof WorkerGlobalScope))) {\n self.postMessage({\n type: \"webpack\".concat(type),\n data: data\n }, \"*\");\n }\n}\nexport default sendMsg;","map":{"version":3,"names":["sendMsg","type","data","self","WorkerGlobalScope","postMessage","concat"],"sources":["E:/work/sino/sino-h5/node_modules/webpack-dev-server/client/utils/sendMessage.js"],"sourcesContent":["/* global __resourceQuery WorkerGlobalScope */\n\n// Send messages to the outside, so plugins can consume it.\n/**\n * @param {string} type\n * @param {any} [data]\n */\nfunction sendMsg(type, data) {\n if (typeof self !== \"undefined\" && (typeof WorkerGlobalScope === \"undefined\" || !(self instanceof WorkerGlobalScope))) {\n self.postMessage({\n type: \"webpack\".concat(type),\n data: data\n }, \"*\");\n }\n}\nexport default sendMsg;"],"mappings":"AAAA;;AAEA;AACA;AACA;AACA;AACA;AACA,SAASA,OAAOA,CAACC,IAAI,EAAEC,IAAI,EAAE;EAC3B,IAAI,OAAOC,IAAI,KAAK,WAAW,KAAK,OAAOC,iBAAiB,KAAK,WAAW,IAAI,EAAED,IAAI,YAAYC,iBAAiB,CAAC,CAAC,EAAE;IACrHD,IAAI,CAACE,WAAW,CAAC;MACfJ,IAAI,EAAE,SAAS,CAACK,MAAM,CAACL,IAAI,CAAC;MAC5BC,IAAI,EAAEA;IACR,CAAC,EAAE,GAAG,CAAC;EACT;AACF;AACA,eAAeF,OAAO"},"metadata":{},"sourceType":"module","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"var render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(\"div\", [_vm._m(0), _c(\"div\", {\n staticClass: \"bottom_wrap\"\n }, [_c(\"div\", {\n staticClass: \"wrap\"\n }, [_c(\"bottom-item\", {\n attrs: {\n \"server-name\": \"叫服务\",\n page: \"Home\",\n url: require(\"@/assets/server_btn.png\")\n },\n on: {\n pageClick: _vm.goPage\n }\n }), _c(\"bottom-item\", {\n attrs: {\n \"server-name\": \"查订单\",\n active: true,\n url: require(\"@/assets/search_active_btn.png\")\n }\n })], 1)])]);\n};\nvar staticRenderFns = [function () {\n var _vm = this,\n _c = _vm._self._c;\n return _c(\"div\", {\n staticClass: \"search_wrap\"\n }, [_c(\"div\", {\n staticClass: \"search_top\"\n }, [_c(\"div\", {\n staticClass: \"input_wrap\"\n }, [_c(\"input\", {\n staticClass: \"input_cls\",\n attrs: {\n type: \"text\",\n placeholder: \"输入手机号 或 车牌号\"\n }\n }), _c(\"div\", {\n staticClass: \"search_btn\"\n }, [_vm._v(\"查询\")])])]), _c(\"div\", {\n staticClass: \"split_bar\"\n }), _c(\"div\", {\n staticClass: \"order_wrap\"\n }, [_c(\"div\", {\n staticClass: \"order_item\"\n })])]);\n}];\nrender._withStripped = true;\nexport { render, staticRenderFns };","map":{"version":3,"names":["render","_vm","_c","_self","_m","staticClass","attrs","page","url","require","on","pageClick","goPage","active","staticRenderFns","type","placeholder","_v","_withStripped"],"sources":["E:/work/sino/sino-h5/src/views/index/search.vue"],"sourcesContent":["var render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _c(\"div\", [\n _vm._m(0),\n _c(\"div\", { staticClass: \"bottom_wrap\" }, [\n _c(\n \"div\",\n { staticClass: \"wrap\" },\n [\n _c(\"bottom-item\", {\n attrs: {\n \"server-name\": \"叫服务\",\n page: \"Home\",\n url: require(\"@/assets/server_btn.png\"),\n },\n on: { pageClick: _vm.goPage },\n }),\n _c(\"bottom-item\", {\n attrs: {\n \"server-name\": \"查订单\",\n active: true,\n url: require(\"@/assets/search_active_btn.png\"),\n },\n }),\n ],\n 1\n ),\n ]),\n ])\n}\nvar staticRenderFns = [\n function () {\n var _vm = this,\n _c = _vm._self._c\n return _c(\"div\", { staticClass: \"search_wrap\" }, [\n _c(\"div\", { staticClass: \"search_top\" }, [\n _c(\"div\", { staticClass: \"input_wrap\" }, [\n _c(\"input\", {\n staticClass: \"input_cls\",\n attrs: { type: \"text\", placeholder: \"输入手机号 或 车牌号\" },\n }),\n _c(\"div\", { staticClass: \"search_btn\" }, [_vm._v(\"查询\")]),\n ]),\n ]),\n _c(\"div\", { staticClass: \"split_bar\" }),\n _c(\"div\", { staticClass: \"order_wrap\" }, [\n _c(\"div\", { staticClass: \"order_item\" }),\n ]),\n ])\n },\n]\nrender._withStripped = true\n\nexport { render, staticRenderFns }"],"mappings":"AAAA,IAAIA,MAAM,GAAG,SAASA,MAAMA,CAAA,EAAG;EAC7B,IAAIC,GAAG,GAAG,IAAI;IACZC,EAAE,GAAGD,GAAG,CAACE,KAAK,CAACD,EAAE;EACnB,OAAOA,EAAE,CAAC,KAAK,EAAE,CACfD,GAAG,CAACG,EAAE,CAAC,CAAC,CAAC,EACTF,EAAE,CAAC,KAAK,EAAE;IAAEG,WAAW,EAAE;EAAc,CAAC,EAAE,CACxCH,EAAE,CACA,KAAK,EACL;IAAEG,WAAW,EAAE;EAAO,CAAC,EACvB,CACEH,EAAE,CAAC,aAAa,EAAE;IAChBI,KAAK,EAAE;MACL,aAAa,EAAE,KAAK;MACpBC,IAAI,EAAE,MAAM;MACZC,GAAG,EAAEC,OAAO,CAAC,yBAAyB;IACxC,CAAC;IACDC,EAAE,EAAE;MAAEC,SAAS,EAAEV,GAAG,CAACW;IAAO;EAC9B,CAAC,CAAC,EACFV,EAAE,CAAC,aAAa,EAAE;IAChBI,KAAK,EAAE;MACL,aAAa,EAAE,KAAK;MACpBO,MAAM,EAAE,IAAI;MACZL,GAAG,EAAEC,OAAO,CAAC,gCAAgC;IAC/C;EACF,CAAC,CAAC,CACH,EACD,CACF,CAAC,CACF,CAAC,CACH,CAAC;AACJ,CAAC;AACD,IAAIK,eAAe,GAAG,CACpB,YAAY;EACV,IAAIb,GAAG,GAAG,IAAI;IACZC,EAAE,GAAGD,GAAG,CAACE,KAAK,CAACD,EAAE;EACnB,OAAOA,EAAE,CAAC,KAAK,EAAE;IAAEG,WAAW,EAAE;EAAc,CAAC,EAAE,CAC/CH,EAAE,CAAC,KAAK,EAAE;IAAEG,WAAW,EAAE;EAAa,CAAC,EAAE,CACvCH,EAAE,CAAC,KAAK,EAAE;IAAEG,WAAW,EAAE;EAAa,CAAC,EAAE,CACvCH,EAAE,CAAC,OAAO,EAAE;IACVG,WAAW,EAAE,WAAW;IACxBC,KAAK,EAAE;MAAES,IAAI,EAAE,MAAM;MAAEC,WAAW,EAAE;IAAc;EACpD,CAAC,CAAC,EACFd,EAAE,CAAC,KAAK,EAAE;IAAEG,WAAW,EAAE;EAAa,CAAC,EAAE,CAACJ,GAAG,CAACgB,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,CACzD,CAAC,CACH,CAAC,EACFf,EAAE,CAAC,KAAK,EAAE;IAAEG,WAAW,EAAE;EAAY,CAAC,CAAC,EACvCH,EAAE,CAAC,KAAK,EAAE;IAAEG,WAAW,EAAE;EAAa,CAAC,EAAE,CACvCH,EAAE,CAAC,KAAK,EAAE;IAAEG,WAAW,EAAE;EAAa,CAAC,CAAC,CACzC,CAAC,CACH,CAAC;AACJ,CAAC,CACF;AACDL,MAAM,CAACkB,aAAa,GAAG,IAAI;AAE3B,SAASlB,MAAM,EAAEc,eAAe"},"metadata":{},"sourceType":"module","externalDependencies":[]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"'use strict';\n\nimport utils from '../utils.js';\nimport toFormData from './toFormData.js';\nimport platform from '../platform/index.js';\nexport default function toURLEncodedForm(data, options) {\n return toFormData(data, new platform.classes.URLSearchParams(), Object.assign({\n visitor: function (value, key, path, helpers) {\n if (platform.isNode && utils.isBuffer(value)) {\n this.append(key, value.toString('base64'));\n return false;\n }\n return helpers.defaultVisitor.apply(this, arguments);\n }\n }, options));\n}","map":{"version":3,"names":["utils","toFormData","platform","toURLEncodedForm","data","options","classes","URLSearchParams","Object","assign","visitor","value","key","path","helpers","isNode","isBuffer","append","toString","defaultVisitor","apply","arguments"],"sources":["E:/work/sino/sino-h5/node_modules/axios/lib/helpers/toURLEncodedForm.js"],"sourcesContent":["'use strict';\n\nimport utils from '../utils.js';\nimport toFormData from './toFormData.js';\nimport platform from '../platform/index.js';\n\nexport default function toURLEncodedForm(data, options) {\n return toFormData(data, new platform.classes.URLSearchParams(), Object.assign({\n visitor: function(value, key, path, helpers) {\n if (platform.isNode && utils.isBuffer(value)) {\n this.append(key, value.toString('base64'));\n return false;\n }\n\n return helpers.defaultVisitor.apply(this, arguments);\n }\n }, options));\n}\n"],"mappings":"AAAA,YAAY;;AAEZ,OAAOA,KAAK,MAAM,aAAa;AAC/B,OAAOC,UAAU,MAAM,iBAAiB;AACxC,OAAOC,QAAQ,MAAM,sBAAsB;AAE3C,eAAe,SAASC,gBAAgBA,CAACC,IAAI,EAAEC,OAAO,EAAE;EACtD,OAAOJ,UAAU,CAACG,IAAI,EAAE,IAAIF,QAAQ,CAACI,OAAO,CAACC,eAAe,CAAC,CAAC,EAAEC,MAAM,CAACC,MAAM,CAAC;IAC5EC,OAAO,EAAE,SAAAA,CAASC,KAAK,EAAEC,GAAG,EAAEC,IAAI,EAAEC,OAAO,EAAE;MAC3C,IAAIZ,QAAQ,CAACa,MAAM,IAAIf,KAAK,CAACgB,QAAQ,CAACL,KAAK,CAAC,EAAE;QAC5C,IAAI,CAACM,MAAM,CAACL,GAAG,EAAED,KAAK,CAACO,QAAQ,CAAC,QAAQ,CAAC,CAAC;QAC1C,OAAO,KAAK;MACd;MAEA,OAAOJ,OAAO,CAACK,cAAc,CAACC,KAAK,CAAC,IAAI,EAAEC,SAAS,CAAC;IACtD;EACF,CAAC,EAAEhB,OAAO,CAAC,CAAC;AACd"},"metadata":{},"sourceType":"module","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"export function isNumeric(val) {\n return /^\\d+(\\.\\d+)?$/.test(val);\n}\nexport function isNaN(val) {\n if (Number.isNaN) {\n return Number.isNaN(val);\n } // eslint-disable-next-line no-self-compare\n\n return val !== val;\n}","map":{"version":3,"names":["isNumeric","val","test","isNaN","Number"],"sources":["E:/work/sino/sino-h5/node_modules/vant/es/utils/validate/number.js"],"sourcesContent":["export function isNumeric(val) {\n return /^\\d+(\\.\\d+)?$/.test(val);\n}\nexport function isNaN(val) {\n if (Number.isNaN) {\n return Number.isNaN(val);\n } // eslint-disable-next-line no-self-compare\n\n\n return val !== val;\n}"],"mappings":"AAAA,OAAO,SAASA,SAASA,CAACC,GAAG,EAAE;EAC7B,OAAO,eAAe,CAACC,IAAI,CAACD,GAAG,CAAC;AAClC;AACA,OAAO,SAASE,KAAKA,CAACF,GAAG,EAAE;EACzB,IAAIG,MAAM,CAACD,KAAK,EAAE;IAChB,OAAOC,MAAM,CAACD,KAAK,CAACF,GAAG,CAAC;EAC1B,CAAC,CAAC;;EAGF,OAAOA,GAAG,KAAKA,GAAG;AACpB"},"metadata":{},"sourceType":"module","externalDependencies":[]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"import Vue from \"vue\";\nimport VueRouter from \"vue-router\";\nVue.use(VueRouter);\nconst routes = [{\n path: '/',\n redirect: '/index'\n}, {\n path: '/index',\n name: 'toDoList',\n component: () => import('@/views/index/toDoList'),\n meta: {\n title: '中道救援'\n }\n}\n// {\n// path: \"/search\",\n// name: 'Search',\n// component: () => import('@/views/index/search'),\n// meta: {\n// title: '中道救援'\n// }\n// },\n// {\n// path: \"/cancel\",\n// name: 'CancelPage',\n// component: () => import('@/views/index/cancel'),\n// meta: {\n// title: '取消原因'\n// }\n// },\n// {\n// path: \"/rescue\",\n// name: 'rescuePage',\n// component: () => import('@/views/index/rescue'),\n// meta: {\n// title: '道路救援'\n// }\n// },\n// {\n// path: \"/address\",\n// name: 'addressMap',\n// component: () => import('@/views/index/addressMap'),\n// meta: {\n// title: '道路救援'\n// }\n// },\n// {\n// path: \"/pay\",\n// name: 'payPage',\n// component: () => import('@/views/index/pay'),\n// meta: {\n// title: '道路救援'\n// }\n// },\n// {\n// path: \"/orderStatus\",\n// name: 'orderStatus',\n// component: () => import('@/views/index/orderStatus'),\n// meta: {\n// title: '道路救援'\n// }\n// },\n];\n\nconst router = new VueRouter({\n mode: 'history',\n // base: process.env.BASE_URL,\n routes\n});\nrouter.beforeEach(function (to, form, next) {\n if (to.meta.title) {\n document.title = to.meta.title;\n }\n next();\n});\nexport default router;","map":{"version":3,"names":["Vue","VueRouter","use","routes","path","redirect","name","component","meta","title","router","mode","beforeEach","to","form","next","document"],"sources":["C:/Users/zhouxueli/Desktop/scheduling-app/src/router/index.js"],"sourcesContent":["import Vue from \"vue\";\r\nimport VueRouter from \"vue-router\";\r\nVue.use(VueRouter);\r\n\r\nconst routes = [\r\n {\r\n path: '/',\r\n redirect: '/index'\r\n },\r\n {\r\n path: '/index',\r\n name: 'toDoList',\r\n component: () => import('@/views/index/toDoList'),\r\n meta:{\r\n title: '中道救援',\r\n }\r\n },\r\n // {\r\n // path: \"/search\",\r\n // name: 'Search',\r\n // component: () => import('@/views/index/search'),\r\n // meta: {\r\n // title: '中道救援'\r\n // }\r\n // },\r\n // {\r\n // path: \"/cancel\",\r\n // name: 'CancelPage',\r\n // component: () => import('@/views/index/cancel'),\r\n // meta: {\r\n // title: '取消原因'\r\n // }\r\n // },\r\n // {\r\n // path: \"/rescue\",\r\n // name: 'rescuePage',\r\n // component: () => import('@/views/index/rescue'),\r\n // meta: {\r\n // title: '道路救援'\r\n // }\r\n // },\r\n // {\r\n // path: \"/address\",\r\n // name: 'addressMap',\r\n // component: () => import('@/views/index/addressMap'),\r\n // meta: {\r\n // title: '道路救援'\r\n // }\r\n // },\r\n // {\r\n // path: \"/pay\",\r\n // name: 'payPage',\r\n // component: () => import('@/views/index/pay'),\r\n // meta: {\r\n // title: '道路救援'\r\n // }\r\n // },\r\n // {\r\n // path: \"/orderStatus\",\r\n // name: 'orderStatus',\r\n // component: () => import('@/views/index/orderStatus'),\r\n // meta: {\r\n // title: '道路救援'\r\n // }\r\n // },\r\n ]\r\n\r\nconst router = new VueRouter({\r\n mode: 'history',\r\n // base: process.env.BASE_URL,\r\n routes\r\n})\r\nrouter.beforeEach(function (to, form, next) {\r\n if (to.meta.title) {\r\n document.title = to.meta.title\r\n }\r\n next()\r\n})\r\nexport default router\r\n"],"mappings":"AAAA,OAAOA,GAAG,MAAM,KAAK;AACrB,OAAOC,SAAS,MAAM,YAAY;AAClCD,GAAG,CAACE,GAAG,CAACD,SAAS,CAAC;AAElB,MAAME,MAAM,GAAG,CACX;EACEC,IAAI,EAAE,GAAG;EACTC,QAAQ,EAAE;AACZ,CAAC,EACD;EACED,IAAI,EAAE,QAAQ;EACdE,IAAI,EAAE,UAAU;EAChBC,SAAS,EAAEA,CAAA,KAAM,MAAM,CAAC,wBAAwB,CAAC;EACjDC,IAAI,EAAC;IACHC,KAAK,EAAE;EACT;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAAA,CACD;;AAEH,MAAMC,MAAM,GAAG,IAAIT,SAAS,CAAC;EAC3BU,IAAI,EAAE,SAAS;EACf;EACAR;AACF,CAAC,CAAC;AACFO,MAAM,CAACE,UAAU,CAAC,UAAUC,EAAE,EAAEC,IAAI,EAAEC,IAAI,EAAE;EAC1C,IAAIF,EAAE,CAACL,IAAI,CAACC,KAAK,EAAE;IACjBO,QAAQ,CAACP,KAAK,GAAGI,EAAE,CAACL,IAAI,CAACC,KAAK;EAChC;EACAM,IAAI,CAAC,CAAC;AACR,CAAC,CAAC;AACF,eAAeL,MAAM"},"metadata":{},"sourceType":"module","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"var ansiRegex = new RegExp([\"[\\\\u001B\\\\u009B][[\\\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\\\d\\\\/#&.:=?%@~_]+)*|[a-zA-Z\\\\d]+(?:;[-a-zA-Z\\\\d\\\\/#&.:=?%@~_]*)*)?\\\\u0007)\", \"(?:(?:\\\\d{1,4}(?:;\\\\d{0,4})*)?[\\\\dA-PR-TZcf-nq-uy=><~]))\"].join(\"|\"), \"g\");\n\n/**\n *\n * Strip [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code) from a string.\n * Adapted from code originally released by Sindre Sorhus\n * Licensed the MIT License\n *\n * @param {string} string\n * @return {string}\n */\nfunction stripAnsi(string) {\n if (typeof string !== \"string\") {\n throw new TypeError(\"Expected a `string`, got `\".concat(typeof string, \"`\"));\n }\n return string.replace(ansiRegex, \"\");\n}\nexport default stripAnsi;","map":{"version":3,"names":["ansiRegex","RegExp","join","stripAnsi","string","TypeError","concat","replace"],"sources":["E:/work/sino/sino-h5/node_modules/webpack-dev-server/client/utils/stripAnsi.js"],"sourcesContent":["var ansiRegex = new RegExp([\"[\\\\u001B\\\\u009B][[\\\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\\\d\\\\/#&.:=?%@~_]+)*|[a-zA-Z\\\\d]+(?:;[-a-zA-Z\\\\d\\\\/#&.:=?%@~_]*)*)?\\\\u0007)\", \"(?:(?:\\\\d{1,4}(?:;\\\\d{0,4})*)?[\\\\dA-PR-TZcf-nq-uy=><~]))\"].join(\"|\"), \"g\");\n\n/**\n *\n * Strip [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code) from a string.\n * Adapted from code originally released by Sindre Sorhus\n * Licensed the MIT License\n *\n * @param {string} string\n * @return {string}\n */\nfunction stripAnsi(string) {\n if (typeof string !== \"string\") {\n throw new TypeError(\"Expected a `string`, got `\".concat(typeof string, \"`\"));\n }\n return string.replace(ansiRegex, \"\");\n}\nexport default stripAnsi;"],"mappings":"AAAA,IAAIA,SAAS,GAAG,IAAIC,MAAM,CAAC,CAAC,8HAA8H,EAAE,0DAA0D,CAAC,CAACC,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,CAAC;;AAEvO;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASC,SAASA,CAACC,MAAM,EAAE;EACzB,IAAI,OAAOA,MAAM,KAAK,QAAQ,EAAE;IAC9B,MAAM,IAAIC,SAAS,CAAC,4BAA4B,CAACC,MAAM,CAAC,OAAOF,MAAM,EAAE,GAAG,CAAC,CAAC;EAC9E;EACA,OAAOA,MAAM,CAACG,OAAO,CAACP,SAAS,EAAE,EAAE,CAAC;AACtC;AACA,eAAeG,SAAS"},"metadata":{},"sourceType":"module","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"'use strict';\n\nexport default function isCancel(value) {\n return !!(value && value.__CANCEL__);\n}","map":{"version":3,"names":["isCancel","value","__CANCEL__"],"sources":["E:/work/sino/sino-h5/node_modules/axios/lib/cancel/isCancel.js"],"sourcesContent":["'use strict';\n\nexport default function isCancel(value) {\n return !!(value && value.__CANCEL__);\n}\n"],"mappings":"AAAA,YAAY;;AAEZ,eAAe,SAASA,QAAQA,CAACC,KAAK,EAAE;EACtC,OAAO,CAAC,EAAEA,KAAK,IAAIA,KAAK,CAACC,UAAU,CAAC;AACtC"},"metadata":{},"sourceType":"module","externalDependencies":[]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"export default {\n name: \"workOrderDetail\",\n data() {\n return {};\n }\n};","map":{"version":3,"names":["name","data"],"sources":["src/views/index/workOrderDetail.vue"],"sourcesContent":["<template>\r\n<div class=\"wrap\">\r\n <div class=\"baseInfo common\">\r\n <div class=\"title\">基本信息:</div>\r\n <div class=\"line\"></div>\r\n <div class=\"infoWrap\">\r\n <div class=\"leftTitle\">\r\n <div class=\"leftItem\">工单编号:</div>\r\n <div class=\"leftItem\">合同:</div>\r\n <div class=\"leftItem\">结算方式:</div>\r\n <div class=\"leftItem\">客户姓名:</div>\r\n <div class=\"leftItem\">客户电话:</div>\r\n <div class=\"leftItem\">车牌号:</div>\r\n <div class=\"leftItem\">车型品牌:</div>\r\n </div>\r\n <div class=\"rightContent\">\r\n <div class=\"rightItem\">ZD23097890987</div>\r\n <div class=\"rightItem\">平安产险</div>\r\n <div class=\"rightItem\">合同月结</div>\r\n <div class=\"rightItem\">万女士</div>\r\n <div class=\"rightItem\">15234447878</div>\r\n <div class=\"rightItem\">沪A123456</div>\r\n <div class=\"rightItem\">奥迪 A6L</div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"serviceInfo common\">\r\n <div class=\"title\">服务信息:</div>\r\n <div class=\"line\"></div>\r\n <div class=\"infoWrap\">\r\n <div class=\"leftTitle\">\r\n <div class=\"leftItem\">服务类型:</div>\r\n <div class=\"leftItem\">车辆位于:</div>\r\n <div class=\"leftItem\">事发地:</div>\r\n <div class=\"leftItem\">事发地补充:</div>\r\n <div class=\"leftItem\">目的地:</div>\r\n <div class=\"leftItem\">目的地补充:</div>\r\n <div class=\"leftItem\">工单状态:</div>\r\n <div class=\"leftItem\">服务车辆:</div>\r\n <div class=\"leftItem\">服务师傅:</div>\r\n </div>\r\n <div class=\"rightContent\">\r\n <div class=\"rightItem\"故障——拖车</div>\r\n <div class=\"rightItem\">地面</div>\r\n <div class=\"rightItem\">合同月结</div>\r\n <div class=\"rightItem\">万女士</div>\r\n <div class=\"rightItem\">15234447878</div>\r\n <div class=\"rightItem\">沪A123456</div>\r\n <div class=\"rightItem\">奥迪 A6L</div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n</template>\r\n\r\n<script>\r\nexport default {\r\n name: \"workOrderDetail\",\r\n data(){\r\n return{\r\n\r\n }\r\n },\r\n}\r\n</script>\r\n\r\n<style scoped lang=\"scss\">\r\n@import \"@/styles/mixin.scss\";\r\n.wrap{\r\n width: 100%;\r\n height: 100%;\r\n background-color: #F4F5F7;\r\n}\r\n.common{\r\n background: #FFFFFF;\r\n border-radius: 6px;\r\n box-sizing: border-box;\r\n padding: 11px 17px 15px 24px;\r\n}\r\n.baseInfo{\r\n @include wh(100%,250px);\r\n margin-bottom: 12px;\r\n .infoWrap{\r\n display: flex;\r\n @include fontWeightSize(400,12px);\r\n color: #000000;\r\n line-height: 27px;\r\n .leftTitle{\r\n margin-right: 6px;\r\n @include wh(60px,189px);\r\n\r\n opacity: .5;\r\n }\r\n .rightContent{\r\n @include wh(90px,189px);\r\n }\r\n }\r\n}\r\n.serviceInfo{\r\n @include wh(100%,256px);\r\n .infoWrap{\r\n display: flex;\r\n @include fontWeightSize(400,12px);\r\n color: #000000;\r\n //line-height: 27px;\r\n .leftTitle{\r\n margin-right: 6px;\r\n //@include wh(60px,189px);\r\n\r\n opacity: .5;\r\n }\r\n .rightContent{\r\n //@include wh(90px,189px);\r\n }\r\n }\r\n}\r\n.title{\r\n @include fontWeightSize(500,14px);\r\n color: #323643;\r\n line-height: 20px;\r\n opacity: .6;\r\n}\r\n.line{\r\n @include wh(100%,2px);\r\n opacity: 0.16;\r\n border: 1px solid;\r\n margin: 7px 0;\r\n border-image: linear-gradient(270deg, rgba(217, 217, 217, 0.6), rgba(178, 178, 178, 1), rgba(178, 178, 178, 1), rgba(217, 217, 217, 0.6)) 1 1;\r\n}\r\n</style>"],"mappings":"AAwDA;EACAA,IAAA;EACAC,KAAA;IACA,QAEA;EACA;AACA"},"metadata":{},"sourceType":"module","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"import \"core-js/modules/es.array.push.js\";\nimport { serverList } from '@/utils/serverMap';\nimport tabBar from \"@/components/tabBar\";\nimport BottomItem from '@/components/bottomItem';\nexport default {\n name: \"Home\",\n data() {\n return {\n map: '',\n activeTab: 0,\n serverList: serverList,\n form: {\n address: '上海市浦东新区高科西路650号'\n }\n };\n },\n components: {\n BottomItem,\n tabBar\n },\n mounted() {\n this.initMap();\n },\n methods: {\n initMap() {\n this.map = new AMap.Map('mapId', {\n viewMode: '2D',\n // 默认使用 2D 模式\n zoom: 11,\n //初始化地图层级\n center: [116.397428, 39.90923] //初始化地图中心点\n });\n },\n\n goPage(page) {\n this.$router.push({\n name: page\n });\n },\n changeTabHandler(index) {\n //切换 tab\n this.activeTab = index;\n }\n }\n};","map":{"version":3,"names":["serverList","tabBar","BottomItem","name","data","map","activeTab","form","address","components","mounted","initMap","methods","AMap","Map","viewMode","zoom","center","goPage","page","$router","push","changeTabHandler","index"],"sources":["src/views/index/index.vue"],"sourcesContent":["<template>\r\n <div class=\"main_wrap\">\r\n <div class=\"map_wrap\" id=\"mapId\">\r\n </div>\r\n <!--服务信息-->\r\n <div class=\"server_wrap\">\r\n <tab-bar @changeTab=\"changeTabHandler\" :click-flag=\"true\" :active-tab=\"activeTab\" :server-list=\"serverList\"></tab-bar>\r\n <div class=\"server_main\">\r\n <div class=\"address_item\">\r\n\r\n </div>\r\n </div>\r\n </div>\r\n <!-- 底部按钮 -->\r\n <div class=\"bottom_wrap\">\r\n <div class=\"wrap\">\r\n <bottom-item server-name=\"叫服务\" :active=\"true\"></bottom-item>\r\n <bottom-item server-name=\"查订单\" :url=\"require('@/assets/search_btn.png')\" page=\"Search\" @pageClick=\"goPage\"></bottom-item>\r\n </div>\r\n </div>\r\n </div>\r\n</template>\r\n\r\n<script>\r\n import { serverList } from '@/utils/serverMap'\r\n import tabBar from \"@/components/tabBar\";\r\n import BottomItem from '@/components/bottomItem'\r\n export default {\r\n name: \"Home\",\r\n data() {\r\n return {\r\n map: '',\r\n activeTab: 0,\r\n serverList: serverList,\r\n form: {\r\n address: '上海市浦东新区高科西路650号'\r\n }\r\n }\r\n },\r\n components: {\r\n BottomItem,\r\n tabBar\r\n },\r\n mounted() {\r\n this.initMap()\r\n },\r\n methods: {\r\n initMap() {\r\n this.map = new AMap.Map('mapId', {\r\n viewMode: '2D', // 默认使用 2D 模式\r\n zoom:11, //初始化地图层级\r\n center: [116.397428, 39.90923] //初始化地图中心点\r\n })\r\n },\r\n goPage(page) {\r\n this.$router.push({\r\n name: page,\r\n })\r\n },\r\n changeTabHandler(index) { //切换 tab\r\n this.activeTab = index\r\n }\r\n }\r\n }\r\n</script>\r\n\r\n<style scoped lang=\"less\">\r\n .main_wrap {\r\n .map_wrap {\r\n width: 100%;\r\n height: 80vh;\r\n }\r\n .server_wrap {\r\n .server_main {\r\n\r\n }\r\n }\r\n /*底部按钮*/\r\n .bottom_wrap {\r\n position: fixed;\r\n width: 100%;\r\n bottom: 0;\r\n background: #FFFFFF;\r\n box-shadow: 0px -2px 8px 0px rgba(74,74,74,0.08);\r\n .wrap {\r\n width: 100%;\r\n display: flex;\r\n }\r\n }\r\n }\r\n</style>\r\n"],"mappings":";AAwBA,SAAAA,UAAA;AACA,OAAAC,MAAA;AACA,OAAAC,UAAA;AACA;EACAC,IAAA;EACAC,KAAA;IACA;MACAC,GAAA;MACAC,SAAA;MACAN,UAAA,EAAAA,UAAA;MACAO,IAAA;QACAC,OAAA;MACA;IACA;EACA;EACAC,UAAA;IACAP,UAAA;IACAD;EACA;EACAS,QAAA;IACA,KAAAC,OAAA;EACA;EACAC,OAAA;IACAD,QAAA;MACA,KAAAN,GAAA,OAAAQ,IAAA,CAAAC,GAAA;QACAC,QAAA;QAAA;QACAC,IAAA;QAAA;QACAC,MAAA;MACA;IACA;;IACAC,OAAAC,IAAA;MACA,KAAAC,OAAA,CAAAC,IAAA;QACAlB,IAAA,EAAAgB;MACA;IACA;IACAG,iBAAAC,KAAA;MAAA;MACA,KAAAjB,SAAA,GAAAiB,KAAA;IACA;EACA;AACA"},"metadata":{},"sourceType":"module","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"const state = {\n orderInfo: '',\n serverCity: ''\n // serviceId: '',\n // startPoiAddress: '',\n // startLat: '',\n // startLng: '',\n // endPoiAddress: '',\n // endLat: '',\n // endLng: '',\n // isAppoint: 0, // 是否预约\n // appointTime: '', // 预约时间\n // positionEnvironment: '', // 车辆位于\n // documentNumber: '', // 单证号\n // documentNumberEndTime: '', // 三星结束时间\n // documentNumberStartTime: '', // 三星开始时间\n // serviceBenefits: '', // 三星享权\n};\n\nconst mutations = {\n SET_ORDER_INFO: (state, data) => {\n state.orderInfo = data;\n },\n SET_SERVER_CITY: (state, data) => {\n state.serverCity = data;\n }\n};\nconst actions = {\n setOrderInfo({\n commit\n }, data) {\n commit('SET_ORDER_INFO', data);\n },\n setServerCity({\n commit\n }, data) {\n commit('SET_SERVER_CITY', data);\n }\n};\nexport default {\n namespaced: true,\n state,\n mutations,\n actions\n};","map":{"version":3,"names":["state","orderInfo","serverCity","mutations","SET_ORDER_INFO","data","SET_SERVER_CITY","actions","setOrderInfo","commit","setServerCity","namespaced"],"sources":["E:/work/sino/sino-h5/src/store/modules/order.js"],"sourcesContent":["const state = {\r\n orderInfo: '',\r\n serverCity: '',\r\n // serviceId: '',\r\n // startPoiAddress: '',\r\n // startLat: '',\r\n // startLng: '',\r\n // endPoiAddress: '',\r\n // endLat: '',\r\n // endLng: '',\r\n // isAppoint: 0, // 是否预约\r\n // appointTime: '', // 预约时间\r\n // positionEnvironment: '', // 车辆位于\r\n // documentNumber: '', // 单证号\r\n // documentNumberEndTime: '', // 三星结束时间\r\n // documentNumberStartTime: '', // 三星开始时间\r\n // serviceBenefits: '', // 三星享权\r\n}\r\n\r\nconst mutations = {\r\n SET_ORDER_INFO: (state, data) => {\r\n state.orderInfo = data\r\n },\r\n SET_SERVER_CITY: (state, data) => {\r\n state.serverCity = data\r\n }\r\n}\r\n\r\nconst actions = {\r\n setOrderInfo({ commit }, data) {\r\n commit('SET_ORDER_INFO', data)\r\n },\r\n setServerCity({ commit }, data) {\r\n commit('SET_SERVER_CITY', data)\r\n }\r\n}\r\n\r\nexport default {\r\n namespaced: true,\r\n state,\r\n mutations,\r\n actions\r\n}\r\n"],"mappings":"AAAA,MAAMA,KAAK,GAAG;EACZC,SAAS,EAAE,EAAE;EACbC,UAAU,EAAE;EACZ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AACF,CAAC;;AAED,MAAMC,SAAS,GAAG;EAChBC,cAAc,EAAEA,CAACJ,KAAK,EAAEK,IAAI,KAAK;IAC/BL,KAAK,CAACC,SAAS,GAAGI,IAAI;EACxB,CAAC;EACDC,eAAe,EAAEA,CAACN,KAAK,EAAEK,IAAI,KAAK;IAChCL,KAAK,CAACE,UAAU,GAAGG,IAAI;EACzB;AACF,CAAC;AAED,MAAME,OAAO,GAAG;EACdC,YAAYA,CAAC;IAAEC;EAAO,CAAC,EAAEJ,IAAI,EAAE;IAC7BI,MAAM,CAAC,gBAAgB,EAAEJ,IAAI,CAAC;EAChC,CAAC;EACDK,aAAaA,CAAC;IAAED;EAAO,CAAC,EAAEJ,IAAI,EAAE;IAC9BI,MAAM,CAAC,iBAAiB,EAAEJ,IAAI,CAAC;EACjC;AACF,CAAC;AAED,eAAe;EACbM,UAAU,EAAE,IAAI;EAChBX,KAAK;EACLG,SAAS;EACTI;AACF,CAAC"},"metadata":{},"sourceType":"module","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"/**\n * Use scopedSlots in Vue 2.6+\n * downgrade to slots in lower version\n */\nexport var SlotsMixin = {\n methods: {\n slots: function slots(name, props) {\n if (name === void 0) {\n name = 'default';\n }\n var $slots = this.$slots,\n $scopedSlots = this.$scopedSlots;\n var scopedSlot = $scopedSlots[name];\n if (scopedSlot) {\n return scopedSlot(props);\n }\n return $slots[name];\n }\n }\n};","map":{"version":3,"names":["SlotsMixin","methods","slots","name","props","$slots","$scopedSlots","scopedSlot"],"sources":["C:/Users/zhouxueli/Desktop/scheduling-app/node_modules/vant/es/mixins/slots.js"],"sourcesContent":["/**\n * Use scopedSlots in Vue 2.6+\n * downgrade to slots in lower version\n */\nexport var SlotsMixin = {\n methods: {\n slots: function slots(name, props) {\n if (name === void 0) {\n name = 'default';\n }\n\n var $slots = this.$slots,\n $scopedSlots = this.$scopedSlots;\n var scopedSlot = $scopedSlots[name];\n\n if (scopedSlot) {\n return scopedSlot(props);\n }\n\n return $slots[name];\n }\n }\n};"],"mappings":"AAAA;AACA;AACA;AACA;AACA,OAAO,IAAIA,UAAU,GAAG;EACtBC,OAAO,EAAE;IACPC,KAAK,EAAE,SAASA,KAAKA,CAACC,IAAI,EAAEC,KAAK,EAAE;MACjC,IAAID,IAAI,KAAK,KAAK,CAAC,EAAE;QACnBA,IAAI,GAAG,SAAS;MAClB;MAEA,IAAIE,MAAM,GAAG,IAAI,CAACA,MAAM;QACpBC,YAAY,GAAG,IAAI,CAACA,YAAY;MACpC,IAAIC,UAAU,GAAGD,YAAY,CAACH,IAAI,CAAC;MAEnC,IAAII,UAAU,EAAE;QACd,OAAOA,UAAU,CAACH,KAAK,CAAC;MAC1B;MAEA,OAAOC,MAAM,CAACF,IAAI,CAAC;IACrB;EACF;AACF,CAAC"},"metadata":{},"sourceType":"module","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"export var LIMIT_TYPE = {\n QUOTA_LIMIT: 0,\n STOCK_LIMIT: 1\n};\nexport var UNSELECTED_SKU_VALUE_ID = '';\nexport default {\n LIMIT_TYPE: LIMIT_TYPE,\n UNSELECTED_SKU_VALUE_ID: UNSELECTED_SKU_VALUE_ID\n};","map":{"version":3,"names":["LIMIT_TYPE","QUOTA_LIMIT","STOCK_LIMIT","UNSELECTED_SKU_VALUE_ID"],"sources":["C:/Users/zhouxueli/Desktop/scheduling-app/node_modules/vant/es/sku/constants.js"],"sourcesContent":["export var LIMIT_TYPE = {\n QUOTA_LIMIT: 0,\n STOCK_LIMIT: 1\n};\nexport var UNSELECTED_SKU_VALUE_ID = '';\nexport default {\n LIMIT_TYPE: LIMIT_TYPE,\n UNSELECTED_SKU_VALUE_ID: UNSELECTED_SKU_VALUE_ID\n};"],"mappings":"AAAA,OAAO,IAAIA,UAAU,GAAG;EACtBC,WAAW,EAAE,CAAC;EACdC,WAAW,EAAE;AACf,CAAC;AACD,OAAO,IAAIC,uBAAuB,GAAG,EAAE;AACvC,eAAe;EACbH,UAAU,EAAEA,UAAU;EACtBG,uBAAuB,EAAEA;AAC3B,CAAC"},"metadata":{},"sourceType":"module","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"export default {\n name: \"carManage\"\n};","map":{"version":3,"names":["name"],"sources":["src/views/index/carManage.vue"],"sourcesContent":["<template>\r\n<div class=\"wrap\">\r\n <div class=\"carItem\" v-for=\"(item,index) in 4\" :key=\"index\">\r\n <div class=\"carCode\">\r\n <div class=\"codeLeft\">苏AB6768 / 拖车</div>\r\n <div class=\"twoBtn\">\r\n <button class=\"del\">删除</button>\r\n <button class=\"revise\">修改</button>\r\n </div>\r\n </div>\r\n <div class=\"carType\">事故--大型拖车,事故--小型拖车,事故--平板拖车....</div>\r\n <div class=\"juhe\">\r\n <span>是否参与中道聚合:</span>\r\n <span class=\"isZd\">是</span>\r\n </div>\r\n </div>\r\n</div>\r\n</template>\r\n\r\n<script>\r\nexport default {\r\n name: \"carManage\"\r\n}\r\n</script>\r\n\r\n<style scoped lang=\"scss\">\r\n@import \"@/styles/mixin.scss\";\r\n.wrap{\r\n @include wh(100%,100%);\r\n box-sizing: border-box;\r\n padding: 13px 13px 0;\r\n}\r\n.carItem{\r\n @include wh(100%,86px);\r\n background: #FFFFFF;\r\n box-shadow: 0px 2px 10px 0px rgba(216,216,216,0.5);\r\n border-radius: 6px;\r\n box-sizing: border-box;\r\n padding: 11px 13px 11px 15px;\r\n margin-bottom: 10px;\r\n @include flexBetween;\r\n .carCode{\r\n display: flex;\r\n justify-content: space-between;\r\n .codeLeft{\r\n @include fontWeightSize(500,14px)\r\n }\r\n .twoBtn{\r\n button{\r\n border: none;\r\n width: 48px;\r\n @include all-height(20px);\r\n border-radius: 3px;\r\n @include fontWeightSize(500,12px)\r\n }\r\n .del{\r\n border: 1px solid #DDDDDD;\r\n background-color: #FFFFFF;\r\n }\r\n .revise{\r\n color: #FFFFFF;\r\n margin-left: 15px;\r\n background: #354D93;\r\n }\r\n }\r\n }\r\n}\r\n</style>"],"mappings":"AAoBA;EACAA,IAAA;AACA"},"metadata":{},"sourceType":"module","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"import \"core-js/modules/es.array.push.js\";\nimport { serverList } from '@/utils/serverMap';\nimport BottomItem from '@/components/bottomItem';\nexport default {\n name: \"Home\",\n data() {\n return {\n map: '',\n serverList: serverList\n };\n },\n components: {\n BottomItem\n },\n mounted() {\n this.initMap();\n },\n methods: {\n initMap() {\n this.map = new AMap.Map('mapId', {\n viewMode: '2D',\n // 默认使用 2D 模式\n zoom: 11,\n //初始化地图层级\n center: [116.397428, 39.90923] //初始化地图中心点\n });\n },\n\n goPage(page) {\n this.$router.push({\n name: page\n });\n }\n }\n};","map":{"version":3,"names":["serverList","BottomItem","name","data","map","components","mounted","initMap","methods","AMap","Map","viewMode","zoom","center","goPage","page","$router","push"],"sources":["src/views/index/index.vue"],"sourcesContent":["<template>\r\n <div class=\"main_wrap\">\r\n <div class=\"map_wrap\" id=\"mapId\">\r\n\r\n </div>\r\n <div class=\"form_wrap\">\r\n <div class=\"tab_wrap\">\r\n <div class=\"tab_item tab_active\" v-for=\"item in serverList\">\r\n {{ item.serverName }}\r\n </div>\r\n </div>\r\n </div>\r\n<!-- 底部按钮-->\r\n <div class=\"bottom_wrap\">\r\n <div class=\"wrap\">\r\n <bottom-item server-name=\"叫服务\" :active=\"true\"></bottom-item>\r\n <bottom-item server-name=\"查订单\" :url=\"require('@/assets/search_btn.png')\" page=\"Search\" @pageClick=\"goPage\"></bottom-item>\r\n </div>\r\n </div>\r\n </div>\r\n</template>\r\n\r\n<script>\r\n import { serverList } from '@/utils/serverMap'\r\n import BottomItem from '@/components/bottomItem'\r\n export default {\r\n name: \"Home\",\r\n data() {\r\n return {\r\n map: '',\r\n serverList: serverList\r\n }\r\n },\r\n components: {\r\n BottomItem\r\n },\r\n mounted() {\r\n this.initMap()\r\n },\r\n methods: {\r\n initMap() {\r\n this.map = new AMap.Map('mapId', {\r\n viewMode: '2D', // 默认使用 2D 模式\r\n zoom:11, //初始化地图层级\r\n center: [116.397428, 39.90923] //初始化地图中心点\r\n })\r\n },\r\n goPage(page) {\r\n this.$router.push({\r\n name: page,\r\n })\r\n }\r\n }\r\n }\r\n</script>\r\n\r\n<style scoped lang=\"less\">\r\n .main_wrap {\r\n .map_wrap {\r\n width: 100%;\r\n height: 80vh;\r\n }\r\n .form_wrap {\r\n\r\n .tab_wrap {\r\n display: flex;\r\n .tab_item {\r\n flex: 1;\r\n padding: 10px 0;\r\n text-align: center;\r\n }\r\n .tab_active:after {\r\n display: inline-block;\r\n content: '';\r\n width: 18px;\r\n height: 3px;\r\n background: linear-gradient(270deg, #33A3FF 0%, #176AFE 100%);\r\n border-radius: 2px;\r\n }\r\n }\r\n }\r\n /*底部按钮*/\r\n .bottom_wrap {\r\n position: fixed;\r\n width: 100%;\r\n bottom: 0;\r\n background: #FFFFFF;\r\n box-shadow: 0px -2px 8px 0px rgba(74,74,74,0.08);\r\n .wrap {\r\n width: 100%;\r\n display: flex;\r\n }\r\n }\r\n }\r\n</style>\r\n"],"mappings":";AAuBA,SAAAA,UAAA;AACA,OAAAC,UAAA;AACA;EACAC,IAAA;EACAC,KAAA;IACA;MACAC,GAAA;MACAJ,UAAA,EAAAA;IACA;EACA;EACAK,UAAA;IACAJ;EACA;EACAK,QAAA;IACA,KAAAC,OAAA;EACA;EACAC,OAAA;IACAD,QAAA;MACA,KAAAH,GAAA,OAAAK,IAAA,CAAAC,GAAA;QACAC,QAAA;QAAA;QACAC,IAAA;QAAA;QACAC,MAAA;MACA;IACA;;IACAC,OAAAC,IAAA;MACA,KAAAC,OAAA,CAAAC,IAAA;QACAf,IAAA,EAAAa;MACA;IACA;EACA;AACA"},"metadata":{},"sourceType":"module","externalDependencies":[]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"import \"core-js/modules/es.array.push.js\";\n/**\n * Create a basic component with common options\n */\nimport '../../locale';\nimport { isFunction } from '..';\nimport { camelize } from '../format/string';\nimport { SlotsMixin } from '../../mixins/slots';\nimport Vue from 'vue';\nfunction install(Vue) {\n var name = this.name;\n Vue.component(name, this);\n Vue.component(camelize(\"-\" + name), this);\n} // unify slots & scopedSlots\n\nexport function unifySlots(context) {\n // use data.scopedSlots in lower Vue version\n var scopedSlots = context.scopedSlots || context.data.scopedSlots || {};\n var slots = context.slots();\n Object.keys(slots).forEach(function (key) {\n if (!scopedSlots[key]) {\n scopedSlots[key] = function () {\n return slots[key];\n };\n }\n });\n return scopedSlots;\n} // should be removed after Vue 3\n\nfunction transformFunctionComponent(pure) {\n return {\n functional: true,\n props: pure.props,\n model: pure.model,\n render: function render(h, context) {\n return pure(h, context.props, unifySlots(context), context);\n }\n };\n}\nexport function createComponent(name) {\n return function (sfc) {\n if (isFunction(sfc)) {\n sfc = transformFunctionComponent(sfc);\n }\n if (!sfc.functional) {\n sfc.mixins = sfc.mixins || [];\n sfc.mixins.push(SlotsMixin);\n }\n sfc.name = name;\n sfc.install = install;\n return sfc;\n };\n}","map":{"version":3,"names":["isFunction","camelize","SlotsMixin","Vue","install","name","component","unifySlots","context","scopedSlots","data","slots","Object","keys","forEach","key","transformFunctionComponent","pure","functional","props","model","render","h","createComponent","sfc","mixins","push"],"sources":["E:/work/sino/sino-h5/node_modules/vant/es/utils/create/component.js"],"sourcesContent":["/**\n * Create a basic component with common options\n */\nimport '../../locale';\nimport { isFunction } from '..';\nimport { camelize } from '../format/string';\nimport { SlotsMixin } from '../../mixins/slots';\nimport Vue from 'vue';\n\nfunction install(Vue) {\n var name = this.name;\n Vue.component(name, this);\n Vue.component(camelize(\"-\" + name), this);\n} // unify slots & scopedSlots\n\n\nexport function unifySlots(context) {\n // use data.scopedSlots in lower Vue version\n var scopedSlots = context.scopedSlots || context.data.scopedSlots || {};\n var slots = context.slots();\n Object.keys(slots).forEach(function (key) {\n if (!scopedSlots[key]) {\n scopedSlots[key] = function () {\n return slots[key];\n };\n }\n });\n return scopedSlots;\n} // should be removed after Vue 3\n\nfunction transformFunctionComponent(pure) {\n return {\n functional: true,\n props: pure.props,\n model: pure.model,\n render: function render(h, context) {\n return pure(h, context.props, unifySlots(context), context);\n }\n };\n}\n\nexport function createComponent(name) {\n return function (sfc) {\n if (isFunction(sfc)) {\n sfc = transformFunctionComponent(sfc);\n }\n\n if (!sfc.functional) {\n sfc.mixins = sfc.mixins || [];\n sfc.mixins.push(SlotsMixin);\n }\n\n sfc.name = name;\n sfc.install = install;\n return sfc;\n };\n}"],"mappings":";AAAA;AACA;AACA;AACA,OAAO,cAAc;AACrB,SAASA,UAAU,QAAQ,IAAI;AAC/B,SAASC,QAAQ,QAAQ,kBAAkB;AAC3C,SAASC,UAAU,QAAQ,oBAAoB;AAC/C,OAAOC,GAAG,MAAM,KAAK;AAErB,SAASC,OAAOA,CAACD,GAAG,EAAE;EACpB,IAAIE,IAAI,GAAG,IAAI,CAACA,IAAI;EACpBF,GAAG,CAACG,SAAS,CAACD,IAAI,EAAE,IAAI,CAAC;EACzBF,GAAG,CAACG,SAAS,CAACL,QAAQ,CAAC,GAAG,GAAGI,IAAI,CAAC,EAAE,IAAI,CAAC;AAC3C,CAAC,CAAC;;AAGF,OAAO,SAASE,UAAUA,CAACC,OAAO,EAAE;EAClC;EACA,IAAIC,WAAW,GAAGD,OAAO,CAACC,WAAW,IAAID,OAAO,CAACE,IAAI,CAACD,WAAW,IAAI,CAAC,CAAC;EACvE,IAAIE,KAAK,GAAGH,OAAO,CAACG,KAAK,CAAC,CAAC;EAC3BC,MAAM,CAACC,IAAI,CAACF,KAAK,CAAC,CAACG,OAAO,CAAC,UAAUC,GAAG,EAAE;IACxC,IAAI,CAACN,WAAW,CAACM,GAAG,CAAC,EAAE;MACrBN,WAAW,CAACM,GAAG,CAAC,GAAG,YAAY;QAC7B,OAAOJ,KAAK,CAACI,GAAG,CAAC;MACnB,CAAC;IACH;EACF,CAAC,CAAC;EACF,OAAON,WAAW;AACpB,CAAC,CAAC;;AAEF,SAASO,0BAA0BA,CAACC,IAAI,EAAE;EACxC,OAAO;IACLC,UAAU,EAAE,IAAI;IAChBC,KAAK,EAAEF,IAAI,CAACE,KAAK;IACjBC,KAAK,EAAEH,IAAI,CAACG,KAAK;IACjBC,MAAM,EAAE,SAASA,MAAMA,CAACC,CAAC,EAAEd,OAAO,EAAE;MAClC,OAAOS,IAAI,CAACK,CAAC,EAAEd,OAAO,CAACW,KAAK,EAAEZ,UAAU,CAACC,OAAO,CAAC,EAAEA,OAAO,CAAC;IAC7D;EACF,CAAC;AACH;AAEA,OAAO,SAASe,eAAeA,CAAClB,IAAI,EAAE;EACpC,OAAO,UAAUmB,GAAG,EAAE;IACpB,IAAIxB,UAAU,CAACwB,GAAG,CAAC,EAAE;MACnBA,GAAG,GAAGR,0BAA0B,CAACQ,GAAG,CAAC;IACvC;IAEA,IAAI,CAACA,GAAG,CAACN,UAAU,EAAE;MACnBM,GAAG,CAACC,MAAM,GAAGD,GAAG,CAACC,MAAM,IAAI,EAAE;MAC7BD,GAAG,CAACC,MAAM,CAACC,IAAI,CAACxB,UAAU,CAAC;IAC7B;IAEAsB,GAAG,CAACnB,IAAI,GAAGA,IAAI;IACfmB,GAAG,CAACpB,OAAO,GAAGA,OAAO;IACrB,OAAOoB,GAAG;EACZ,CAAC;AACH"},"metadata":{},"sourceType":"module","externalDependencies":[]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"var render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(\"div\", {\n staticClass: \"attention_wrap\",\n style: {\n color: _vm.color\n }\n }, [_c(\"img\", {\n attrs: {\n src: require(\"@/assets/attention.png\"),\n alt: \"\"\n }\n }), _c(\"span\", [_vm._v(\" \" + _vm._s(_vm.attention) + \" \")])]);\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\nexport { render, staticRenderFns };","map":{"version":3,"names":["render","_vm","_c","_self","staticClass","style","color","attrs","src","require","alt","_v","_s","attention","staticRenderFns","_withStripped"],"sources":["E:/work/sino/sino-h5/src/components/attentionItem.vue"],"sourcesContent":["var render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _c(\n \"div\",\n { staticClass: \"attention_wrap\", style: { color: _vm.color } },\n [\n _c(\"img\", { attrs: { src: require(\"@/assets/attention.png\"), alt: \"\" } }),\n _c(\"span\", [_vm._v(\" \" + _vm._s(_vm.attention) + \" \")]),\n ]\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"],"mappings":"AAAA,IAAIA,MAAM,GAAG,SAASA,MAAMA,CAAA,EAAG;EAC7B,IAAIC,GAAG,GAAG,IAAI;IACZC,EAAE,GAAGD,GAAG,CAACE,KAAK,CAACD,EAAE;EACnB,OAAOA,EAAE,CACP,KAAK,EACL;IAAEE,WAAW,EAAE,gBAAgB;IAAEC,KAAK,EAAE;MAAEC,KAAK,EAAEL,GAAG,CAACK;IAAM;EAAE,CAAC,EAC9D,CACEJ,EAAE,CAAC,KAAK,EAAE;IAAEK,KAAK,EAAE;MAAEC,GAAG,EAAEC,OAAO,CAAC,wBAAwB,CAAC;MAAEC,GAAG,EAAE;IAAG;EAAE,CAAC,CAAC,EACzER,EAAE,CAAC,MAAM,EAAE,CAACD,GAAG,CAACU,EAAE,CAAC,GAAG,GAAGV,GAAG,CAACW,EAAE,CAACX,GAAG,CAACY,SAAS,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAE3D,CAAC;AACH,CAAC;AACD,IAAIC,eAAe,GAAG,EAAE;AACxBd,MAAM,CAACe,aAAa,GAAG,IAAI;AAE3B,SAASf,MAAM,EAAEc,eAAe"},"metadata":{},"sourceType":"module","externalDependencies":[]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"var render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(\"div\", [_c(\"div\", {\n staticClass: \"map_wrap\",\n style: {\n bottom: _vm.mapPosition + \"%\"\n },\n attrs: {\n id: \"mapId\"\n }\n }), _vm._m(0), _c(\"div\", {\n staticClass: \"search_wrap\",\n style: {\n height: _vm.mapPosition + \"%\"\n }\n }, [_vm._m(1), _c(\"div\", {\n staticClass: \"server_list\"\n })])]);\n};\nvar staticRenderFns = [function () {\n var _vm = this,\n _c = _vm._self._c;\n return _c(\"div\", {\n staticClass: \"button_wrap\"\n }, [_c(\"div\", {\n staticClass: \"cancel_btn\"\n }, [_vm._v(\"取消\")]), _c(\"div\", {\n staticClass: \"confirm_btn\"\n }, [_vm._v(\"完成\")])]);\n}, function () {\n var _vm = this,\n _c = _vm._self._c;\n return _c(\"div\", {\n staticClass: \"section\"\n }, [_c(\"input\", {\n attrs: {\n type: \"text\",\n placeholder: \"请输入地址\"\n }\n })]);\n}];\nrender._withStripped = true;\nexport { render, staticRenderFns };","map":{"version":3,"names":["render","_vm","_c","_self","staticClass","style","bottom","mapPosition","attrs","id","_m","height","staticRenderFns","_v","type","placeholder","_withStripped"],"sources":["E:/work/sino/sino-h5/src/views/index/addressMap.vue"],"sourcesContent":["var render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _c(\"div\", [\n _c(\"div\", {\n staticClass: \"map_wrap\",\n style: { bottom: _vm.mapPosition + \"%\" },\n attrs: { id: \"mapId\" },\n }),\n _vm._m(0),\n _c(\n \"div\",\n { staticClass: \"search_wrap\", style: { height: _vm.mapPosition + \"%\" } },\n [_vm._m(1), _c(\"div\", { staticClass: \"server_list\" })]\n ),\n ])\n}\nvar staticRenderFns = [\n function () {\n var _vm = this,\n _c = _vm._self._c\n return _c(\"div\", { staticClass: \"button_wrap\" }, [\n _c(\"div\", { staticClass: \"cancel_btn\" }, [_vm._v(\"取消\")]),\n _c(\"div\", { staticClass: \"confirm_btn\" }, [_vm._v(\"完成\")]),\n ])\n },\n function () {\n var _vm = this,\n _c = _vm._self._c\n return _c(\"div\", { staticClass: \"section\" }, [\n _c(\"input\", { attrs: { type: \"text\", placeholder: \"请输入地址\" } }),\n ])\n },\n]\nrender._withStripped = true\n\nexport { render, staticRenderFns }"],"mappings":"AAAA,IAAIA,MAAM,GAAG,SAASA,MAAMA,CAAA,EAAG;EAC7B,IAAIC,GAAG,GAAG,IAAI;IACZC,EAAE,GAAGD,GAAG,CAACE,KAAK,CAACD,EAAE;EACnB,OAAOA,EAAE,CAAC,KAAK,EAAE,CACfA,EAAE,CAAC,KAAK,EAAE;IACRE,WAAW,EAAE,UAAU;IACvBC,KAAK,EAAE;MAAEC,MAAM,EAAEL,GAAG,CAACM,WAAW,GAAG;IAAI,CAAC;IACxCC,KAAK,EAAE;MAAEC,EAAE,EAAE;IAAQ;EACvB,CAAC,CAAC,EACFR,GAAG,CAACS,EAAE,CAAC,CAAC,CAAC,EACTR,EAAE,CACA,KAAK,EACL;IAAEE,WAAW,EAAE,aAAa;IAAEC,KAAK,EAAE;MAAEM,MAAM,EAAEV,GAAG,CAACM,WAAW,GAAG;IAAI;EAAE,CAAC,EACxE,CAACN,GAAG,CAACS,EAAE,CAAC,CAAC,CAAC,EAAER,EAAE,CAAC,KAAK,EAAE;IAAEE,WAAW,EAAE;EAAc,CAAC,CAAC,CACvD,CAAC,CACF,CAAC;AACJ,CAAC;AACD,IAAIQ,eAAe,GAAG,CACpB,YAAY;EACV,IAAIX,GAAG,GAAG,IAAI;IACZC,EAAE,GAAGD,GAAG,CAACE,KAAK,CAACD,EAAE;EACnB,OAAOA,EAAE,CAAC,KAAK,EAAE;IAAEE,WAAW,EAAE;EAAc,CAAC,EAAE,CAC/CF,EAAE,CAAC,KAAK,EAAE;IAAEE,WAAW,EAAE;EAAa,CAAC,EAAE,CAACH,GAAG,CAACY,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,EACxDX,EAAE,CAAC,KAAK,EAAE;IAAEE,WAAW,EAAE;EAAc,CAAC,EAAE,CAACH,GAAG,CAACY,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,CAC1D,CAAC;AACJ,CAAC,EACD,YAAY;EACV,IAAIZ,GAAG,GAAG,IAAI;IACZC,EAAE,GAAGD,GAAG,CAACE,KAAK,CAACD,EAAE;EACnB,OAAOA,EAAE,CAAC,KAAK,EAAE;IAAEE,WAAW,EAAE;EAAU,CAAC,EAAE,CAC3CF,EAAE,CAAC,OAAO,EAAE;IAAEM,KAAK,EAAE;MAAEM,IAAI,EAAE,MAAM;MAAEC,WAAW,EAAE;IAAQ;EAAE,CAAC,CAAC,CAC/D,CAAC;AACJ,CAAC,CACF;AACDf,MAAM,CAACgB,aAAa,GAAG,IAAI;AAE3B,SAAShB,MAAM,EAAEY,eAAe"},"metadata":{},"sourceType":"module","externalDependencies":[]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"export default {\n name: \"accountingView\"\n};","map":{"version":3,"names":["name"],"sources":["src/views/index/accounting.vue"],"sourcesContent":["<template>\r\n<div class=\"wrap\">\r\n <div class=\"baseInfo\"></div>\r\n <div class=\"supplierData\"></div>\r\n</div>\r\n</template>\r\n\r\n<script>\r\nexport default {\r\n name: \"accountingView\"\r\n}\r\n</script>\r\n\r\n<style scoped lang=\"scss\">\r\n@import \"@/styles/mixin.scss\";\r\n.wrap{\r\n width: 100%;\r\n height: 100%;\r\n background-color: #F4F5F7;\r\n}\r\n.baseInfo{\r\n @include wh(100%,276px);\r\n background-color: #FFFFFF;\r\n padding: 11px 24px 14px;\r\n box-sizing: border-box;\r\n\r\n}\r\n</style>"],"mappings":"AAQA;EACAA,IAAA;AACA"},"metadata":{},"sourceType":"module","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"var render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(\"div\", {\n staticClass: \"bottom_wrap\"\n }, [_c(\"div\", {\n staticClass: \"bottom_line\"\n }), _c(\"div\", {\n staticClass: \"wrap\"\n }, [_c(\"bottom-item\", {\n attrs: {\n \"server-name\": \"叫服务\",\n active: true\n }\n }), _c(\"bottom-item\", {\n attrs: {\n \"server-name\": \"查订单\",\n url: require(\"@/assets/search_btn.png\"),\n page: \"search\"\n },\n on: {\n pageClick: _vm.goPage\n }\n })], 1)]);\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\nexport { render, staticRenderFns };","map":{"version":3,"names":["render","_vm","_c","_self","staticClass","attrs","active","url","require","page","on","pageClick","goPage","staticRenderFns","_withStripped"],"sources":["E:/work/sino/sino-h5/src/components/bottomBar.vue"],"sourcesContent":["var render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _c(\"div\", { staticClass: \"bottom_wrap\" }, [\n _c(\"div\", { staticClass: \"bottom_line\" }),\n _c(\n \"div\",\n { staticClass: \"wrap\" },\n [\n _c(\"bottom-item\", { attrs: { \"server-name\": \"叫服务\", active: true } }),\n _c(\"bottom-item\", {\n attrs: {\n \"server-name\": \"查订单\",\n url: require(\"@/assets/search_btn.png\"),\n page: \"search\",\n },\n on: { pageClick: _vm.goPage },\n }),\n ],\n 1\n ),\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"],"mappings":"AAAA,IAAIA,MAAM,GAAG,SAASA,MAAMA,CAAA,EAAG;EAC7B,IAAIC,GAAG,GAAG,IAAI;IACZC,EAAE,GAAGD,GAAG,CAACE,KAAK,CAACD,EAAE;EACnB,OAAOA,EAAE,CAAC,KAAK,EAAE;IAAEE,WAAW,EAAE;EAAc,CAAC,EAAE,CAC/CF,EAAE,CAAC,KAAK,EAAE;IAAEE,WAAW,EAAE;EAAc,CAAC,CAAC,EACzCF,EAAE,CACA,KAAK,EACL;IAAEE,WAAW,EAAE;EAAO,CAAC,EACvB,CACEF,EAAE,CAAC,aAAa,EAAE;IAAEG,KAAK,EAAE;MAAE,aAAa,EAAE,KAAK;MAAEC,MAAM,EAAE;IAAK;EAAE,CAAC,CAAC,EACpEJ,EAAE,CAAC,aAAa,EAAE;IAChBG,KAAK,EAAE;MACL,aAAa,EAAE,KAAK;MACpBE,GAAG,EAAEC,OAAO,CAAC,yBAAyB,CAAC;MACvCC,IAAI,EAAE;IACR,CAAC;IACDC,EAAE,EAAE;MAAEC,SAAS,EAAEV,GAAG,CAACW;IAAO;EAC9B,CAAC,CAAC,CACH,EACD,CACF,CAAC,CACF,CAAC;AACJ,CAAC;AACD,IAAIC,eAAe,GAAG,EAAE;AACxBb,MAAM,CAACc,aAAa,GAAG,IAAI;AAE3B,SAASd,MAAM,EAAEa,eAAe"},"metadata":{},"sourceType":"module","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"var camelizeRE = /-(\\w)/g;\nexport function camelize(str) {\n return str.replace(camelizeRE, function (_, c) {\n return c.toUpperCase();\n });\n}\nexport function padZero(num, targetLength) {\n if (targetLength === void 0) {\n targetLength = 2;\n }\n var str = num + '';\n while (str.length < targetLength) {\n str = '0' + str;\n }\n return str;\n}","map":{"version":3,"names":["camelizeRE","camelize","str","replace","_","c","toUpperCase","padZero","num","targetLength","length"],"sources":["E:/work/sino/sino-h5/node_modules/vant/es/utils/format/string.js"],"sourcesContent":["var camelizeRE = /-(\\w)/g;\nexport function camelize(str) {\n return str.replace(camelizeRE, function (_, c) {\n return c.toUpperCase();\n });\n}\nexport function padZero(num, targetLength) {\n if (targetLength === void 0) {\n targetLength = 2;\n }\n\n var str = num + '';\n\n while (str.length < targetLength) {\n str = '0' + str;\n }\n\n return str;\n}"],"mappings":"AAAA,IAAIA,UAAU,GAAG,QAAQ;AACzB,OAAO,SAASC,QAAQA,CAACC,GAAG,EAAE;EAC5B,OAAOA,GAAG,CAACC,OAAO,CAACH,UAAU,EAAE,UAAUI,CAAC,EAAEC,CAAC,EAAE;IAC7C,OAAOA,CAAC,CAACC,WAAW,CAAC,CAAC;EACxB,CAAC,CAAC;AACJ;AACA,OAAO,SAASC,OAAOA,CAACC,GAAG,EAAEC,YAAY,EAAE;EACzC,IAAIA,YAAY,KAAK,KAAK,CAAC,EAAE;IAC3BA,YAAY,GAAG,CAAC;EAClB;EAEA,IAAIP,GAAG,GAAGM,GAAG,GAAG,EAAE;EAElB,OAAON,GAAG,CAACQ,MAAM,GAAGD,YAAY,EAAE;IAChCP,GAAG,GAAG,GAAG,GAAGA,GAAG;EACjB;EAEA,OAAOA,GAAG;AACZ"},"metadata":{},"sourceType":"module","externalDependencies":[]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"import AttentionItem from '@/components/attentionItem';\nimport operationBtn from \"@/components/operationBtn\";\nexport default {\n name: \"orderStatus\",\n data() {\n return {\n map: ''\n };\n },\n components: {\n AttentionItem,\n operationBtn\n },\n mounted() {\n this.initMap();\n },\n methods: {\n initMap() {\n this.map = new AMap.Map('mapId', {\n viewMode: '2D',\n // 默认使用 2D 模式\n zoom: 11,\n //初始化地图层级\n center: [116.397428, 39.90923] //初始化地图中心点\n });\n }\n }\n};","map":{"version":3,"names":["AttentionItem","operationBtn","name","data","map","components","mounted","initMap","methods","AMap","Map","viewMode","zoom","center"],"sources":["src/views/index/orderStatus.vue"],"sourcesContent":["<template>\r\n <div class=\"order_wrap\">\r\n <div class=\"map_wrap\" id=\"mapId\">\r\n map\r\n </div>\r\n <div class=\"info_wrap\">\r\n <div class=\"top_wrap\">\r\n <div class=\"top_line\"></div>\r\n <attention-item attention=\"温馨提示:如果您的车子在马路上,请注意把车子停到路边打开双闪并远离车辆,谢谢。\"></attention-item>\r\n </div>\r\n <div class=\"order_info\">\r\n <div class=\"order_status_wrap\">\r\n <img class=\"doing_img\" src=\"@/assets/point.png\" alt=\"\">\r\n <div class=\"order_status_info\">\r\n <div class=\"status_str\">服务待处理,请稍等…</div>\r\n <div></div>\r\n </div>\r\n </div>\r\n <!--操作按钮-->\r\n <div>\r\n <operation-btn title=\"联系客服\" :url=\"require('@/assets/callPhone.png')\"></operation-btn>\r\n <operation-btn title=\"取消订单\" :url=\"require('@/assets/cancel.png')\" :has-distance=\"true\"></operation-btn>\r\n </div>\r\n </div>\r\n\r\n </div>\r\n </div>\r\n</template>\r\n\r\n<script>\r\n import AttentionItem from '@/components/attentionItem'\r\n import operationBtn from \"@/components/operationBtn\";\r\n export default {\r\n name: \"orderStatus\",\r\n data() {\r\n return {\r\n map: '',\r\n }\r\n },\r\n components: {\r\n AttentionItem,\r\n operationBtn\r\n },\r\n mounted() {\r\n this.initMap()\r\n },\r\n methods: {\r\n initMap() {\r\n this.map = new AMap.Map('mapId', {\r\n viewMode: '2D', // 默认使用 2D 模式\r\n zoom:11, //初始化地图层级\r\n center: [116.397428, 39.90923] //初始化地图中心点\r\n })\r\n },\r\n }\r\n }\r\n</script>\r\n\r\n<style scoped lang=\"less\">\r\n.order_wrap {\r\n height: 100vh;\r\n display: flex;\r\n flex-direction: column;\r\n box-sizing: border-box;\r\n .map_wrap {\r\n flex: 1;\r\n }\r\n .info_wrap {\r\n background: #fff;\r\n .top_wrap {\r\n padding-top: 10px;\r\n background: #fafafa;\r\n .top_line {\r\n width: 34px;\r\n height: 3px;\r\n background: #9FA5B4;\r\n border-radius: 3px;\r\n opacity: 0.19;\r\n margin: 0 auto;\r\n }\r\n }\r\n .order_info {\r\n padding: 25px 20px;\r\n .order_status_wrap {\r\n text-align: left;\r\n padding: 0 20px 25px;\r\n display: flex;\r\n .doing_img {\r\n width: 11px;\r\n height: 11px;\r\n margin-right: 10px;\r\n margin-top: 10px;\r\n }\r\n .order_status_info {\r\n flex: 1;\r\n .status_str {\r\n font-size: 18px;\r\n font-weight: 500;\r\n color: #33495E;\r\n }\r\n }\r\n }\r\n .btn_wrap {\r\n width: 80%;\r\n margin: 15px auto 25px;\r\n }\r\n }\r\n }\r\n}\r\n</style>\r\n"],"mappings":"AA8BA,OAAAA,aAAA;AACA,OAAAC,YAAA;AACA;EACAC,IAAA;EACAC,KAAA;IACA;MACAC,GAAA;IACA;EACA;EACAC,UAAA;IACAL,aAAA;IACAC;EACA;EACAK,QAAA;IACA,KAAAC,OAAA;EACA;EACAC,OAAA;IACAD,QAAA;MACA,KAAAH,GAAA,OAAAK,IAAA,CAAAC,GAAA;QACAC,QAAA;QAAA;QACAC,IAAA;QAAA;QACAC,MAAA;MACA;IACA;EACA;AACA"},"metadata":{},"sourceType":"module","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"import { isServer } from '..';\n// eslint-disable-next-line import/no-mutable-exports\nexport var supportsPassive = false;\nif (!isServer) {\n try {\n var opts = {};\n Object.defineProperty(opts, 'passive', {\n // eslint-disable-next-line getter-return\n get: function get() {\n /* istanbul ignore next */\n supportsPassive = true;\n }\n });\n window.addEventListener('test-passive', null, opts); // eslint-disable-next-line no-empty\n } catch (e) {}\n}\nexport function on(target, event, handler, passive) {\n if (passive === void 0) {\n passive = false;\n }\n if (!isServer) {\n target.addEventListener(event, handler, supportsPassive ? {\n capture: false,\n passive: passive\n } : false);\n }\n}\nexport function off(target, event, handler) {\n if (!isServer) {\n target.removeEventListener(event, handler);\n }\n}\nexport function stopPropagation(event) {\n event.stopPropagation();\n}\nexport function preventDefault(event, isStopPropagation) {\n /* istanbul ignore else */\n if (typeof event.cancelable !== 'boolean' || event.cancelable) {\n event.preventDefault();\n }\n if (isStopPropagation) {\n stopPropagation(event);\n }\n}","map":{"version":3,"names":["isServer","supportsPassive","opts","Object","defineProperty","get","window","addEventListener","e","on","target","event","handler","passive","capture","off","removeEventListener","stopPropagation","preventDefault","isStopPropagation","cancelable"],"sources":["C:/Users/zhouxueli/Desktop/scheduling-app/node_modules/vant/es/utils/dom/event.js"],"sourcesContent":["import { isServer } from '..';\n// eslint-disable-next-line import/no-mutable-exports\nexport var supportsPassive = false;\n\nif (!isServer) {\n try {\n var opts = {};\n Object.defineProperty(opts, 'passive', {\n // eslint-disable-next-line getter-return\n get: function get() {\n /* istanbul ignore next */\n supportsPassive = true;\n }\n });\n window.addEventListener('test-passive', null, opts); // eslint-disable-next-line no-empty\n } catch (e) {}\n}\n\nexport function on(target, event, handler, passive) {\n if (passive === void 0) {\n passive = false;\n }\n\n if (!isServer) {\n target.addEventListener(event, handler, supportsPassive ? {\n capture: false,\n passive: passive\n } : false);\n }\n}\nexport function off(target, event, handler) {\n if (!isServer) {\n target.removeEventListener(event, handler);\n }\n}\nexport function stopPropagation(event) {\n event.stopPropagation();\n}\nexport function preventDefault(event, isStopPropagation) {\n /* istanbul ignore else */\n if (typeof event.cancelable !== 'boolean' || event.cancelable) {\n event.preventDefault();\n }\n\n if (isStopPropagation) {\n stopPropagation(event);\n }\n}"],"mappings":"AAAA,SAASA,QAAQ,QAAQ,IAAI;AAC7B;AACA,OAAO,IAAIC,eAAe,GAAG,KAAK;AAElC,IAAI,CAACD,QAAQ,EAAE;EACb,IAAI;IACF,IAAIE,IAAI,GAAG,CAAC,CAAC;IACbC,MAAM,CAACC,cAAc,CAACF,IAAI,EAAE,SAAS,EAAE;MACrC;MACAG,GAAG,EAAE,SAASA,GAAGA,CAAA,EAAG;QAClB;QACAJ,eAAe,GAAG,IAAI;MACxB;IACF,CAAC,CAAC;IACFK,MAAM,CAACC,gBAAgB,CAAC,cAAc,EAAE,IAAI,EAAEL,IAAI,CAAC,CAAC,CAAC;EACvD,CAAC,CAAC,OAAOM,CAAC,EAAE,CAAC;AACf;AAEA,OAAO,SAASC,EAAEA,CAACC,MAAM,EAAEC,KAAK,EAAEC,OAAO,EAAEC,OAAO,EAAE;EAClD,IAAIA,OAAO,KAAK,KAAK,CAAC,EAAE;IACtBA,OAAO,GAAG,KAAK;EACjB;EAEA,IAAI,CAACb,QAAQ,EAAE;IACbU,MAAM,CAACH,gBAAgB,CAACI,KAAK,EAAEC,OAAO,EAAEX,eAAe,GAAG;MACxDa,OAAO,EAAE,KAAK;MACdD,OAAO,EAAEA;IACX,CAAC,GAAG,KAAK,CAAC;EACZ;AACF;AACA,OAAO,SAASE,GAAGA,CAACL,MAAM,EAAEC,KAAK,EAAEC,OAAO,EAAE;EAC1C,IAAI,CAACZ,QAAQ,EAAE;IACbU,MAAM,CAACM,mBAAmB,CAACL,KAAK,EAAEC,OAAO,CAAC;EAC5C;AACF;AACA,OAAO,SAASK,eAAeA,CAACN,KAAK,EAAE;EACrCA,KAAK,CAACM,eAAe,CAAC,CAAC;AACzB;AACA,OAAO,SAASC,cAAcA,CAACP,KAAK,EAAEQ,iBAAiB,EAAE;EACvD;EACA,IAAI,OAAOR,KAAK,CAACS,UAAU,KAAK,SAAS,IAAIT,KAAK,CAACS,UAAU,EAAE;IAC7DT,KAAK,CAACO,cAAc,CAAC,CAAC;EACxB;EAEA,IAAIC,iBAAiB,EAAE;IACrBF,eAAe,CAACN,KAAK,CAAC;EACxB;AACF"},"metadata":{},"sourceType":"module","externalDependencies":[]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"var render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(\"div\", [_vm._m(0), _c(\"div\", {\n staticClass: \"bottom_wrap\"\n }, [_c(\"div\", {\n staticClass: \"wrap\"\n }, [_c(\"bottom-item\", {\n attrs: {\n \"server-name\": \"叫服务\",\n page: \"Home\",\n url: require(\"@/assets/server_btn.png\")\n },\n on: {\n pageClick: _vm.goPage\n }\n }), _c(\"bottom-item\", {\n attrs: {\n \"server-name\": \"查订单\",\n active: true,\n url: require(\"@/assets/search_active_btn.png\")\n }\n })], 1)])]);\n};\nvar staticRenderFns = [function () {\n var _vm = this,\n _c = _vm._self._c;\n return _c(\"div\", {\n staticClass: \"search_wrap\"\n }, [_c(\"div\", {\n staticClass: \"search_top\"\n }, [_c(\"div\", {\n staticClass: \"input_wrap\"\n }, [_c(\"input\", {\n staticClass: \"input_cls\",\n attrs: {\n type: \"text\",\n placeholder: \"输入手机号 或 车牌号\"\n }\n }), _c(\"div\", [_vm._v(\"查询\")])])])]);\n}];\nrender._withStripped = true;\nexport { render, staticRenderFns };","map":{"version":3,"names":["render","_vm","_c","_self","_m","staticClass","attrs","page","url","require","on","pageClick","goPage","active","staticRenderFns","type","placeholder","_v","_withStripped"],"sources":["E:/work/sino/sino-h5/src/views/index/search.vue"],"sourcesContent":["var render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _c(\"div\", [\n _vm._m(0),\n _c(\"div\", { staticClass: \"bottom_wrap\" }, [\n _c(\n \"div\",\n { staticClass: \"wrap\" },\n [\n _c(\"bottom-item\", {\n attrs: {\n \"server-name\": \"叫服务\",\n page: \"Home\",\n url: require(\"@/assets/server_btn.png\"),\n },\n on: { pageClick: _vm.goPage },\n }),\n _c(\"bottom-item\", {\n attrs: {\n \"server-name\": \"查订单\",\n active: true,\n url: require(\"@/assets/search_active_btn.png\"),\n },\n }),\n ],\n 1\n ),\n ]),\n ])\n}\nvar staticRenderFns = [\n function () {\n var _vm = this,\n _c = _vm._self._c\n return _c(\"div\", { staticClass: \"search_wrap\" }, [\n _c(\"div\", { staticClass: \"search_top\" }, [\n _c(\"div\", { staticClass: \"input_wrap\" }, [\n _c(\"input\", {\n staticClass: \"input_cls\",\n attrs: { type: \"text\", placeholder: \"输入手机号 或 车牌号\" },\n }),\n _c(\"div\", [_vm._v(\"查询\")]),\n ]),\n ]),\n ])\n },\n]\nrender._withStripped = true\n\nexport { render, staticRenderFns }"],"mappings":"AAAA,IAAIA,MAAM,GAAG,SAASA,MAAMA,CAAA,EAAG;EAC7B,IAAIC,GAAG,GAAG,IAAI;IACZC,EAAE,GAAGD,GAAG,CAACE,KAAK,CAACD,EAAE;EACnB,OAAOA,EAAE,CAAC,KAAK,EAAE,CACfD,GAAG,CAACG,EAAE,CAAC,CAAC,CAAC,EACTF,EAAE,CAAC,KAAK,EAAE;IAAEG,WAAW,EAAE;EAAc,CAAC,EAAE,CACxCH,EAAE,CACA,KAAK,EACL;IAAEG,WAAW,EAAE;EAAO,CAAC,EACvB,CACEH,EAAE,CAAC,aAAa,EAAE;IAChBI,KAAK,EAAE;MACL,aAAa,EAAE,KAAK;MACpBC,IAAI,EAAE,MAAM;MACZC,GAAG,EAAEC,OAAO,CAAC,yBAAyB;IACxC,CAAC;IACDC,EAAE,EAAE;MAAEC,SAAS,EAAEV,GAAG,CAACW;IAAO;EAC9B,CAAC,CAAC,EACFV,EAAE,CAAC,aAAa,EAAE;IAChBI,KAAK,EAAE;MACL,aAAa,EAAE,KAAK;MACpBO,MAAM,EAAE,IAAI;MACZL,GAAG,EAAEC,OAAO,CAAC,gCAAgC;IAC/C;EACF,CAAC,CAAC,CACH,EACD,CACF,CAAC,CACF,CAAC,CACH,CAAC;AACJ,CAAC;AACD,IAAIK,eAAe,GAAG,CACpB,YAAY;EACV,IAAIb,GAAG,GAAG,IAAI;IACZC,EAAE,GAAGD,GAAG,CAACE,KAAK,CAACD,EAAE;EACnB,OAAOA,EAAE,CAAC,KAAK,EAAE;IAAEG,WAAW,EAAE;EAAc,CAAC,EAAE,CAC/CH,EAAE,CAAC,KAAK,EAAE;IAAEG,WAAW,EAAE;EAAa,CAAC,EAAE,CACvCH,EAAE,CAAC,KAAK,EAAE;IAAEG,WAAW,EAAE;EAAa,CAAC,EAAE,CACvCH,EAAE,CAAC,OAAO,EAAE;IACVG,WAAW,EAAE,WAAW;IACxBC,KAAK,EAAE;MAAES,IAAI,EAAE,MAAM;MAAEC,WAAW,EAAE;IAAc;EACpD,CAAC,CAAC,EACFd,EAAE,CAAC,KAAK,EAAE,CAACD,GAAG,CAACgB,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,CAC1B,CAAC,CACH,CAAC,CACH,CAAC;AACJ,CAAC,CACF;AACDjB,MAAM,CAACkB,aAAa,GAAG,IAAI;AAE3B,SAASlB,MAAM,EAAEc,eAAe"},"metadata":{},"sourceType":"module","externalDependencies":[]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"export default {\n name: \"reportingView\",\n data() {\n return {};\n },\n methods: {}\n};","map":{"version":3,"names":["name","data","methods"],"sources":["src/views/index/reporting.vue"],"sourcesContent":["<template>\r\n <div class=\"wrap\">\r\n <div class=\"title\">报备事项:</div>\r\n <div class=\"line\"></div>\r\n <div class=\"item\">\r\n <img src=\"@/assets/uncheck.png\" />\r\n <span>特殊情况绕路</span>\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"@/assets/uncheck.png\" />\r\n <span>事发地变更</span>\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"@/assets/uncheck.png\" />\r\n <span>目的地变更</span>\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"@/assets/uncheck.png\" />\r\n <span>其他报备</span>\r\n </div>\r\n <textarea class=\"multiple\" id=\"text-input\" rows=\"4\" cols=\"50\" placeholder=\"报备描述\"></textarea><br>\r\n <button onclick=\"showSelectedColor()\">提交</button>\r\n\r\n </div>\r\n</template>\r\n\r\n<script>\r\nexport default {\r\n name: \"reportingView\",\r\n data(){\r\n return{\r\n\r\n }\r\n },\r\n methods:{\r\n\r\n }\r\n}\r\n</script>\r\n\r\n<style scoped lang=\"scss\">\r\n.wrap {\r\n box-sizing: border-box;\r\n padding: 13px 24px 0;\r\n}\r\n\r\n.title {\r\n font-size: 14px;\r\n font-weight: 500;\r\n color: #323643;\r\n\r\n}\r\n.item{\r\n \r\n}\r\n.line {\r\n width: 100%;\r\n height: 2px;\r\n opacity: 0.16;\r\n border: 1px solid;\r\n margin-bottom: 10px;\r\n margin-top: 10px;\r\n border-image: linear-gradient(270deg, rgba(217, 217, 217, 0.6), rgba(178, 178, 178, 1), rgba(178, 178, 178, 1), rgba(217, 217, 217, 0.6)) 1 1;\r\n}\r\nimg{\r\n width: 16px;\r\n height: 16px;\r\n margin-right: 10px;\r\n}\r\n\r\n.multiple {\r\n width: 325px;\r\n height: 125px;\r\n background: #FAFAFA;\r\n border-radius: 3px;\r\n border: 1px solid #E6E6E6;\r\n backdrop-filter: blur(10px);\r\n padding: 10px;\r\n box-sizing: border-box;\r\n margin-top: 20px;\r\n}\r\n\r\nbutton {\r\n border: none;\r\n position: fixed;\r\n bottom: 30px;\r\n width: 337px;\r\n height: 48px;\r\n background: #354D93;\r\n border-radius: 5px;\r\n font-size: 15px;\r\n font-weight: 500;\r\n color: #FFFFFF;\r\n line-height: 48px;\r\n}\r\n</style>"],"mappings":"AA2BA;EACAA,IAAA;EACAC,KAAA;IACA,QAEA;EACA;EACAC,OAAA,GAEA;AACA"},"metadata":{},"sourceType":"module","externalDependencies":[]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"import CommonBtn from \"@/components/commonBtn.vue\";\nexport default {\n name: \"reportingView\",\n data() {\n return {\n isCheck: false,\n radio: '1',\n activeIcon: require('@/assets/check.png'),\n inactiveIcon: require('@/assets/uncheck.png')\n };\n },\n methods: {\n submit() {\n console.log(\"提交1111111111\");\n }\n },\n components: {\n CommonBtn\n }\n};","map":{"version":3,"names":["CommonBtn","name","data","isCheck","radio","activeIcon","require","inactiveIcon","methods","submit","console","log","components"],"sources":["src/views/index/reporting.vue"],"sourcesContent":["<template>\r\n <div class=\"wrap\">\r\n <div class=\"title\">报备事项:</div>\r\n <div class=\"line\"></div>\r\n <van-radio-group v-model=\"radio\">\r\n <van-radio name=\"1\">\r\n 单选框 1\r\n <img\r\n slot=\"icon\"\r\n slot-scope=\"props\"\r\n :src=\"props.checked ? activeIcon : inactiveIcon\"\r\n >\r\n </van-radio>\r\n <van-radio name=\"2\">\r\n 单选框 2\r\n <img\r\n slot=\"icon\"\r\n slot-scope=\"props\"\r\n :src=\"props.checked ? activeIcon : inactiveIcon\"\r\n >\r\n </van-radio>\r\n </van-radio-group>\r\n<!-- <div class=\"item\" @click=\"isCheck = !isCheck\">-->\r\n<!-- <img :src=\"isCheck ? require('@/assets/check.png') : require('@/assets/uncheck.png')\" />-->\r\n<!-- <span>特殊情况绕路</span>-->\r\n<!-- </div>-->\r\n<!-- <div class=\"item\">-->\r\n<!-- <img :src=\"isCheck ? require('@/assets/check.png') : require('@/assets/uncheck.png')\" />-->\r\n<!-- <span>事发地变更</span>-->\r\n<!-- </div>-->\r\n<!-- <div class=\"item\">-->\r\n<!-- <img :src=\"isCheck ? require('@/assets/check.png') : require('@/assets/uncheck.png')\" />-->\r\n<!-- <span>目的地变更</span>-->\r\n<!-- </div>-->\r\n<!-- <div class=\"item\">-->\r\n<!-- <img :src=\"isCheck ? require('@/assets/check.png') : require('@/assets/uncheck.png')\" />-->\r\n<!-- <span>其他报备</span>-->\r\n<!-- </div>-->\r\n <textarea class=\"multiple\" id=\"text-input\" rows=\"4\" cols=\"50\" placeholder=\"报备描述\"></textarea><br>\r\n <common-btn @submitClick=\"submit\" />\r\n </div>\r\n</template>\r\n\r\n<script>\r\nimport CommonBtn from \"@/components/commonBtn.vue\"\r\nexport default {\r\n name: \"reportingView\",\r\n data(){\r\n return{\r\n isCheck:false,\r\n radio: '1',\r\n activeIcon: require('@/assets/check.png'),\r\n inactiveIcon: require('@/assets/uncheck.png')\r\n }\r\n },\r\n methods:{\r\n submit(){\r\n console.log(\"提交1111111111\")\r\n }\r\n },\r\n components:{\r\n CommonBtn\r\n }\r\n}\r\n</script>\r\n\r\n<style scoped lang=\"scss\">\r\n@import \"@/styles/mixin.scss\";\r\n.wrap {\r\n box-sizing: border-box;\r\n padding: 13px 24px 0;\r\n width: 100%;\r\n height: 100%;\r\n}\r\n\r\n.title {\r\n @include fontWeightSize(500,14px);\r\n color: #323643;\r\n\r\n}\r\n.item{\r\n font-size: 14px;\r\n margin-bottom: 8px;\r\n display: flex;\r\n align-items: center;\r\n}\r\n.line {\r\n width: 100%;\r\n height: 2px;\r\n opacity: 0.16;\r\n border-top: 1px solid;\r\n margin-bottom: 10px;\r\n margin-top: 10px;\r\n border-image: linear-gradient(270deg, rgba(217, 217, 217, 0.6), rgba(178, 178, 178, 1), rgba(178, 178, 178, 1), rgba(217, 217, 217, 0.6)) 1 1;\r\n}\r\nimg{\r\n @include widHeiMar(16px,16px,10px);\r\n}\r\n\r\n.multiple {\r\n width: 100%;\r\n height: 125px;\r\n background: #FAFAFA;\r\n border-radius: 3px;\r\n border: 1px solid #E6E6E6;\r\n backdrop-filter: blur(10px);\r\n padding: 10px;\r\n box-sizing: border-box;\r\n margin-top: 20px;\r\n}\r\n\r\n\r\n</style>"],"mappings":"AA4CA,OAAAA,SAAA;AACA;EACAC,IAAA;EACAC,KAAA;IACA;MACAC,OAAA;MACAC,KAAA;MACAC,UAAA,EAAAC,OAAA;MACAC,YAAA,EAAAD,OAAA;IACA;EACA;EACAE,OAAA;IACAC,OAAA;MACAC,OAAA,CAAAC,GAAA;IACA;EACA;EACAC,UAAA;IACAZ;EACA;AACA"},"metadata":{},"sourceType":"module","externalDependencies":[]}

View File

@ -0,0 +1 @@
{"ast":null,"code":"import { isNaN } from './number';\nexport function isDate(val) {\n return Object.prototype.toString.call(val) === '[object Date]' && !isNaN(val.getTime());\n}","map":{"version":3,"names":["isNaN","isDate","val","Object","prototype","toString","call","getTime"],"sources":["E:/work/sino/sino-h5/node_modules/vant/es/utils/validate/date.js"],"sourcesContent":["import { isNaN } from './number';\nexport function isDate(val) {\n return Object.prototype.toString.call(val) === '[object Date]' && !isNaN(val.getTime());\n}"],"mappings":"AAAA,SAASA,KAAK,QAAQ,UAAU;AAChC,OAAO,SAASC,MAAMA,CAACC,GAAG,EAAE;EAC1B,OAAOC,MAAM,CAACC,SAAS,CAACC,QAAQ,CAACC,IAAI,CAACJ,GAAG,CAAC,KAAK,eAAe,IAAI,CAACF,KAAK,CAACE,GAAG,CAACK,OAAO,CAAC,CAAC,CAAC;AACzF"},"metadata":{},"sourceType":"module","externalDependencies":[]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"'use strict';\n\n/* eslint no-invalid-this: 1 */\nrequire(\"core-js/modules/es.array.push.js\");\nvar ERROR_MESSAGE = 'Function.prototype.bind called on incompatible ';\nvar slice = Array.prototype.slice;\nvar toStr = Object.prototype.toString;\nvar funcType = '[object Function]';\nmodule.exports = function bind(that) {\n var target = this;\n if (typeof target !== 'function' || toStr.call(target) !== funcType) {\n throw new TypeError(ERROR_MESSAGE + target);\n }\n var args = slice.call(arguments, 1);\n var bound;\n var binder = function () {\n if (this instanceof bound) {\n var result = target.apply(this, args.concat(slice.call(arguments)));\n if (Object(result) === result) {\n return result;\n }\n return this;\n } else {\n return target.apply(that, args.concat(slice.call(arguments)));\n }\n };\n var boundLength = Math.max(0, target.length - args.length);\n var boundArgs = [];\n for (var i = 0; i < boundLength; i++) {\n boundArgs.push('$' + i);\n }\n bound = Function('binder', 'return function (' + boundArgs.join(',') + '){ return binder.apply(this,arguments); }')(binder);\n if (target.prototype) {\n var Empty = function Empty() {};\n Empty.prototype = target.prototype;\n bound.prototype = new Empty();\n Empty.prototype = null;\n }\n return bound;\n};","map":{"version":3,"names":["require","ERROR_MESSAGE","slice","Array","prototype","toStr","Object","toString","funcType","module","exports","bind","that","target","call","TypeError","args","arguments","bound","binder","result","apply","concat","boundLength","Math","max","length","boundArgs","i","push","Function","join","Empty"],"sources":["C:/Users/zhouxueli/Desktop/scheduling-app/node_modules/function-bind/implementation.js"],"sourcesContent":["'use strict';\n\n/* eslint no-invalid-this: 1 */\n\nvar ERROR_MESSAGE = 'Function.prototype.bind called on incompatible ';\nvar slice = Array.prototype.slice;\nvar toStr = Object.prototype.toString;\nvar funcType = '[object Function]';\n\nmodule.exports = function bind(that) {\n var target = this;\n if (typeof target !== 'function' || toStr.call(target) !== funcType) {\n throw new TypeError(ERROR_MESSAGE + target);\n }\n var args = slice.call(arguments, 1);\n\n var bound;\n var binder = function () {\n if (this instanceof bound) {\n var result = target.apply(\n this,\n args.concat(slice.call(arguments))\n );\n if (Object(result) === result) {\n return result;\n }\n return this;\n } else {\n return target.apply(\n that,\n args.concat(slice.call(arguments))\n );\n }\n };\n\n var boundLength = Math.max(0, target.length - args.length);\n var boundArgs = [];\n for (var i = 0; i < boundLength; i++) {\n boundArgs.push('$' + i);\n }\n\n bound = Function('binder', 'return function (' + boundArgs.join(',') + '){ return binder.apply(this,arguments); }')(binder);\n\n if (target.prototype) {\n var Empty = function Empty() {};\n Empty.prototype = target.prototype;\n bound.prototype = new Empty();\n Empty.prototype = null;\n }\n\n return bound;\n};\n"],"mappings":"AAAA,YAAY;;AAEZ;AAAAA,OAAA;AAEA,IAAIC,aAAa,GAAG,iDAAiD;AACrE,IAAIC,KAAK,GAAGC,KAAK,CAACC,SAAS,CAACF,KAAK;AACjC,IAAIG,KAAK,GAAGC,MAAM,CAACF,SAAS,CAACG,QAAQ;AACrC,IAAIC,QAAQ,GAAG,mBAAmB;AAElCC,MAAM,CAACC,OAAO,GAAG,SAASC,IAAIA,CAACC,IAAI,EAAE;EACjC,IAAIC,MAAM,GAAG,IAAI;EACjB,IAAI,OAAOA,MAAM,KAAK,UAAU,IAAIR,KAAK,CAACS,IAAI,CAACD,MAAM,CAAC,KAAKL,QAAQ,EAAE;IACjE,MAAM,IAAIO,SAAS,CAACd,aAAa,GAAGY,MAAM,CAAC;EAC/C;EACA,IAAIG,IAAI,GAAGd,KAAK,CAACY,IAAI,CAACG,SAAS,EAAE,CAAC,CAAC;EAEnC,IAAIC,KAAK;EACT,IAAIC,MAAM,GAAG,SAAAA,CAAA,EAAY;IACrB,IAAI,IAAI,YAAYD,KAAK,EAAE;MACvB,IAAIE,MAAM,GAAGP,MAAM,CAACQ,KAAK,CACrB,IAAI,EACJL,IAAI,CAACM,MAAM,CAACpB,KAAK,CAACY,IAAI,CAACG,SAAS,CAAC,CACrC,CAAC;MACD,IAAIX,MAAM,CAACc,MAAM,CAAC,KAAKA,MAAM,EAAE;QAC3B,OAAOA,MAAM;MACjB;MACA,OAAO,IAAI;IACf,CAAC,MAAM;MACH,OAAOP,MAAM,CAACQ,KAAK,CACfT,IAAI,EACJI,IAAI,CAACM,MAAM,CAACpB,KAAK,CAACY,IAAI,CAACG,SAAS,CAAC,CACrC,CAAC;IACL;EACJ,CAAC;EAED,IAAIM,WAAW,GAAGC,IAAI,CAACC,GAAG,CAAC,CAAC,EAAEZ,MAAM,CAACa,MAAM,GAAGV,IAAI,CAACU,MAAM,CAAC;EAC1D,IAAIC,SAAS,GAAG,EAAE;EAClB,KAAK,IAAIC,CAAC,GAAG,CAAC,EAAEA,CAAC,GAAGL,WAAW,EAAEK,CAAC,EAAE,EAAE;IAClCD,SAAS,CAACE,IAAI,CAAC,GAAG,GAAGD,CAAC,CAAC;EAC3B;EAEAV,KAAK,GAAGY,QAAQ,CAAC,QAAQ,EAAE,mBAAmB,GAAGH,SAAS,CAACI,IAAI,CAAC,GAAG,CAAC,GAAG,2CAA2C,CAAC,CAACZ,MAAM,CAAC;EAE3H,IAAIN,MAAM,CAACT,SAAS,EAAE;IAClB,IAAI4B,KAAK,GAAG,SAASA,KAAKA,CAAA,EAAG,CAAC,CAAC;IAC/BA,KAAK,CAAC5B,SAAS,GAAGS,MAAM,CAACT,SAAS;IAClCc,KAAK,CAACd,SAAS,GAAG,IAAI4B,KAAK,CAAC,CAAC;IAC7BA,KAAK,CAAC5B,SAAS,GAAG,IAAI;EAC1B;EAEA,OAAOc,KAAK;AAChB,CAAC"},"metadata":{},"sourceType":"script","externalDependencies":[]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"ast":null,"code":"var render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(\"div\", {\n staticClass: \"wrap\"\n }, [_c(\"div\", {\n staticClass: \"navBar\"\n }, [_c(\"van-nav-bar\", {\n attrs: {\n title: \"开票通知详情\",\n \"left-arrow\": \"\",\n \"left-arrow-color\": \"#FFFFFF\",\n border: false,\n fixed: true,\n \"safe-area-inset-top\": true\n },\n on: {\n \"click-left\": _vm.onClickLeft\n }\n })], 1), _c(\"div\", {\n staticClass: \"contentWrap\"\n }, _vm._l(4, function (item, index) {\n return _c(\"div\", {\n key: index,\n staticClass: \"item\"\n }, [_c(\"div\", {\n staticClass: \"itemContent\"\n }, [_vm._v(\"ZDZD230630253236 拖车 128元\")]), _c(\"div\", {\n staticClass: \"line\"\n })]);\n }), 0)]);\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\nexport { render, staticRenderFns };","map":{"version":3,"names":["render","_vm","_c","_self","staticClass","attrs","title","border","fixed","on","onClickLeft","_l","item","index","key","_v","staticRenderFns","_withStripped"],"sources":["C:/Users/zhouxueli/Desktop/scheduling-app/src/views/index/invoicingDetail.vue"],"sourcesContent":["var render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _c(\"div\", { staticClass: \"wrap\" }, [\n _c(\n \"div\",\n { staticClass: \"navBar\" },\n [\n _c(\"van-nav-bar\", {\n attrs: {\n title: \"开票通知详情\",\n \"left-arrow\": \"\",\n \"left-arrow-color\": \"#FFFFFF\",\n border: false,\n fixed: true,\n \"safe-area-inset-top\": true,\n },\n on: { \"click-left\": _vm.onClickLeft },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"contentWrap\" },\n _vm._l(4, function (item, index) {\n return _c(\"div\", { key: index, staticClass: \"item\" }, [\n _c(\"div\", { staticClass: \"itemContent\" }, [\n _vm._v(\"ZDZD230630253236 拖车 128元\"),\n ]),\n _c(\"div\", { staticClass: \"line\" }),\n ])\n }),\n 0\n ),\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"],"mappings":"AAAA,IAAIA,MAAM,GAAG,SAASA,MAAMA,CAAA,EAAG;EAC7B,IAAIC,GAAG,GAAG,IAAI;IACZC,EAAE,GAAGD,GAAG,CAACE,KAAK,CAACD,EAAE;EACnB,OAAOA,EAAE,CAAC,KAAK,EAAE;IAAEE,WAAW,EAAE;EAAO,CAAC,EAAE,CACxCF,EAAE,CACA,KAAK,EACL;IAAEE,WAAW,EAAE;EAAS,CAAC,EACzB,CACEF,EAAE,CAAC,aAAa,EAAE;IAChBG,KAAK,EAAE;MACLC,KAAK,EAAE,QAAQ;MACf,YAAY,EAAE,EAAE;MAChB,kBAAkB,EAAE,SAAS;MAC7BC,MAAM,EAAE,KAAK;MACbC,KAAK,EAAE,IAAI;MACX,qBAAqB,EAAE;IACzB,CAAC;IACDC,EAAE,EAAE;MAAE,YAAY,EAAER,GAAG,CAACS;IAAY;EACtC,CAAC,CAAC,CACH,EACD,CACF,CAAC,EACDR,EAAE,CACA,KAAK,EACL;IAAEE,WAAW,EAAE;EAAc,CAAC,EAC9BH,GAAG,CAACU,EAAE,CAAC,CAAC,EAAE,UAAUC,IAAI,EAAEC,KAAK,EAAE;IAC/B,OAAOX,EAAE,CAAC,KAAK,EAAE;MAAEY,GAAG,EAAED,KAAK;MAAET,WAAW,EAAE;IAAO,CAAC,EAAE,CACpDF,EAAE,CAAC,KAAK,EAAE;MAAEE,WAAW,EAAE;IAAc,CAAC,EAAE,CACxCH,GAAG,CAACc,EAAE,CAAC,0BAA0B,CAAC,CACnC,CAAC,EACFb,EAAE,CAAC,KAAK,EAAE;MAAEE,WAAW,EAAE;IAAO,CAAC,CAAC,CACnC,CAAC;EACJ,CAAC,CAAC,EACF,CACF,CAAC,CACF,CAAC;AACJ,CAAC;AACD,IAAIY,eAAe,GAAG,EAAE;AACxBhB,MAAM,CAACiB,aAAa,GAAG,IAAI;AAE3B,SAASjB,MAAM,EAAEgB,eAAe"},"metadata":{},"sourceType":"module","externalDependencies":[]}

Some files were not shown because too many files have changed in this diff Show More