f22049537fb351e70bcfc4d8069a5e86.json 2.7 KB

1
  1. {"remainingRequest":"D:\\qianger\\7\\jindouyunNewFront\\node_modules\\babel-loader\\lib\\index.js!D:\\qianger\\7\\jindouyunNewFront\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\qianger\\7\\jindouyunNewFront\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\qianger\\7\\jindouyunNewFront\\src\\views\\stock\\component\\detailsFrame.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\qianger\\7\\jindouyunNewFront\\src\\views\\stock\\component\\detailsFrame.vue","mtime":1655374732000},{"path":"D:\\qianger\\7\\jindouyunNewFront\\babel.config.js","mtime":1655374732000},{"path":"D:\\qianger\\7\\jindouyunNewFront\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\qianger\\7\\jindouyunNewFront\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\qianger\\7\\jindouyunNewFront\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\qianger\\7\\jindouyunNewFront\\node_modules\\vue-loader\\lib\\index.js","mtime":1655715099000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KZXhwb3J0IGRlZmF1bHQgewogIG5hbWU6ICJEZXRhaWxzRnJhbWUiLAoKICBkYXRhKCkgewogICAgcmV0dXJuIHt9OwogIH0sCgogIGNyZWF0ZWQoKSB7fQoKfTs="},{"version":3,"mappings":";;;;;;;;;;;;;;;;;;;;;AAsBA;EACAA,oBADA;;EAEAC;IACA;EACA,CAJA;;EAKAC;;AALA","names":["name","data","created"],"sourceRoot":"src/views/stock/component","sources":["detailsFrame.vue"],"sourcesContent":["<template>\n <div class=\"module-box\">\n <p class=\"title\">基本信息</p>\n\n <!-- 基本信息 -->\n <slot name=\"basicInfo\"></slot>\n <!-- // 基本信息 -->\n\n <p class=\"title\">选择商品</p>\n\n <!-- 选择商品 -->\n <slot name=\"selectGoods\"></slot>\n <!-- // 选择商品 -->\n\n <!-- 底部确认出库按钮 -->\n <div v-if=\"$slots.footerButton\" class=\"confirm-outgoing\">\n <slot name=\"footerButton\"></slot>\n </div>\n </div>\n</template>\n\n<script>\n export default {\n name: \"DetailsFrame\",\n data() {\n return {};\n },\n created() {},\n };\n</script>\n\n<style scoped>\n .module-box {\n padding: 15px;\n background-color: #ffffff;\n padding-bottom: 65px;\n }\n .module-box .title {\n color: #333;\n font-size: 12px;\n line-height: 2;\n font-weight: 700;\n margin-bottom: 20px;\n border-bottom: 1px solid #e5e5e5;\n }\n\n /* 底部确认出库按钮 */\n .confirm-outgoing {\n width: calc(100% - 210px);\n height: 60px;\n line-height: 60px;\n text-align: center;\n background-color: #f9faff;\n position: fixed;\n z-index: 1999;\n bottom: 0;\n right: 0;\n }\n</style>\n"]}]}