index.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/components/do/b1-inspect-order-plan/Inspection.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/components/view/b1-inspection-order.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
index.html
@@ -9,10 +9,14 @@ <title>LIMS实验室管理系统</title> <link rel="icon" type="image/x-icon" href="./static/img/logo.png"> <link href="./static/luckysheet/plugins/css/pluginsCss.css" rel="stylesheet" /> <!-- <link href="./static/luckysheet/plugins/css/pluginsCss.css" rel="stylesheet" /> <link href="./static/luckysheet/plugins/plugins.css" rel="stylesheet" /> <link href="./static/luckysheet/css/luckysheet.css" rel="stylesheet" /> <link href="./static/luckysheet/assets/iconfont/iconfont.css" rel="stylesheet" /> <link href="./static/luckysheet/assets/iconfont/iconfont.css" rel="stylesheet" /> --> <link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/luckysheet/dist/plugins/css/pluginsCss.css' /> <link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/luckysheet/dist/plugins/plugins.css' /> <link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/luckysheet/dist/css/luckysheet.css' /> <link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/luckysheet/dist/assets/iconfont/iconfont.css' /> <style> #app{ overflow: hidden; @@ -26,7 +30,9 @@ <body> <div id="app"></div> <script type='text/javascript' src='http://10.16.173.59:81/web-apps/apps/api/documents/api.js'></script> <script src="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/plugins/js/plugin.js"></script> <script src="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/luckysheet.umd.js"></script> <!-- <script src="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/plugins/js/plugin.js"></script> <script src="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/luckysheet.umd.js"></script> --> <script src="https://cdn.jsdelivr.net/npm/luckysheet/dist/plugins/js/plugin.js"></script> <script src="https://cdn.jsdelivr.net/npm/luckysheet/dist/luckysheet.umd.js"></script> </body> </html> src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -274,7 +274,7 @@ </el-radio-group> </div> </div> <div class="center-box" id="nav" v-loading="tableLoading"> <div class="center-box" id="nav" v-loading="tableLoading" v-if="!tableLists.find(m=>m.templateId==currentTable)||tableLists.find(m=>m.templateId==currentTable).templateName!='温度循环检验原始记录'"> <table border="1" class="tables" cellpadding="10" v-for="(item,index) in tableList" :key="index"> <tbody> <tr v-for="(m,i) in item.arr" :key="i"> @@ -380,6 +380,9 @@ </tbody> </table> </div> <div class="center-box" v-loading="tableLoading" v-else> <h4>温度循环检验原始记录</h4> </div> <el-upload :action="action" :data="{ orderId:id src/components/view/b1-inspection-order.vue
@@ -343,7 +343,7 @@ <el-col style="font-weight: bold;"><span>规格型号: </span>{{ item.model }}</el-col> </el-row> <el-row style="margin-top: 1px;font-size: 14px;"> <el-col style="font-weight: bold;"><span>样品名称: </span>{{ item.sample }}</el-col> <el-col style="font-weight: bold;"><span>样品名称: </span>{{ item.sampleName }}</el-col> </el-row> <el-row style="margin-top: 1px;font-size: 14px;" class="ellipsis-multiline"> <el-col style="font-weight: bold;"><span>检测项目: </span>{{ item.item }}</el-col> @@ -389,9 +389,9 @@ <el-col><span>规格型号: </span>{{ item.model }}</el-col> </el-row> <el-row style="font-size: 8px;"> <el-col ><span>样品名称: </span>{{ item.sample }}</el-col> <el-col ><span>样品名称: </span>{{ item.sampleName }}</el-col> </el-row> <el-row style="font-size: 8px;"> <el-row style="font-size: 8px;width: 140px;"> <el-col class="ellipsis-multiline"><span>检测项目: </span>{{ item.item }}</el-col> </el-row> <el-row style="margin-top: 3px;font-size: 8px;">