From 0e1ad657c245811b682e6ab78947ae526860148c Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期三, 10 七月 2024 10:26:09 +0800 Subject: [PATCH] 检验任务-增加多线程计算 --- /dev/null | 1 static/js/worker.js | 1610 ++++++++++++++++++++++ src/main.js | 10 src/components/do/b1-inspect-order-plan/Inspection.vue | 216 -- src/components/do/b1-inspect-order-plan/Inspection-光纤带切换前.vue | 0 src/util/excelFountion.js | 2 src/components/do/b1-inspect-order-plan/Inspection - workerjs加入前.vue | 2389 +++++++++++++++++++++++++++++++++ 7 files changed, 4,057 insertions(+), 171 deletions(-) diff --git "a/src/components/do/b1-inspect-order-plan/Inspection - workerjs\345\212\240\345\205\245\345\211\215.vue" "b/src/components/do/b1-inspect-order-plan/Inspection - workerjs\345\212\240\345\205\245\345\211\215.vue" new file mode 100644 index 0000000..20cd50d --- /dev/null +++ "b/src/components/do/b1-inspect-order-plan/Inspection - workerjs\345\212\240\345\205\245\345\211\215.vue" @@ -0,0 +1,2389 @@ +<style scoped> + .inspection { + height: 100%; + overflow-y: auto; + } + + .inspection::-webkit-scrollbar { + width: 0; + } + + .title { + height: 60px; + line-height: 60px; + } + + .search { + width: 100%; + margin-bottom: 10px; + background-color: #fff; + border-radius: 3px; + } + + .search .form-inline { + padding-top: 20px; + padding-left: 50px; + } + + .center { + width: calc(100% - 40px); + /* max-height: 580px; */ + background-color: #fff; + border-radius: 3px; + padding: 20px; + overflow: auto; + } + + .center-box { + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; + flex-wrap: wrap; + width: 100%; + overflow-x: hidden; + /* overflow-x: scroll; */ + cursor: grab; + } + + .center-box:active{ + cursor: grabbing; + } + + .tables { + table-layout: fixed; + margin: 5px 5px 16px; + } + + .tables td { + height: 40px; + width: 100px; + text-align: center; + font-size: 14px; + word-wrap: break-word; + white-space: normal; + } + + .content { + display: flex; + height: 100%; + align-items: center; + justify-content: left; + padding: 5px; + box-sizing: border-box; + overflow: hidden; + user-select: none; + } + + .content *{ + user-select: none; + } + + .content-h-0 { + justify-content: center; + } + + .content-h-1 { + justify-content: start; + } + + .content-h-2 { + justify-content: end; + } + + .content-v-0 { + align-items: center; + } + + .content-v-1 { + align-items: start; + } + + .content-v-2 { + align-items: end; + } + + .table_input { + width: 100%; + height: 100%; + } + + .collection { + width: 50px; + height: 100%; + margin-left: 5px; + border-color: transparent; + background-color: #409eff; + color: #fff; + border-radius: 4px; + font-size: 12px; + } + + .collection:active { + opacity: .7; + } + .table_caret{ + font-size: 16px; + margin: 0 5px; + color: rgba(0, 0, 0, 0.1); + } + .table_caret:hover{ + color: #409eff; + cursor: pointer; + } + + .table_caret:active{ + opacity: .8; + } + >>>input::-webkit-inner-spin-button { + -webkit-appearance: none !important; /* 闅愯棌寰皟鎸夐挳 */ + margin: 0 !important; /* 绉婚櫎寰皟鎸夐挳鐨勮竟璺� */ + } + + >>>input[type=number] { + -moz-appearance: textfield !important; /* 閽堝 Firefox */ + } + >>>.el-form-item__content{ + display: inline-flex; + align-items: center; + } +</style> +<style> + .inspection .el-form-item__label { + color: #000; + } + + .inspection .el-drawer__header::before { + content: ""; + display: inline-block; + width: 4px; + height: 30.24px; + background: #3A7BFA; + border-radius: 10px; + margin-left: 32px; + margin-right: 8.5px; + } + + .inspection .el-drawer__header { + color: #303133; + } + + .inspection .el-input-group__append { + padding: 0 14px; + color: #3A7BFA; + background-color: #fff; + height: 100%; + display: flex; + align-items: center; + } + + .inspection .center-box .el-input__inner { + font-size: 12px; + padding: 0 6px; + text-align: center; + } + + .inspection .el-textarea__inner { + padding: 2px; + } + + .inspection .el-textarea__inner::-webkit-scrollbar { + width: 0; + } + + .inspection .el-select { + display: flex; + align-items: center; + } + + .inspection .el-textarea__inner { + min-height: 100% !important; + } + + .inspection .tables .el-input{ + display: flex; + align-items: center; + } +</style> +<template> + <div v-loading="loading" class="inspection"> + <el-row class="title"> + <el-col :span="12" style="padding-left: 20px;text-align: left;">妫�楠屽崟璇︽儏 + <!-- <span style="color: #3A7BFA;"> 鏍峰搧</span> + <span v-if="currentFiberOpticTape" style="color: #3A7BFA;"> - 鍏夌氦甯�</span> + <span v-if="currentFiberOptic" style="color: #3A7BFA;"> - 鍏夌氦</span> --> + </el-col> + <el-col :span="12" style="text-align: right;"> + <!-- <el-button size="small" type="primary" @click="fiberOpticVisible=true" v-if="fiberOptic.length>0">鍏夌氦鍒囨崲</el-button> + <el-button size="small" type="primary" @click="fiberOpticTapeVisible=true" v-if="fiberOpticTape.length>0">鍏夌氦甯﹀垏鎹�</el-button> + <el-button size="small" type="primary" @click="bushingVisible=true" v-if="bushing.length>0">濂楃鍒囨崲</el-button> --> + <el-button size="small" type="primary" @click="sampleVisible=true">鏍峰搧鍒囨崲</el-button> + <el-button size="small" type="primary" @click="taskVisible=true">浠诲姟鍒囨崲</el-button> + <el-button size="small" type="primary" @click="addVerifyDia = true" v-show="state==1" + :loading="submitLoading">鎻愪氦</el-button> + <!-- 澶嶆牳 --> + <el-button size="medium" type="primary" @click="upInsReview(1)" :loading="reviewLoading" + v-show="state>1">閫氳繃</el-button> + <el-button size="medium" @click="upInsReview(0)" v-show="state>1">涓嶉�氳繃</el-button> + <el-button size="small" @click="$emit('goback')">杩斿洖</el-button> + </el-col> + </el-row> + <div class="search"> + <el-form :inline="true" :model="searchForm" class="form-inline" label-width="100px"> + <el-form-item label="濮旀墭缂栧彿:"> + <el-input clearable v-model="insOrder.entrustCode" disabled size="small" placeholder="璇疯緭鍏�"></el-input> + </el-form-item> + <el-form-item label="鏍峰搧缂栧彿:"> + <el-input clearable v-model="currentSample.sampleCode" disabled size="small" placeholder="璇疯緭鍏�"></el-input> + </el-form-item> + <el-form-item label="鏍峰搧鍚嶇О:"> + <el-input clearable v-model="currentSample.sample" disabled size="small" placeholder="璇疯緭鍏�"></el-input> + </el-form-item> + <el-form-item label="鏍峰搧鏁伴噺:"> + <el-input clearable v-model="sampleProduct.length" disabled size="small" placeholder="璇疯緭鍏�"></el-input> + </el-form-item> + <el-form-item label="涓嬪彂鏃堕棿:"> + <el-input clearable v-model="insOrder.sendTime" disabled size="small" placeholder="璇疯緭鍏�"></el-input> + </el-form-item> + <el-form-item label="绱ф�ョ▼搴�:"> + <el-input clearable v-model="insOrder.typeName" disabled size="small" placeholder="璇疯緭鍏�"></el-input> + </el-form-item> + <el-form-item label="绾﹀畾鏃堕棿:"> + <el-input clearable v-model="insOrder.appointed" disabled size="small" placeholder="璇疯緭鍏�"></el-input> + </el-form-item> + <el-form-item label="褰撳墠鏍峰搧浣嶆暟:"> + <el-tag v-if="currentKey">{{ `NO.${currentKey}` }}</el-tag> + </el-form-item> + </el-form> + </div> + <div class="center"> + <div class="search" style="text-align: left;display: flex;align-items: center;justify-content: space-between;overflow-x: auto;"> + <div style="display: flex;align-items: center;"> + <span v-if="tableList.length>0">妫�楠屾ā鏉匡細</span> + <el-radio-group v-model="currentTable" size="small"> + <el-radio-button :label="item.templateId" v-for="(item,index) in tableLists" :key="index" + size="small">{{ item.templateName }}</el-radio-button> + </el-radio-group> + </div> + <div style="display: flex;align-items: center;"> + <span v-if="fibers.length>0"> 鍏夌氦甯︼細</span> + <el-radio-group v-model="currentTab" size="small" v-if="fibers.length>0" @input="m=>handleChange(m,1)"> + <el-radio-button :label="item.id" v-for="(item,index) in fibers" :key="index" + size="small">{{ item.code }}</el-radio-button> + </el-radio-group> + <span v-if="fiber.length>0"> 鍏夌氦锛�</span> + <el-radio-group v-model="currentTab" size="small" v-if="fiber.length>0" @input="m=>handleChange(m,2)"> + <el-radio-button :label="item.id" v-for="(item,index) in fiber" :key="index" + size="small">{{ item.color }}</el-radio-button> + </el-radio-group> + <el-form :inline="true" :model="otherForm" class="form-inline" label-width="50px" style="padding-top: 0;padding-left: 10px;" v-if="PROJECT=='妫�娴嬩腑蹇�'"> + <el-form-item label="娓╁害:" style="margin-bottom: 0;"> + <el-input clearable v-model="otherForm.temperature" size="small" placeholder="" style="width: 50px;" @change="m=>subOtherForm(m,'temperature')"></el-input> + <span style="margin-left: 4px;">鈩�</span> + </el-form-item> + <el-form-item label="婀垮害:" style="margin-bottom: 0;"> + <el-input clearable v-model="otherForm.humidity" size="small" placeholder="" style="width: 50px;" @change="m=>subOtherForm(m,'humidity')"></el-input> + <span style="margin-left: 4px;">%</span> + </el-form-item> + </el-form> + </div> + </div> + <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"> + <td :id='item.templateId+"-"+n.i+"-"+n.r+"-"+n.c' v-for="(n,j) in m" :key="j" + v-if="n.v.mc==undefined || Object.keys(n.v.mc).length === 4" :colspan="n.v.mc&&n.v.mc.cs?n.v.mc.cs:1" + :rowspan="n.v.mc&&n.v.mc.rs?n.v.mc.rs:1" + :style="`background:${n.v.bg?n.v.bg:''};color:${n.v.fc};font-size:${n.v.fs}px;width:${handleWidth(n)}px !important;height:${item.style.rowlen[n.r]}px;font-wight:${n.v.bl?'bold':''};`"> + <div class="content" :class="`content-h-${n.v.ht} content-v-${n.v.vt}`" + :style="`width:${handleWidth(n)}px !important;min-height:${item.style.rowlen[n.r]}px;`"> + <template v-if="n.v.ps!=undefined && n.v.ps.value==='妫�楠屽��' && state==1"> + <el-input v-if="getInspectionValueType(n.i) == 1" class="table_input" v-model="n.v.v" + :disabled="getInspectionItemType(n.i) == 1 || (n.u != userId && n.u != undefined && n.u != '')" + @input="handleInput(n)" @blur="bigNum(n)" + @change="m=>changeInput(m,`${item.templateId}-${n.r}-${n.c}-${n.i}`)" @mousewheel.native.prevent :key="'abc-'+'000'+index+'000'+i+'000'+j"> + <el-button slot="append" type="primary" icon="el-icon-edit" size="mini" + v-if="getInspectionItemType(n.i) == 1" @click="getSystemValue(n)"></el-button> + </el-input> + <el-input v-else-if="getInspectionValueType(n.i) == 2" class="table_input" type="textarea" + v-model="n.v.v" + :disabled="getInspectionItemType(n.i) == 1 || (n.u != userId && n.u != undefined && n.u != '')" + @change="m=>changeInput(m,`${item.templateId}-${n.r}-${n.c}-${n.i}`)" /> + <el-select v-else-if="getInspectionValueType(n.i) == 5" class="table_input" v-model="n.v.v" + :disabled="state>1" @visible-change="e=>getDic(e,n.i)" + @change="m=>changeInput(m,`${item.templateId}-${n.r}-${n.c}-${n.i}`)"> + <el-option v-for="(e, i) in enumList" :key="i" :label="e.label" :value="e.value"></el-option> + </el-select> + <span :style="`font-family:${n.v.ff} !important;`" + v-else-if="getInspectionValueType(n.i) == 4">/</span> + </template> + <template v-else-if="n.v.ps!=undefined && n.v.ps.value==='缁撹'"> + <el-select v-if="(getInspectionValueType(n.i) == 2 || getInspectionValueType(n.i) == 5) && state==1&&PROJECT=='瑁呭鐢电紗'" + class="table_input" v-model="n.v.v" @change="saveInsContext()"> + <el-option label="鍚堟牸" :value="1"></el-option> + <el-option label="涓嶅悎鏍�" :value="0"></el-option> + </el-select> + <template v-if="PROJECT=='妫�娴嬩腑蹇�'||PROJECT=='瑁呭鐢电紗'&&getInspectionValueType(n.i) != 2 "> + <span v-if="n.v.v===1" :style="`font-family:${n.v.ff} !important;color: green;`">鍚堟牸</span> + <span v-else-if="n.v.v===0" :style="`font-family:${n.v.ff} !important;color: red;`">涓嶅悎鏍�</span> + <span v-else :style="`font-family:${n.v.ff} !important;`">寰呭畾</span> + </template> + </template> + <template v-else-if="n.v.ps!=undefined && n.v.ps.value==='璁惧缂栫爜' && state==1"> + <el-select v-model="n.v.v" placeholder="璁惧" @visible-change="e=>getEquipOptions(e,n.i)" remote + @change="(val)=>changeEquip(val, n)"> + <el-option v-for="item in equipOptions" :key="item.value" :label="item.value" :value="item.value"> + </el-option> + </el-select> + </template> + <template v-else-if="n.v.ps!=undefined && n.v.ps.value==='瑕佹眰鍊�' && state==1"> + <span :style="`font-family:${n.v.ff} !important;`">{{getTell(n.i)}}</span> + </template> + <template v-else-if="n.v.ps!=undefined && n.v.ps.value==='鏈�缁堝��' && state==1"> + <!-- <el-input class="table_input" type="textarea" + :disabled="getInspectionItemType(n.i) == 1 || (n.u != userId && n.u != undefined && n.u != '')" + v-model="n.v.v" @change="saveInsContext()" v-if="getInspectionValueType(n.i) == 2"></el-input> + <el-select v-else-if="getInspectionValueType(n.i) == 5" class="table_input" v-model="n.v.v" + :disabled="state>1" @visible-change="e=>getDic(e,n.i)" @change="saveInsContext()"> + <el-option v-for="(e, i) in enumList" :key="i" :label="e.label" :value="e.value"></el-option> + </el-select> --> + <span :style="`font-family:${n.v.ff} !important;`">{{ toFixed(n.v.v,n.v.ct) }}</span> + </template> + <template v-else-if="n.v.ps!=undefined && n.v.ps.value==='鏍峰搧缂栧彿'"> + <div style="display: flex;flex-wrap: nowrap;align-items: center;width: 100%" :title="currentSample.sampleCode"> + <i class="el-icon-caret-left table_caret" style="width: 16px;" @click="caretSample(-1)" v-if="!currentFiberOpticTape&&!currentFiberOptic"></i> + <div :style="`font-family:${n.v.ff} !important;overflow: hidden;white-space: nowrap;width: calc(100% - 32px);`">{{currentSample.sampleCode}}</div> + <i class="el-icon-caret-right table_caret" style="width: 16px;" + v-if="!currentFiberOpticTape&&!currentFiberOptic"@click="caretSample(1)"></i> + </div> + </template> + <template v-else-if="n.v.ps!=undefined && n.v.ps.value==='鏍峰搧鍨嬪彿'"> + <div :style="`font-family:${n.v.ff} !important;`" v-if="currentSample.model!==undefined&¤tSample.model!==null">{{currentSample.model}}</div> + </template> + <template v-else-if="n.v.ps!=undefined && n.v.ps.value==='濂楃'"> + <div style="display: flex;flex-wrap: nowrap;align-items: center;"> + <!-- <i class="el-icon-caret-left table_caret" @click="caretBushing(-1)"></i> --> + <div :style="`font-family:${n.v.ff} !important;`">{{currentBushing?currentBushing.color:''}}</div> + <!-- <i class="el-icon-caret-right table_caret" @click="caretBushing(1)"></i> --> + </div> + </template> + <template v-else-if="n.v.ps!=undefined && n.v.ps.value==='鍏夌氦甯�'"> + <div style="display: flex;flex-wrap: nowrap;align-items: center;"> + <i class="el-icon-caret-left table_caret" @click="caretTape(-1) + " v-if="currentFiberOpticTape"></i> + <div :style="`font-family:${n.v.ff} !important;`">{{currentFiberOpticTape?currentFiberOpticTape.code:''}}</div> + <i class="el-icon-caret-right table_caret" + v-if="currentFiberOpticTape" + @click="caretTape(1)"></i> + </div> + </template> + <template v-else-if="n.v.ps!=undefined && n.v.ps.value==='鍏夌氦'"> + <div style="display: flex;flex-wrap: nowrap;align-items: center;"> + <i class="el-icon-caret-left table_caret" @click="caretOptic(-1)" + v-if="currentFiberOptic"></i> + <div :style="`font-family:${n.v.ff} !important;`">{{currentFiberOptic?currentFiberOptic.color:''}} + </div> + <i + v-if="currentFiberOptic" class="el-icon-caret-right table_caret" @click="caretOptic(1)"></i> + </div> + </template> + <span v-else :style="`font-family:${n.v.ff} !important;`" v-html="getValue(n.v)" ></span> + </div> + </td> + </tr> + </tbody> + </table> + </div> + <div class="center-box" v-loading="tableLoading" v-else> + <el-divider></el-divider> + <h4 style="margin-bottom: 20px;font-size: 24px;font-weight: 400;">娓╁害寰幆妫�楠屽師濮嬭褰�</h4> + <el-form :inline="true" :model="wareForm" class="form-inline" label-width="100px" style="justify-content: flex-start;display: flex;align-items: center;width: 100%;"> + <el-form-item label="鍨嬪彿:" style="margin-bottom: 0;"> + <el-input clearable v-model="wareForm0.model" disabled size="small" placeholder=""></el-input> + </el-form-item> + <el-form-item label="璇曢獙鏂规硶:" style="margin-bottom: 0;"> + <el-input clearable v-model="wareForm0.methodName" disabled size="small" placeholder=""></el-input> + </el-form-item> + <!-- <el-form-item label="妫�娴嬩緷鎹�:" style="margin-bottom: 0;"> + <el-input clearable v-model="wareForm0.sample" disabled size="small" placeholder=""></el-input> + </el-form-item> --> + <el-form-item label="寰幆娆℃暟:" style="margin-bottom: 0;"> + <el-select v-model="wareForm.inspectionItem" placeholder="璇烽�夋嫨" size="small" @change="m=>wareFormChange(m,'inspectionItem')"> + <el-option + v-for="item in numOptions" + :key="item.value" + :label="item.label" + :value="item.value"> + </el-option> + </el-select> + </el-form-item> + <el-form-item label="娓╁害:" style="margin-bottom: 0;"> + <el-select v-model="wareForm.inspectionItemSubclass" placeholder="璇烽�夋嫨" size="small" @change="m=>wareFormChange(m,'inspectionItemSubclass')"> + <el-option + v-for="item in temperatureOptions" + :key="item.value" + :label="item.label" + :value="item.value"> + </el-option> + </el-select> + <span style="margin-left: 4px;">鈩�</span> + </el-form-item> + </el-form> + <el-divider></el-divider> + <el-form :inline="true" :model="equipForm" label-width="100px" style="justify-content: flex-start;display: flex;align-items: center;width: 100%;"> + <el-form-item label="浠櫒鍚嶇О:"> + <el-input clearable v-model="equipForm.value0" disabled size="small" placeholder=""></el-input> + </el-form-item> + <el-form-item label="浠櫒缂栧彿:"> + <el-select v-model="equipForm.code0" placeholder="璇烽�夋嫨" size="small"> + <el-option + v-for="item in equipOptions" + :key="item.value" + :label="item.value" + :value="item.value"> + </el-option> + </el-select> + </el-form-item> + <el-form-item label="浠櫒鍚嶇О:" > + <el-input clearable v-model="equipForm.value1" disabled size="small" placeholder=""></el-input> + </el-form-item> + <el-form-item label="浠櫒缂栧彿:"> + <el-select v-model="equipForm.code1" placeholder="璇烽�夋嫨" size="small"> + <el-option + v-for="item in equipOptions" + :key="item.value" + :label="item.value" + :value="item.value"> + </el-option> + </el-select> + </el-form-item> + </el-form> + <el-table + :data="wareTableData" + ref="wareTableData" + border + v-loading="wareTableDataLoading" + style="width: 100%;margin-bottom: 30px;" align="center"> + <el-table-column + label="搴忓彿" + type="index" + width="65" + align="center" + > + </el-table-column> + <el-table-column + prop="bushColor" + label="绠¤壊鏍�" + width="120" + align="center"> + </el-table-column> + <el-table-column + prop="code" + label="鍏夌氦甯︾紪鍙�" + width="150" + align="center"> + </el-table-column> + <el-table-column + prop="color" + label="鍏夌氦鑹叉爣" + align="center" + width="120"> + </el-table-column> + <el-table-column + prop="inspectionItemClass" + label="鍏夌氦椤圭洰" + align="center" + width="130"> + </el-table-column> + <el-table-column + prop="value0" + label="澶栫" + align="center" + width="130"> + <template slot-scope="scope"> + <el-input size="small" v-model="scope.row.value0" placeholder="" @change="m=>changeItem(scope.row)"></el-input> + </template> + </el-table-column> + <el-table-column + prop="value1" + label="鍐呯" + align="center" + width="130"> + <template slot-scope="scope"> + <el-input size="small" v-model="scope.row.value1" placeholder="" @change="m=>changeItem(scope.row)"></el-input> + </template> + </el-table-column> + <el-table-column + prop="comValue" + align="center" + label="骞冲潎鍊�" + min-width="150"> + </el-table-column> + <el-table-column + prop="resValue" + label="琛板噺宸�" + align="center" + v-if="wareForm.inspectionItemSubclass!='20(甯告俯)'" + min-width="150"> + </el-table-column> + <el-table-column + prop="insResult" + label="缁撹" + align="center" + min-width="150" v-if="wareForm.inspectionItemSubclass!='20(甯告俯)'"> + <template slot-scope="scope"> + <span v-if="scope.row.insResult===1" style="color: green;">鍚堟牸</span> + <span v-else-if="scope.row.insResult===0" style="color: red;">涓嶅悎鏍�</span> + <span v-else>寰呭畾</span> + </template> + </el-table-column> + </el-table> + </div> + <el-upload :action="action" + :data="{ + orderId:id + }" + v-show="state==1&&fileAdd" + :on-success="handleSuccessUp" :show-file-list="false" + accept='.jpg,.jpeg,.png,.gif,.doc,.docx,.xls,.xlsx,.ppt,.pptx,.pdf,.zip,.rar' :headers="headers" :on-change="beforeUpload" + style="width: 80px !important;" + :on-error="onError" ref='upload'> + <el-button size="small" type="primary">闄勪欢涓婁紶</el-button></el-upload> + <ValueTable class="value-table" ref="fileList" :url="$api.insOrderPlan.getFileList" + :componentData="componentData0" + :delUrl="$api.insOrderPlan.delfile" + :key="upIndex" style="height: 100%;margin-top: 16px;"/> + </div> + <el-drawer title="鍏夌氦鍒囨崲" :visible.sync="fiberOpticVisible" :size="500"> + <el-table class="el-table" ref="fiberOpticTable" :data="fiberOptic" height="100%" tooltip-effect="dark" border + highlight-current-row @row-click="handleChangeOptic" :row-class-name="tableRowClassName" + :current-row-key="currentKey2" :row-key="record=>record.index" v-if="fiberOpticVisible"> + <el-table-column type="index" align="center" label="搴忓彿" width="70px" :key="Math.random()"> + </el-table-column> + <el-table-column prop="bushColor" label="绠″鑹叉爣" min-width="100px" show-overflow-tooltip></el-table-column> + <el-table-column prop="color" label="鍏夌氦鑹叉爣" min-width="100px" show-overflow-tooltip></el-table-column> + <el-table-column prop="model" label="鍏夌氦瑙勬牸" min-width="130px" show-overflow-tooltip + ></el-table-column> + <el-table-column prop="standard" label="鍙傝�冩爣鍑�" width="100px" show-overflow-tooltip></el-table-column> + </el-table> + </el-drawer> + <el-drawer title="鍏夌氦甯﹀垏鎹�" :visible.sync="fiberOpticTapeVisible" :size="500"> + <el-table class="el-table" ref="fiberOpticTapeTable" :data="fiberOpticTape" height="100%" tooltip-effect="dark" border + highlight-current-row @row-click="handleChangeTape" :row-class-name="tableRowClassName" + :current-row-key="currentKey1" :row-key="record=>record.index" v-if="fiberOpticTapeVisible"> + <el-table-column type="index" align="center" label="搴忓彿" width="70px" :key="Math.random()"> + </el-table-column> + <el-table-column prop="code" label="鍏夌氦甯︾紪鍙�" min-width="110px" show-overflow-tooltip></el-table-column> + <el-table-column prop="model" label="鍏夌氦甯﹁鏍�" min-width="110px" show-overflow-tooltip></el-table-column> + <el-table-column prop="standard" label="鍙傝�冩爣鍑�" width="90px" show-overflow-tooltip></el-table-column> + <el-table-column prop="num" label="鍏夌氦妫�娴嬮噺" min-width="110px" show-overflow-tooltip + ></el-table-column> + </el-table> + </el-drawer> + <el-drawer title="濂楃鍒囨崲" :visible.sync="bushingVisible" :size="500"> + <el-table class="el-table" ref="bushingTable" :data="bushing" height="100%" tooltip-effect="dark" border + highlight-current-row @row-click="handleChangeBushing" :row-class-name="tableRowClassName" + :current-row-key="currentKey0" :row-key="record=>record.index" v-if="bushingVisible"> + <el-table-column type="index" align="center" label="搴忓彿" width="70px" :key="Math.random()"> + </el-table-column> + <el-table-column prop="color" label="绠¤壊鏍�" min-width="100px" show-overflow-tooltip></el-table-column> + <el-table-column prop="standNum" label="鏍囬噺" min-width="100px" show-overflow-tooltip></el-table-column> + <el-table-column prop="testNum" label="娴嬭瘯閲�" min-width="100px" show-overflow-tooltip></el-table-column> + </el-table> + </el-drawer> + <el-drawer title="鏍峰搧鍒囨崲" :visible.sync="sampleVisible" :size="500"> + <el-table class="el-table" ref="productTable" :data="sampleProduct" height="100%" tooltip-effect="dark" border + highlight-current-row @row-click="handleChangeSample" :row-class-name="tableRowClassName" + :current-row-key="currentKey" :row-key="record=>record.index" v-if="sampleVisible"> + <el-table-column type="index" align="center" label="搴忓彿" width="70px" :key="Math.random()"> + </el-table-column> + <el-table-column prop="sampleCode" label="鏍峰搧缂栧彿" min-width="100px" show-overflow-tooltip></el-table-column> + <el-table-column prop="model" label="鏍峰搧鍨嬪彿" min-width="100px" show-overflow-tooltip></el-table-column> + <el-table-column prop="insState" label="妫�娴嬬姸鎬�" width="100px" show-overflow-tooltip> + <template slot-scope="scope"> + <el-tag v-for="(item, i) in typeList" :key="i" v-if="item.value == scope.row.insState" :type="item.type" + size="medium" style="margin-right: 5px;">{{item.label}}</el-tag> + </template> + </el-table-column> + <el-table-column prop="isLeave" label="鏄惁鐣欐牱" width="95px" show-overflow-tooltip align="center"> + <template slot-scope="scope"> + <span>{{ scope.row.isLeave==0?'鍚�':'鏄�' }}</span> + </template> + </el-table-column> + <!-- 妫�楠屽崟浼氭湁涓�涓槸鍚︽湁閰嶅鏍峰搧瀛楁鎺у埗鏄剧ず --> + <el-table-column prop="joinModel" label="閰嶅鏍峰搧鍨嬪彿" min-width="130px" show-overflow-tooltip + v-if="insOrder.mating>0"></el-table-column> + <el-table-column prop="joinName" label="閰嶅鏍峰搧鍚嶇О" min-width="130px" show-overflow-tooltip + v-if="insOrder.mating>0"></el-table-column> + <el-table-column prop="joinNum" label="閰嶅鏍峰搧鏁伴噺" min-width="130px" show-overflow-tooltip + v-if="insOrder.mating>0"></el-table-column> + </el-table> + </el-drawer> + <el-drawer title="浠诲姟鍒囨崲" :visible.sync="taskVisible" :size="500"> + <ValueTable class="value-table" ref="insOrderPlan" :url="$api.insOrderPlan.inspectionOrderDetailsTaskSwitching" + :componentData="componentData" :key="upIndex" style="height: 100%;"/> + </el-drawer> + <el-dialog title="妫�楠屽鏍�" :visible.sync="reviewDia" width="500px"> + <div class="body" style="display: flex;padding: 10px;" v-if="reviewDia"> + <div class="search_label" style="width: 150px;"><span class="required-span">* </span>涓嶉�氳繃鐨勭悊鐢憋細</div> + <div class="search_input" style="width: 100%;"> + <el-input size="small" clearable v-model="noReason" type="textarea" :autosize="{ minRows: 4}"></el-input> + </div> + </div> + <span slot="footer" class="dialog-footer"> + <el-button @click="reviewDia = false">鍙� 娑�</el-button> + <el-button type="primary" @click="handleReviewDia" :loading="reviewLoading">纭� 瀹�</el-button> + </span> + </el-dialog> + <el-dialog title="鎸囧畾澶嶆牳浜哄憳" :visible.sync="addVerifyDia" width="400px"> + <div class="body" style="display: flex;padding: 10px;align-items: center;"> + <div class="search_label" style="width: 150px;"><span class="required-span">*</span>澶嶆牳浜�</div> + <div class="search_input" style="width: 100%;"> + <el-select v-model="verifyUser" placeholder="璇烽�夋嫨" size="small" style="width: 100%;" clearable filterable> + <el-option v-for="(item,i) in personList" :key="i" :label="item.label" :value="item.value"> + </el-option> + </el-select> + </div> + </div> + <span slot="footer" class="dialog-footer"> + <el-button @click="addVerifyDia = false">鍙� 娑�</el-button> + <el-button type="primary" @click="submit()">纭� 瀹�</el-button> + </span> + </el-dialog> + </div> +</template> + +<script> + import ValueTable from '../../tool/value-table.vue' + import file from '../../../util/file' + import excelFunction from '../../../util/excelFountion' + export default { + props: ['sonLaboratory', 'orderId', 'state'], + components: { + ValueTable, + }, + data() { + return { + wareTableDataLoading:false, + fileAdd:false, + sampleVisible: false, + taskVisible: false, + submitLoading: false, + searchForm: { + sampleName: null, + state: null + }, + id: 0, + componentData: { + entity: { + sonLaboratory: null, + userId: 0 + }, + isIndex: false, + showSelect: false, + select: false, + selectMethod: 'handleChangeTask', + sort: false, + do: [], + isPage: false, + linkEvent: {}, + tagField: { + type: { + select: [] + }, + insState: { + select: [] + }, + }, + currentId: '', + selectField: {}, + requiredAdd: [], + requiredUp: [] + }, + componentData0: { + entity: { + insOrderId:'' + }, + isIndex: true, + showSelect: false, + select: false, + sort: false, + init:false, + do: [ + { + id: 'handleDown', + font: '涓嬭浇', + type: 'text', + method: 'handleDown' + },{ + id: 'delete', + font: '鍒犻櫎', + type: 'text', + method: 'doDiy', + disabFun: (row, index) => { + return this.state!=1 + } + } + ], + isPage: false, + linkEvent: {}, + tagField: { + type:{ + select:[ + { + value: 1, + label: '鍥剧墖' + }, + { + value: 2, + label: '鏂囦欢' + } + ] + } + }, + currentId: '', + selectField: {}, + requiredAdd: [], + requiredUp: [] + }, + upIndex: 0, + insOrder: {}, + sampleProduct: [], + typeList: [], + urgentList: [], + currentSample: {}, //褰撳墠鏍峰搧淇℃伅 + tableList: [], + loading: false, + ps: {}, + param: {}, + currentKey: 1, + currentKey0: 1, + currentKey1: 1, + currentKey2: 1, + comparisonList: [], + excelMethodList: [], + equipOptions: [], + userId: 0, + reviewLoading: false, + reviewDia: false, + noReason: '', + tableWidth: 1000, + currentTable: null, + tableLists: [], + widthList: [], + addVerifyDia: false, + verifyUser: null, + personList: [], + enumList: [], + fiberOpticVisible:false, + fiberOpticTapeVisible:false, + bushingVisible:false, + fiberOpticTape:[],//鍏夌氦甯﹀垪琛� + fiberOptic:[],//鍏夌氦鍒楄〃 + bushing:[],//濂楃鍒楄〃 + currentFiberOpticTape:null,//褰撳墠鍏夌氦甯� + currentFiberOptic:null,//褰撳墠鍏夌氦 + currentBushing:null,//褰撳墠濂楃 + tableLoading:false, + upLoading:false, + temptList:null, + fiber:[], + fibers:[], + currentTab:null, + wareForm:{ + inspectionItem:1, + inspectionItemSubclass:'20(甯告俯)', + }, + wareForm0:{}, + numOptions:[], + temperatureOptions:[], + wareTableData:[ + {} + ], + otherForm:{ + humidity:null, + temperature:null, + }, + equipForm:{ + value0:null, + code0:null, + value1:null, + code1:null, + }, + } + }, + computed: { + headers() { + return { + 'token': sessionStorage.getItem('token') + } + }, + action() { + return this.javaApi + this.$api.insOrderPlan.uploadFile + } + }, + created() { + this.componentData.entity.sonLaboratory = this.sonLaboratory; + this.id = this.orderId; + this.getUserInfo() + }, + mounted() { + this.getTypeDicts() + this.getInsStateDicts() + this.getComparisonList() + this.getAuthorizedPerson() + this.scrollInit() + this.getPower() + }, + watch: { + id(val) { + this.loading = true + this.$axios.post(this.$api.insOrderPlan.doInsOrder, { + id: val, + laboratory: this.sonLaboratory + }).then(async res => { + this.insOrder = res.data.insOrder; + this.componentData0.entity.insOrderId = val; + this.$refs.fileList.selectList() + this.urgentList.forEach(m => { + if (m.value == this.insOrder.type) { + this.insOrder.typeName = m.label + } + }) + this.loading = false + if(!res.data.sampleProduct||res.data.sampleProduct.length==0){ + return this.$message.error('璇ヤ换鍔℃病鏈夋牱鍝佷俊鎭�') + } + this.sampleProduct = res.data.sampleProduct + this.currentSample = this.HaveJson(this.sampleProduct[0]) + let insProduct = this.HaveJson(this.currentSample.insProduct) + if(insProduct&&insProduct.length>0){ + let {temperature,humidity} = insProduct[0]; + this.otherForm = { + temperature:temperature?temperature:null, + humidity:humidity?humidity:null, + } + } + let list = await this.getCurrentProduct(this.currentSample.id,0) + this.currentSample.insProduct = this.HaveJson(list) + // console.log(this.currentSample) + this.currentSample.insProduct.forEach(a => { + this.param[a.id] = { + insValue: [], + comValue: [], + resValue: null, + equipValue: [], + equipName: [], + insResult: null + } + }) + this.getReportModel(this.currentSample.id) + if (this.currentSample.index == undefined) this.currentSample['index'] = 1 + let bushing = this.currentSample.bushing + this.getTableLists(); + this.componentData.currentId = val; + this.currentKey = 1; + + // 娓呯┖鍏夌氦閰嶇疆鐩稿叧鏁版嵁 + this.fiberOpticTape = [] + this.currentFiberOpticTape = null; + this.fiberOptic = [] + this.currentFiberOptic = null; + this.bushing = [] + this.currentBushing = null; + this.currentTab = null; + if(bushing&&bushing.length>0){ + this.bushing = bushing + } + }) + }, + currentTable(val1, val0) { + if (val0 != null && val1 != val0) { + this.tableLists.forEach((m, i) => { + if (m.templateId == val1) { + this.tableList = null; + this.tableList = [(this.tableLists[i])]; + this.handleTableData() + } + }) + } + }, + equipForm:{ + deep:true, + handler(val){ + if(this.tableLists.find(m=>m.templateId==this.currentTable)&&this.tableLists.find(m=>m.templateId==this.currentTable).templateName=='娓╁害寰幆妫�楠屽師濮嬭褰�'&&this.equipOptions&&this.equipOptions.length>0){ + this.param[this.currentSample.insProduct[0].id].equipValue = [] + this.param[this.currentSample.insProduct[0].id].equipName = [] + if(this.equipForm.code0){ + this.equipForm.value0 = this.equipOptions.find(m=>m.value==this.equipForm.code0).label + this.param[this.currentSample.insProduct[0].id].equipValue.push({ + i:this.currentSample.insProduct[0].id, + v:{ + v:this.equipForm.code0 + } + }) + this.param[this.currentSample.insProduct[0].id].equipName.push({ + i:this.currentSample.insProduct[0].id, + v:{ + v:this.equipForm.value0 + } + }) + } + if(this.equipForm.code1){ + this.equipForm.value1 = this.equipOptions.find(m=>m.value==this.equipForm.code1).label + this.param[this.currentSample.insProduct[0].id].equipValue.push({ + i:this.currentSample.insProduct[0].id, + v:{ + v:this.equipForm.code1 + } + }) + this.param[this.currentSample.insProduct[0].id].equipName.push({ + i:this.currentSample.insProduct[0].id, + v:{ + v:this.equipForm.value1 + } + }) + } + this.saveInsContext() + } + } + } + }, + methods: { + stopAnimation() { + this.animationRunning = false; + }, + changeItem(row){ + if(row.value0&&row.value1){ + this.$set(row,'comValue',((Number(row.value0)+Number(row.value1))/2).toFixed(3)) + }else{ + return + } + this.param[row.id].insValue = [ + { + i:row.id, + v:{ + v:row.value0 + } + }, + { + i:row.id, + v:{ + v:row.value1 + } + } + ] + this.param[row.id].comValue = [{ + i:row.id, + v:{ + v:row.comValue + } + }] + if(this.wareForm.inspectionItemSubclass!='20(甯告俯)'){ + row.resValue = row.comValue?Math.abs(row.comValue-20).toFixed(3):'' + this.param[row.id].resValue.v.v = row.resValue + if(row.ask&&row.resValue){ + if(row.ask.includes('<')){ + row.insResult = row.resValue<row.ask.split('<')[1]?1:0 + }else if(row.ask.includes('>')){ + row.insResult = row.resValue<row.ask.split('>')[1]?1:0 + }else if(row.ask.includes('=')){ + row.insResult = row.resValue==row.ask.split('=')[1]?1:0 + }else if(row.ask.includes('鈮�')){ + row.insResult = row.resValue>=row.ask.split('鈮�')[1]?1:0 + }else if(row.ask.includes('鈮�')){ + row.insResult = row.resValue<=row.ask.split('鈮�')[1]?1:0 + } + this.param[row.id].insResult.v.v = row.insResult + } + }else{ + this.param[row.id].insResult.v.v = 1 + } + this.$refs.wareTableData.doLayout() + this.saveInsContext() + }, + wareFormChange(m,type){ + if(this.PROJECT!='妫�娴嬩腑蹇�'){ + return + } + if(m&&type){ + this.wareForm[type] = m + } + let wareForm = {...this.wareForm} + if(this.wareForm.inspectionItemSubclass=='20(甯告俯)'){ + wareForm.inspectionItemSubclass ='20鈩�(甯告俯)' + }else{ + wareForm.inspectionItemSubclass = wareForm.inspectionItemSubclass+'鈩�' + } + this.wareTableDataLoading = true + this.$axios.post(this.$api.insOrderPlan.temCycle,{ + sampleId:this.currentSample.id, + ...wareForm + }).then(res => { + this.wareTableDataLoading = false + if (res.code == 201) return + let {productVos,sampleVo} = res.data + this.wareForm0 = sampleVo + productVos = productVos.map(m=>{ + let obj = {...m,...m.insProduct} + this.param[obj.id] = { + insValue: [], + comValue: [], + resValue: { + i:obj.id, + v:{ + v:null + } + }, + equipValue: [], + equipName: [], + insResult: { + i:obj.id, + v:{ + v:null + } + } + } + let insProductResult = obj.insProductResult + if(insProductResult){ + for(let i in insProductResult){ + switch (i) { + case 'insValue': + let insValue = JSON.parse(insProductResult[i]) + if(insValue&&insValue.length>1){ + this.param[obj.id].insValue = [ + { + i:obj.id, + v:{ + v:insValue[0].v + } + }, + { + i:obj.id, + v:{ + v:insValue[1].v + } + } + ] + obj.value0 = insValue[0].v + obj.value1 = insValue[1].v + } + break; + case 'comValue': + let comValue = JSON.parse(insProductResult[i]) + if(comValue&&comValue.length>0){ + this.param[obj.id].comValue = [ + { + i:obj.id, + v:{ + v:comValue[0].v + } + } + ] + obj.comValue = comValue[0].v + } + break; + default: + break; + } + } + this.param[obj.id].resValue = { + i:obj.id, + v:{ + v:obj.lastValue + } + } + obj.resValue = obj.lastValue + this.param[obj.id].insResult = { + i:obj.id, + v:{ + v:obj.insResult + } + } + } + return obj + }) + this.wareTableData = productVos + }) + this.getEquipOptions(true,this.currentSample.insProduct[0].id) + }, + subOtherForm(m,type){ + let ids = [] + for (let i in this.param) { + ids.push(i) + } + this.$axios.post(this.$api.insOrderPlan.write,{ + [type]:Number(m), + ids + }, { + headers: { + 'Content-Type': 'application/json' + }, + noQs:true + }).then(res => { + if (res.code == 201) return + this.$message.success('淇濆瓨鎴愬姛') + }) + }, + getPower(){ + let power = JSON.parse(sessionStorage.getItem('power')) + let fileDel = false + let fileAdd = false + for (var i = 0; i < power.length; i++) { + if (power[i].menuMethod == 'uploadFile') { + fileAdd = true + } + if (power[i].menuMethod == 'delfile') { + fileDel = true + } + } + if (!fileDel) { + this.componentData0.do.splice(1, 1) + } + this.fileAdd = fileAdd + }, + async getCurrentProduct(id,type){ + this.tableLoading = true; + let res = await this.$axios.post(this.$api.insOrderPlan.getInsProduct+'?id='+id+'&type='+type+'&laboratory='+this.sonLaboratory) + this.tableLoading = false; + return res.data + }, + handleChangeBushing(row, column, event){ + this.currentBushing = row; + this.fiberOpticTape = [] + this.currentFiberOpticTape = null; + this.fiberOptic = [] + this.currentFiberOptic = null; + if(row.fiber&&row.fiber.length>0){ + // 鐩存帴閰嶇疆鍏夌氦 + this.fiberOptic = row.fiber; + }else if(row.fibers&&row.fibers.length>0){ + // 閰嶇疆鍏夌氦甯﹀悗锛屽啀閰嶇疆鍏夌氦 + this.fiberOpticTape = row.fibers; + } + this.bushingVisible = false; + this.currentKey0 = row.index + }, + async handleChangeOptic(row, column, event){ + this.currentFiberOptic = row; + this.currentFiberOptic.productList.forEach(a => { + this.param[a.id] = { + insValue: [], + comValue: [], + resValue: null, + equipValue: [], + equipName: [], + insResult: null + } + }) + this.fiberOpticVisible = false; + let list = await this.getCurrentProduct(row.id,2) + this.getTableLists0(list) + this.currentKey2 = row.index + }, + async handleChangeTape(row, column, event){ + this.currentFiberOpticTape = row; + this.param = {} + this.fiberOptic = [] + this.currentFiberOptic = null; + this.currentFiberOpticTape.productList.forEach(a => { + this.param[a.id] = { + insValue: [], + comValue: [], + resValue: null, + equipValue: [], + equipName: [], + insResult: null + } + }) + this.fiberOpticTapeVisible = false; + let list = await this.getCurrentProduct(row.id,1) + this.getTableLists0(list) + if(row.fiber&&row.fiber.length>0){ + // 閰嶇疆鍏夌氦 + this.fiberOptic = row.fiber; + } + this.currentKey1 = row.index + }, + async handleChangeSample(row, column, event) { + this.param = {} + // 娓呯┖鍏夌氦閰嶇疆鐩稿叧鏁版嵁 + this.fiberOpticTape = [] + this.currentFiberOpticTape = null; + this.fiberOptic = [] + this.currentFiberOptic = null; + this.bushing = [] + this.currentBushing = null; + this.sampleVisible = false; + this.currentSample = this.HaveJson(row) + let list = await this.getCurrentProduct(row.id,0) + this.currentSample.insProduct = this.HaveJson(list) + this.currentSample.insProduct.forEach(a => { + this.param[a.id] = { + insValue: [], + comValue: [], + resValue: null, + equipValue: [], + equipName: [], + insResult: null + } + }) + this.getReportModel(row.id) + let bushing = this.currentSample.bushing + if(bushing&&bushing.length>0){ + this.bushing = bushing + } + // this.handleTableData() + this.getTableLists(); + this.currentKey = row.index + this.currentTab = null; + }, + getReportModel(id){ + if(this.PROJECT!='妫�娴嬩腑蹇�'){ + return + } + this.$axios.post(this.$api.insOrderPlan.getReportModel+'?sampleId='+id, {}).then(res => { + this.fibers = res.data['鍏夌氦甯�'] + this.fiber = res.data['鍏夌氦'] + }) + }, + async handleChange(m,type){ + if(m){ + let list = await this.getCurrentProduct(m,type) + if(list.length>0){ + list.forEach(a => { + this.param[a.id] = { + insValue: [], + comValue: [], + resValue: null, + equipValue: [], + equipName: [], + insResult: null + } + }) + this.getTableLists0(list) + }else{ + this.tableLists = [] + this.tableList = [] + this.$message.error('妫�楠岄」涓虹┖') + } + } + }, + handleChangeTask(row) { + if (row.length > 0) this.id = row[0].id; + this.taskVisible = false; + }, + getTypeDicts() { + this.$axios.post(this.$api.enums.selectEnumByCategory, { + category: "绱ф�ョ▼搴�" + }).then(res => { + let data = res.data + data.forEach(ele => { + if (ele.value === '0') { + ele.type = 'success' + } else if (ele.value === '1') { + ele.type = 'warning' + } else if (ele.value === '2') { + ele.type = 'danger' + } + }) + this.urgentList = data; + this.componentData.tagField.type.select = data + }) + }, + getInsStateDicts() { + this.$axios.post(this.$api.enums.selectEnumByCategory, { + category: "妫�楠屼换鍔$姸鎬�" + }).then(res => { + let data = res.data + data.forEach(ele => { + //0:寰呮楠� 1:妫�楠屼腑 2:宸叉楠� 3:寰呭鏍� 4:澶嶆牳鏈�氳繃 5:澶嶆牳閫氳繃 + if (['2', '5'].includes(ele.value)) { + ele.type = 'success' + } else if (['1', '3'].includes(ele.value)) { + ele.type = 'warning' + } else if (['0', '4'].includes(ele.value)) { + ele.type = 'danger' + } + }) + this.typeList = data + this.componentData.tagField.insState.select = data + }) + }, + getComparisonList() { + this.$axios.post(this.$api.enums.selectEnumByCategory, { + category: "琛ㄦ牸鍧愭爣杞崲" + }).then(res => { + let data = res.data + this.comparisonList = data; + }) + }, + selectEnumByCategoryOfSelect(val) { + this.enumList = [] + if (val === undefined || val === null) { + return + } + this.$axios.post(this.$api.enums.selectEnumByCategory, { + category: val + }).then(res => { + this.enumList = res.data; + }) + }, + tableRowClassName({ + row, + rowIndex + }) { + row.index = rowIndex + 1; + }, + getTableLists() { + const mySet1 = new Set(); + this.tableLists = this.currentSample.insProduct.filter(m => { + let num0 = mySet1.size; + if (m.templateId != null&&m.template != null) { + mySet1.add(JSON.stringify({ + template: m.template, + templateId: m.templateId + })) + } + let num1 = mySet1.size; + if (num1 > num0) { + return m + } + }); + if (this.tableLists && this.tableLists.length > 0) { + this.tableList = null; + this.tableList = [this.tableLists[0]] + this.currentTable = this.tableLists[0].templateId; + this.handleTableData() + } + }, + // 鍏夌氦閰嶇疆鐩稿叧妯℃澘table鍒楄〃 + getTableLists0(list){ + const mySet1 = new Set(); + this.tableLists = list.filter(m => { + let num0 = mySet1.size; + if (m.templateId != null&&m.template != null) { + mySet1.add(JSON.stringify({ + template: m.template, + templateId: m.templateId + })) + } + let num1 = mySet1.size; + if (num1 > num0) { + return m + } + }); + if (this.tableLists && this.tableLists.length > 0) { + this.tableList = null; + this.tableList = [this.tableLists[0]] + this.currentTable = this.tableLists[0].templateId; + this.currentSample.insProduct = this.HaveJson(list) + this.handleTableData() + } + }, + handleTableData() { + this.excelMethodList = [] + this.widthList = this.tableList[0].style.columnlen; + // 娓╁害寰幆妫�楠屽師濮嬭褰�--寮�濮� + if(this.tableLists.find(m=>m.templateId==this.currentTable)||this.tableLists.find(m=>m.templateId==this.currentTable).templateName!='娓╁害寰幆妫�楠屽師濮嬭褰�'){ + let ask = this.currentSample.insProduct[0].ask + let askList = ask.split(';') + this.numOptions = [] + for (let i = 1; i <= askList[askList.length-1]; i++) { + this.numOptions.push({ + value:i, + label:i + }) + } + let mySet1 = new Set(); + askList.forEach((m,i) => { + if(i<askList.length-1){ + mySet1.add(m.split(',')[0].replace('鈩�','')) + } + }) + this.temperatureOptions = [] + mySet1.forEach(m => { + this.temperatureOptions.push({ + value:String(m), + label:m + }) + }) + this.wareFormChange() + } + // 娓╁害寰幆妫�楠屽師濮嬭褰�---缁撴潫 + this.tableList.forEach(a => { + let mcList = [] + a.template.forEach(b => { + if (b.v.mc != undefined && b.v.mc.cs != undefined && b.v.mc.rs != undefined) { + mcList.push(b) + } + }) + let count = 0 + mcList.forEach(b => { + for (var c in a.template) { + for (var i = 0; i < b.v.mc.cs; i++) { + for (var i2 = 0; i2 < b.v.mc.rs; i2++) { + if (a.template[c].c === b.c + i && a.template[c].r === b.r + i2) { + let bb = this.HaveJson(b) + a.template[c].v.v = bb.v.v + a.template[c].v.ps = bb.v.ps + a.template[c].v.fc = bb.v.fc + a.template[c].v.fs = bb.v.fs + a.template[c].v.ht = bb.v.ht + a.template[c].mc = count + break + } + } + } + } + count++ + }) + }) + this.tableList.forEach(a => { + let dels = new Set() + let ids = [] + let set3 = new Set() + a.template.forEach(b => { + let size1 = set3.size + let size2 = set3.add(b.r).size + if (size1 < size2) { + let str = '' + let count4 = 0 + a.template.forEach(c => { + if (b.r === c.r) { + if (c.v.ps != undefined && c.v.ps.value === '妫�楠岄」') { + if (count4 === 0) { + str += c.v.v + count4 += 1 + } + } else if (c.v.ps != undefined && c.v.ps.value === '妫�楠屽瓙椤�') { + if (count4 === 1) { + str += c.v.v + count4 += 1 + } + } + } + }) + if (str != '') { + let count2 = 0 + for (let i in this.currentSample.insProduct) { + if (this.currentSample.insProduct[i].templateId === a.templateId && this.currentSample + .insProduct[i].inspectionItem + + (this.currentSample.insProduct[i].inspectionItemSubclass == null ? '' : this.currentSample + .insProduct[i].inspectionItemSubclass) === + str) { + ids.push({ + r: b.r, + id: this.currentSample.insProduct[i].id, + product: this.currentSample.insProduct[i] + }) + break + } + count2++ + } + if (count2 == this.currentSample.insProduct.length) { + dels.add(b.r) + } + } + } + }) + dels.forEach(del => { + for (let b = 0; b < a.template.length; b++) { + if (a.template[b].r === del) { + a.template.splice(b, 1) + b -= 1 + } + } + }) + ids.forEach(id => { + for (let b = 0; b < a.template.length; b++) { + if (a.template[b].r === id.r) { + a.template[b].i = id.id + if (a.template[b].v.ps != undefined && a.template[b].v.ps.value === '鍗曚綅') { + a.template[b].v.v = id.product.unit + } + if (a.template[b].v.ps != undefined && (a.template[b].v.ps.value === '璇曢獙鏂规硶' || a.template[b].v + .ps.value === '妫�娴嬫柟娉�')) { + a.template[b].v.v = id.product.methodS + } + } + } + }) + let set2 = new Set() + a.template.forEach(b => { + let size1 = set2.size + let size2 = set2.add(b.mc).size + if (b.mc != undefined && size1 < size2) { + b.v.mc.rs = 0 + b.v.mc.cs = 0 + a.template.forEach(c => { + if (b.mc === c.mc) { + if (b.r === c.r) { + b.v.mc.cs += 1 + } + if (b.c === c.c) { + b.v.mc.rs += 1 + } + } + }) + } + }) + }) + this.tableList.forEach(a => { + let arrs = [] + let set = new Set() + let count1 = 0 + let conclusionList = []; //缁撹鍒楄〃 + let finalList = []; //鏈�缁堝�煎垪琛� + conclusionList = a.template.filter(n => n.v.ps != undefined && n.v.ps.value === '缁撹') + finalList = a.template.filter(n => n.v.ps != undefined && n.v.ps.value === '鏈�缁堝��') + a.template.forEach(b => { + if (b.v.ps != undefined && b.v.ps.value === '搴忓彿' && (b.v.mc == undefined || Object.keys(b.v.mc) + .length === 4)) { + count1++ + b.v.v = count1 + } + if (b.v.ps != undefined && b.v.ps.value === '瑕佹眰鍊�') { + b.v.v = this.getAsk(b.i) + } + if (b.v.ps != undefined && b.v.ps.value === '妫�楠屽��') { + b.v.v = '' + b.u = '' + b.i && this.param[b.i].insValue.push(b) + } + if (b.v.ps != undefined && b.v.ps.value === '璁$畻鍊�') { + b.v.v = '' + b.i && this.param[b.i].comValue.push(b) + } + if (b.v.ps != undefined && b.v.ps.value === '璁惧缂栫爜') { + b.v.v = '' + b.i && this.param[b.i].equipValue.push(b) + } + if (b.v.ps != undefined && b.v.ps.value === '璁惧鍚嶇О') { + b.v.v = '' + b.i && this.param[b.i].equipName.push(b) + } + if (b.v.ps != undefined && b.v.ps.value === '鏈�缁堝��') { + b.v.v = '' + /* if (b.i === undefined) { + for (var c in this.param) { + this.param[c].resValue = b + } + } else { + this.param[b.i].resValue = b + } */ + if (b.i !== undefined&&!this.param[b.i].resValue) { + this.param[b.i].resValue = b + } + } + if (b.v.ps != undefined && b.v.ps.value === '缁撹') { + if (b.i !== undefined&&!this.param[b.i].insResult) { + this.param[b.i].insResult = b + conclusionList.forEach((n, i) => { + if (n.r == b.r && n.c == b.c) { + b.v.f = + `(${this.comparisonList.find(j=>j.value==(finalList[i].c)).label}${finalList[i].r+1})` + } + }) + } + } + set.add(b.r) + if (b.v.f) { + this.excelMethodList.push(b) + } + }) + set = Array.sort(set) + set.forEach(b => { + let arr = [] + a.template.forEach(c => { + if (c.r === b) { + arr.push(c) + } + }) + arrs.push(arr) + }) + a.arr = arrs + this.tableWidth = 0 + for (let i = 0; i < arrs[0].length; i++) { + this.tableWidth += (a.style.columnlen[i] === undefined ? 100 : a.style.columnlen[i]) + } + }) + this.currentSample.insProduct.forEach(a => { + try { + let comValue = JSON.parse(a.insProductResult.comValue) + for (var i = 0; i < comValue.length; i++) { + this.param[a.id].comValue[i].v.v = comValue[i].v + } + } catch (e) {} + try { + let insValue = JSON.parse(a.insProductResult.insValue) + for (let i = 0; i < insValue.length; i++) { + this.param[a.id].insValue[i].v.v = insValue[i].v + this.param[a.id].insValue[i].u = insValue[i].u + } + } catch (e) {} + try { + let equipValue = JSON.parse(a.insProductResult.equipValue) + for (let i = 0; i < equipValue.length; i++) { + if(this.tableLists.find(m=>m.templateId==this.currentTable)&&this.tableLists.find(m=>m.templateId==this.currentTable).templateName=='娓╁害寰幆妫�楠屽師濮嬭褰�'){ + // 娓╁害寰幆璧嬪�� + this.$set(this.equipForm,`code`+i,equipValue[i].v) + }else{ + this.param[a.id].equipValue[i].v.v = equipValue[i].v + } + } + } catch (e) {} + try { + let equipName = JSON.parse(a.insProductResult.equipName) + for (let i = 0; i < equipName.length; i++) { + if(this.tableLists.find(m=>m.templateId==this.currentTable)&&this.tableLists.find(m=>m.templateId==this.currentTable).templateName=='娓╁害寰幆妫�楠屽師濮嬭褰�'){ + // 娓╁害寰幆璧嬪�� + this.$set(this.equipForm,`value`+i,equipName[i].v) + }else{ + this.param[a.id].equipName[i].v.v = equipName[i].v + } + } + } catch (e) {} + try { + this.param[a.id].resValue.v.v = a.lastValue + this.param[a.id].insResult.v.v = a.insResult + } catch (e) {} + }) + this.handleExcelMethod() + }, + changeInput(m, code) { + let str = code.split('-') + let r = str[1] + let c = str[2] + let id = str[0] + let pId = str[3] + var list = [] + for (let a in this.tableList) { + if (this.tableList[a].templateId == id) { + list = this.tableList[a].arr + break + } + } + this.excelMethodList.forEach(item => { + if (item.valueList.find(m => m.r == r && m.c == c)) { + var comValue = {} + item.valueList.forEach(a => { + list.forEach(b => { + if (b[0].r == a.r) { + b.forEach(c => { + if (c.c == a.c) { + var tableCode = '' + for (var d in this.comparisonList) { + if (c.c == this.comparisonList[d].value) { + tableCode = this.comparisonList[d].label + break + } + } + if(this.getInspectionValueType(item.i)==1&&!isNaN(parseFloat(c.v.v))){ + comValue[(tableCode + (c.r + 1))] = parseFloat(c.v.v) + }else{ + comValue[(tableCode + (c.r + 1))] = c.v.v + } + } + }) + } + }) + }) + if (item.v.ps != undefined && item.v.ps.value == '缁撹') { + try { + if (this.currentSample.insProduct.find(m => m.id == item.i)) { + let ask = this.currentSample.insProduct.find(m => m.id == item.i).ask?this.currentSample.insProduct.find(m => m.id == item.i).ask.split('&'):null; + let res = Object.values(comValue)[0] + let comp = [] + if(res==''||res==null||res==undefined||res=='Infinity'){ + item.v.v = '' + }else{ + if(ask){ + comp = ask.map((m, i) => { + if (m.includes('RTS')) { + m = m.replace('RTS*', '') + } + if (m.includes('=')) { + let str = this.handleFraction(m.split('=')[1]) + if(typeof res == 'string'&&typeof str == 'string'){ + return res.trim() == str.trim() + }else{ + return eval(res) == eval(str) + } + } else if (m.includes('鈮�')) { + let str = this.handleFraction(m.split('鈮�')[1]) + return eval(res) >= eval(str) + }else if (m.includes('鈮�')) { + let str = this.handleFraction(m.split('鈮�')[1]) + return eval(res) <= eval(str) + }else if (m.includes('<')) { + let str = this.handleFraction(m.split('<')[1]) + return eval(res) < eval(str) + }else if (m.includes('>')) { + let str = this.handleFraction(m.split('>')[1]) + return eval(res) > eval(str) + }else if (m.includes('~')) { + let k = m.split('~') + return eval(res) >= eval(this.handleFraction((k[0]))) && eval(res) <= eval(this.handleFraction(k[1])) + }else if(m.includes('-')){ + let k = m.split('-') + return eval(res) >= eval(this.handleFraction(k[0])) && eval(res) <= eval(this.handleFraction(k[1])) + }else if(m.includes('卤')){ + let k = m.split('卤') + return eval(res) >= eval((this.handleFraction(k[0]) - this.handleFraction(k[1]))) && eval(res) <= eval((this.handleFraction(k[0]) + this.handleFraction(k[1]))) + }else if(m.includes('锛�')){ + let str = this.handleFraction(m.split('锛�')[1]) + return eval(res) > eval(str) + }else if(m.includes('锛�')){ + let str = this.handleFraction(m.split('锛�')[1]) + return eval(res) < eval(str) + } + }) + } + if (comp.every(m => m)) { + item.v.v = 1 + } else { + item.v.v = 0 + } + } + this.saveInsContext() + } + } catch (error) { + + } + + } else { + let comResult = '' + try { + if(this.getInspectionValueType(item.i)==1){ + let ask = this.currentSample.insProduct.find(m => m.id == item.i).ask?this.currentSample.insProduct.find(m => m.id == item.i).ask.split('&'):null; + comResult = excelFunction.compute(item.v.f.replace(/=/g, ' '),comValue) + // 瑁呭椤圭洰妫�楠屽�艰浆鍖� + if (this.PROJECT === '瑁呭鐢电紗' && ask[0].includes('RTS')) { + let num2 = new this.$Big(comResult) + comResult = num2.toExponential() + } + }else{ + let valueList = []; + item.valueList.forEach(a => { + console.log(a) + valueList.push({ + name: `${this.comparisonList.find(e=>e.value==a.c).label}${a.r+1}`, + value: 0, + }) + }) + for (var a in comValue) { + valueList.forEach(b => { + if (b.name == a) { + b.value = comValue[a] + } + }) + } + let str = item.v.f.replace(/=/g, ' ') + valueList.forEach(b => { + str = str.replace(b.name, b.value) + }) + console.log(str) + comResult = str + } + } catch (error) { + } + try { + list.forEach(a => { + if (a[0].r == item.r && comResult !== '') { + for (var b in a) { + if (a[b].c == item.c) { + try{ + let val = parseFloat(comResult.toFixed(3)) + a[b].v.v = isNaN(val) ? '' : val + }catch(e){ + a[b].v.v = comResult + } + break + } + } + } + }) + this.changeInput(comResult, `${id}-${item.r}-${item.c}-${pId}`) //鏀瑰彉鏈�缁堝�� + } catch (error) { + + } + } + } + }) + try { + this.getCurrentInsProduct(pId) + } catch (error) { + + } + }, + handleFraction(str){ + if(str&&typeof(str)=='string'&&str.includes('/')){ + return eval(str.split('/')[0]/str.split('/')[1]) + } else if (str && typeof(str) == 'string' && str.includes('*') && str.includes('^')) { + const num1 = str.split('*') + const num2 = num1[1].split('^') + let num3 = new this.$Big(num2[0]); + let num4 = new this.$Big(num2[1]); + let num5 = Math.pow(num3, num4) // 璁$畻娆℃柟 + return num1[0] * num5 // 鏈�鍚庤绠椾箻娉� + } else{ + return str + } + }, + getCurrentInsProduct(pId) { + if (!this.tableList[0].insProductResult) { + this.tableList[0].insProductResult = {} + } + for (let m in this.param[pId]) { + let value = this.param[pId][m] + switch (m) { + case 'comValue': + if (value && value.length > 0) { + this.tableList[0].insProductResult[m] = []; + value.forEach((a, i) => { + let obj = { + v: a.v.v, + } + this.tableList[0].insProductResult[m].push(obj); + }) + } + this.tableList[0].insProductResult[m] = JSON.stringify(this.tableList[0].insProductResult[m]) + break; + case 'insValue': + if (value && value.length > 0) { + this.tableList[0].insProductResult[m] = []; + value.forEach((a, i) => { + let obj = { + v: a.v.v, + u: a.u, + } + this.tableList[0].insProductResult[m].push(obj); + }) + } + this.tableList[0].insProductResult[m] = JSON.stringify(this.tableList[0].insProductResult[m]) + break; + case 'equipValue': + if (value && value.length > 0) { + this.tableList[0].insProductResult[m] = []; + value.forEach((a, i) => { + let obj = { + v: a.v.v, + } + this.tableList[0].insProductResult[m].push(obj); + }) + } + this.tableList[0].insProductResult[m] = JSON.stringify(this.tableList[0].insProductResult[m]) + break; + case 'equipName': + if (value && value.length > 0) { + this.tableList[0].insProductResult[m] = []; + value.forEach((a, i) => { + let obj = { + v: a.v.v, + } + this.tableList[0].insProductResult[m].push(obj); + }) + } + this.tableList[0].insProductResult[m] = JSON.stringify(this.tableList[0].insProductResult[m]) + break; + case 'resValue': + this.tableList[0].lastValue = value?value.v.v:'' + break; + case 'insResult': + this.tableList[0].insResult = value?value.v.v:'' + break; + } + } + }, + handleExcelMethod() { + if (this.excelMethodList.length > 0) { + this.excelMethodList.map(item => { + item.valueList = excelFunction.changeParameter(item.v.f); + return item; + }) + } + }, + median(arr) { + // 瀵规暟缁勮繘琛屾帓搴� + const sortedArr = arr.sort((a, b) => a - b); + // 璁$畻鏁扮粍闀垮害鐨勪竴鍗� + const half = Math.floor(sortedArr.length / 2); + // 濡傛灉鏁扮粍闀垮害涓哄鏁帮紝杩斿洖涓棿鐨勫厓绱狅紱濡傛灉涓哄伓鏁帮紝杩斿洖涓棿涓や釜鍏冪礌鐨勫钩鍧囧�� + if (sortedArr.length % 2) { + // 濂囨暟浣嶇疆鐨勫厓绱� + return sortedArr[half]; + } else { + // 鍋舵暟浣嶇疆鐨勫钩鍧囧�� + return (sortedArr[half - 1] + sortedArr[half]) / 2; + } + }, + getValue(v){ + let str = v.v?v.v:(v.ct&&v.ct.s?v.ct.s.length>0&&v.ct.s[0].v.replace(new RegExp('\n', 'g'), '<br/>'):'') + // str.replace(new RegExp(search, 'g'), replace) + return str + }, + getInspectionValueType(id) { + for (var a in this.currentSample.insProduct) { + if (this.currentSample.insProduct[a].id == id) { + return this.currentSample.insProduct[a].inspectionValueType + } + } + }, + getTell(id) { + for (var a in this.currentSample.insProduct) { + if (this.currentSample.insProduct[a].id == id) { + return this.currentSample.insProduct[a].tell + } + } + }, + handleWidth(n) { + let sum = 0; + if (n.v.mc && n.v.mc.cs && n.v.mc.c != undefined) { + for (let i = 0; i < n.v.mc.cs; i++) { + let num = this.widthList[i + n.v.mc.c] ? this.widthList[i + n.v.mc.c] : 100 + sum += num; + } + } else { + sum = this.widthList[n.c] ? this.widthList[n.c] : 100 + } + return sum + }, + handleInput (n) { + n.v.v = n.v.v.replace(/[^\d.^e\-/+]/g, ''); + }, + bigNum (n) { + if (n.v.v > 10000 && this.PROJECT === '瑁呭鐢电紗') { + let num2 = new this.$Big(n.v.v) + n.v.v = num2.toExponential() + } + }, + getInspectionItemType(id) { + for (var a in this.currentSample.insProduct) { + if (this.currentSample.insProduct[a].id == id) { + return this.currentSample.insProduct[a].inspectionItemType + } + } + }, + getAsk(id) { + for (var a in this.currentSample.insProduct) { + if (this.currentSample.insProduct[a].id == id) { + return this.currentSample.insProduct[a].ask + } + } + }, + getSystemValue(n) { + let code = null + try { + this.param[n.i].equipValue.forEach(a=>{ + if(a.r === n.r){ + if (a.v.v == null || a.v.v == '') { + this.$message.error('璇峰厛閫夋嫨閲囬泦鐨勮澶�') + return + }else{ + code = a.v.v + } + } + }) + } catch (e) { + // console.log(e); + this.$message.error('鎵句笉鍒拌澶囧唴瀹�') + } + // console.log(n, code); + fetch('http://localhost:82/寰俊鍥剧墖_20240518100811.png').then(res=>res.blob()).then(blob=>{ + // console.log(blob); + const url = URL.createObjectURL(blob) + // console.log(url); + }) + /* this.$message.error('閲囬泦澶辫触銆愬凡寮�鏀炬墜鍔ㄦ柟寮忋��') + for (var a in this.currentSample.insProduct) { + if (this.currentSample.insProduct[a].id == n.i) { + this.currentSample.insProduct[a].inspectionItemType = 0 + } + } */ + }, + getEquipOptions(e, id) { + if (e) { + this.equipOptions = [] + let product = this.currentSample.insProduct.find(m => m.id == id) + this.$axios.post(this.$api.deviceScope.selectDeviceByCategory, { + inspectionItem: product.inspectionItem, + inspectionItemSubclass: product.inspectionItemSubclass + }).then(res => { + if (res.code === 200 && res.data) { + this.equipOptions = res.data.map(m => { + m.value = m.managementNumber + m.label = m.deviceName + return m + }) + } + }).catch(error => { + console.error(error) + }) + } + }, + getDic(e, id) { + if (e) { + for (var a in this.currentSample.insProduct) { + if (this.currentSample.insProduct[a].id == id) { + let str = this.currentSample.insProduct[a].dic + this.selectEnumByCategoryOfSelect(str) + return str + } + } + } + }, + getUserInfo() { + this.$axios.get(this.$api.user.getUserInfo).then(res => { + this.userId = res.data.id + }) + }, + // 澶嶆牳 + upInsReview(e) { + if (e == 1) { + // 閫氳繃 + this.reviewLoading = true; + this.$axios.post(this.$api.insOrderPlan.verifyPlan, { + orderId: this.orderId, + type: 1, + laboratory: this.sonLaboratory, + tell: null + }).then(res => { + if (res.code === 200) { + this.$message.success("鎿嶄綔鎴愬姛") + this.$emit('goback') + } + this.reviewLoading = false; + }).catch(error => { + console.error(error) + this.reviewLoading = false; + }) + } else { + // 涓嶉�氳繃 + this.reviewDia = true; + } + }, + handleReviewDia() { + if (this.noReason) { + this.reviewLoading = true; + this.$axios.post(this.$api.insOrderPlan.verifyPlan, { + orderId: this.orderId, + type: 0, + laboratory: this.sonLaboratory, + tell: this.noReason + }).then(res => { + if (res.code === 200) { + this.$message.success("鎿嶄綔鎴愬姛") + this.$emit('goback') + } + this.reviewLoading = false; + }).catch(error => { + console.error(error) + this.reviewLoading = false; + }) + } else { + this.$message.error('鏈緭鍏ヤ笉閫氳繃鍘熷洜') + } + }, + submit() { + if (this.verifyUser === null || this.verifyUser === '') { + this.$message.error("璇锋寚瀹氬鏍镐汉鍛�") + return + } + this.addVerifyDia = false + this.submitLoading = true; + this.$axios.post(this.$api.insOrderPlan.checkSubmitPlan, { + orderId: this.orderId, + laboratory: this.sonLaboratory, + }).then(res => { + if (res.code === 200) { + if(!res.data||res.data.length==0){ + this.$axios.post(this.$api.insOrderPlan.submitPlan, { + orderId: this.orderId, + laboratory: this.sonLaboratory, + verifyUser: this.verifyUser + }).then(res => { + if (res.code === 200) { + this.$message.success("鎿嶄綔鎴愬姛") + this.$emit('goback') + } + this.submitLoading = false; + }).catch(error => { + console.error(error) + this.submitLoading = false; + }) + }else{ + let newData = [] + const h = this.$createElement + for (let i in res.data) { + const lastChar = res.data[i].slice(-1); + if(lastChar=='-'){ + res.data[i] = res.data[i].slice(0, -1); + } + newData.push(h('p', {style: 'font-size: 14px;color: red;'}, (Number(i)+1)+'銆�'+res.data[i])) + } + newData.push(h('p', { style: 'font-size: 16px;color:#000;margin-top:12px' },'浠ヤ笂椤圭洰涓嶅悎鏍硷紝纭畾鎻愪氦锛�')) + this.$confirm('鎻愮ず',{ + title:'鎻愮ず', + message: h('div', null, newData), + confirmButtonText: "纭畾", + cancelButtonText: "鍙栨秷", + type: "" + }).then(() => { + this.$axios.post(this.$api.insOrderPlan.submitPlan, { + orderId: this.orderId, + laboratory: this.sonLaboratory, + verifyUser: this.verifyUser + }).then(res => { + if (res.code === 200) { + this.$message.success("鎿嶄綔鎴愬姛") + this.$emit('goback') + } + }).catch(error => { + console.error(error) + }) + }).catch(() => {}) + } + + } + this.submitLoading = false; + }).catch(error => { + console.error(error) + this.submitLoading = false; + }) + return + }, + saveInsContext() { + if(this.param){ + this.$axios.post(this.$api.insOrderPlan.saveInsContext, { + param: JSON.stringify(this.param) + }).then(res => { + if (res.code == 201) { + this.$message.error('淇濆瓨澶辫触') + return + } + this.$message.success('宸蹭繚瀛�') + }) + } + }, + changeEquip(val, n) { + for (let i in this.equipOptions) { + if (this.equipOptions[i].value === val) { + for (let i1 in this.param[n.i].equipName) { + if (this.param[n.i].equipName[i1].i === n.i && this.param[n.i].equipName[i1].r === n.r) { + this.param[n.i].equipName[i1].v.v = this.equipOptions[i].label + } + } + } + } + this.saveInsContext() + }, + getAuthorizedPerson() { + this.$axios.get(this.$api.user.getUserMenu).then(res => { + let data = [] + res.data.forEach(a => { + data.push({ + label: a.name, + value: a.id + }) + }) + this.personList = data + }) + }, + scrollInit() { + // 鑾峰彇瑕佺粦瀹氫簨浠剁殑鍏冪礌 + const nav = document.getElementById("nav") + var flag; // 榧犳爣鎸変笅 + var downX; // 榧犳爣鐐瑰嚮鐨剎涓嬫爣 + var scrollLeft; // 褰撳墠鍏冪礌婊氬姩鏉$殑鍋忕Щ閲� + nav.addEventListener("mousedown", function(event) { + flag = true; + downX = event.clientX; // 鑾峰彇鍒扮偣鍑荤殑x涓嬫爣 + scrollLeft = this.scrollLeft; // 鑾峰彇褰撳墠鍏冪礌婊氬姩鏉$殑鍋忕Щ閲� + }); + nav.addEventListener("mousemove", function(event) { + if (flag) { // 鍒ゆ柇鏄惁鏄紶鏍囨寜涓嬫粴鍔ㄥ厓绱犲尯鍩� + var moveX = event.clientX; // 鑾峰彇绉诲姩鐨剎杞� + var scrollX = moveX - downX; // 褰撳墠绉诲姩鐨剎杞翠笅鏍囧噺鍘诲垰鐐瑰嚮涓嬪幓鐨剎杞翠笅鏍囧緱鍒伴紶鏍囨粦鍔ㄨ窛绂� + this.scrollLeft = scrollLeft - scrollX // 榧犳爣鎸変笅鐨勬粴鍔ㄦ潯鍋忕Щ閲忓噺鍘诲綋鍓嶉紶鏍囩殑婊戝姩璺濈 + } + }); + // 榧犳爣鎶捣鍋滄鎷栧姩 + nav.addEventListener("mouseup", function() { + flag = false; + }); + // 榧犳爣绂诲紑鍏冪礌鍋滄鎷栧姩 + nav.addEventListener("mouseleave", function(event) { + flag = false; + }); + }, + async caretSample(num){ + let index = this.currentKey + num + if(index < 1){ + this.$message.error('褰撳墠鏄涓�涓牱鍝�') + return + } else if(index > this.sampleProduct.length){ + this.$message.error('褰撳墠鏄渶鍚庝竴涓牱鍝�') + return + } + this.currentKey = index + this.currentSample = this.HaveJson(this.sampleProduct[index - 1]) + let list = await this.getCurrentProduct(this.currentSample.id,0) + this.currentSample.insProduct = this.HaveJson(list) + this.currentSample.insProduct.forEach(a => { + this.param[a.id] = { + insValue: [], + comValue: [], + resValue: null, + equipValue: [], + equipName: [], + insResult: null + } + }) + this.getTableLists() + }, + caretBushing(num){ + let index = this.currentKey0 + num + if(index < 1){ + this.$message.error('褰撳墠鏄涓�涓绠�') + return + } else if(index > this.bushing.length){ + this.$message.error('褰撳墠鏄渶鍚庝竴涓绠�') + return + } + this.currentKey0 = index + this.currentBushing = this.HaveJson(this.bushing[index - 1]) + this.fiberOpticTape = [] + this.currentFiberOpticTape = null; + this.fiberOptic = [] + this.currentFiberOptic = null; + if( this.currentBushing.fiber&& this.currentBushing.fiber.length>0){ + // 鐩存帴閰嶇疆鍏夌氦 + this.fiberOptic = this.currentBushing.fiber; + }else if( this.currentBushing.fibers&& this.currentBushing.fibers.length>0){ + // 閰嶇疆鍏夌氦甯﹀悗锛屽啀閰嶇疆鍏夌氦 + this.fiberOpticTape = this.currentBushing.fibers; + } + }, + async caretTape(num){ + let index = this.currentKey1 + num + if(index < 1){ + this.$message.error('褰撳墠鏄涓�涓厜绾ゅ甫') + return + } else if(index > this.fiberOpticTape.length){ + this.$message.error('褰撳墠鏄渶鍚庝竴涓厜绾ゅ甫') + return + } + this.currentKey1 = index + this.currentFiberOpticTape = this.HaveJson(this.fiberOpticTape[index - 1]) + this.param = {} + this.fiberOptic = [] + this.currentFiberOptic = null; + this.currentFiberOpticTape.productList.forEach(a => { + this.param[a.id] = { + insValue: [], + comValue: [], + resValue: null, + equipValue: [], + equipName: [], + insResult: null + } + }) + this.fiberOpticTapeVisible = false; + let list = await this.getCurrentProduct(this.currentFiberOpticTape.id,1) + this.getTableLists0(list) + if(this.currentFiberOpticTape.fiber&&this.currentFiberOpticTape.fiber.length>0){ + // 閰嶇疆鍏夌氦 + this.fiberOptic = this.currentFiberOpticTape.fiber; + } + }, + async caretOptic(num){ + let index = this.currentKey2 + num + if(index < 1){ + this.$message.error('褰撳墠鏄涓�涓厜绾�') + return + } else if(index > this.fiberOptic.length){ + this.$message.error('褰撳墠鏄渶鍚庝竴涓厜绾�') + return + } + this.currentKey2 = index + this.currentFiberOptic = this.HaveJson(this.fiberOptic[index - 1]) + this.currentFiberOptic.productList.forEach(a => { + this.param[a.id] = { + insValue: [], + comValue: [], + resValue: null, + equipValue: [], + equipName: [], + insResult: null + } + }) + let list = await this.getCurrentProduct(this.currentFiberOptic.id,2) + this.getTableLists0(list) + }, + handleSuccessUp(response, ) { + this.upLoading = false; + if (response.code == 200) { + this.$message.success('涓婁紶鎴愬姛'); + this.$refs.fileList.selectList() + } + }, + beforeUpload(file) { + if (file.size > 1024 * 1024 * 10) { + this.$message.error('涓婁紶鏂囦欢涓嶈秴杩�10M'); + this.$refs.upload.clearFiles() + return false; + } else { + this.upLoading = true; + return true; + } + }, + onError(err, file, fileList) { + this.$message.error('涓婁紶澶辫触') + this.$refs.upload.clearFiles() + }, + handleDown(row){ + this.$axios.post(this.$api.insOrderPlan.downFile, { + id: row.id, + }).then(res => { + if (res.code === 200) { + let url = ''; + if(res.data.type==1){ + url = this.javaApi+'/img/'+res.data.fileUrl + file.downloadIamge(url,row.fileName) + }else{ + url = this.javaApi+'/word/'+res.data.fileUrl + const link = document.createElement('a'); + link.href = url; + link.download = row.fileName; + link.click(); + } + } + }).catch(error => { + + }) + }, + /** + * 灏嗘暟鍊紇淇濈暀ct.fa涓�'##'鍚庣殑鎸囧畾灏忔暟浣嶆暟锛屽苟杩斿洖鏍煎紡鍖栧悗鐨勫瓧绗︿覆銆� + * + * @param v 瑕佹牸寮忓寲鐨勬暟鍊� + * @param ct 鍖呭惈鏍煎紡鍖栭厤缃殑瀵硅薄 + * @param ct.fa 鏍煎紡鍖栭厤缃瓧绗︿覆锛岃嫢鍖呭惈'##'鍒欐寜鐓у叾鍚庣殑鍐呭纭畾灏忔暟浣嶆暟 + * @returns 鏍煎紡鍖栧悗鐨勫瓧绗︿覆鎴栧師濮嬫暟鍊硷紙鑻ラ厤缃笉绗﹀悎瑕佹眰锛� + */ + toFixed(v,ct){ + if(v&&ct&&ct.fa&&ct.fa.includes('##')){ + if(ct.fa.includes('.')){ + let num = ct.fa.slice(4).length + return Number(v).toFixed(num) + }else{ + return Number(v).toFixed(0) + } + }else{ + return v + } + } + } + } +</script> diff --git a/src/components/do/b1-inspect-order-plan/Inspection-old.vue "b/src/components/do/b1-inspect-order-plan/Inspection-\345\205\211\347\272\244\345\270\246\345\210\207\346\215\242\345\211\215.vue" similarity index 100% rename from src/components/do/b1-inspect-order-plan/Inspection-old.vue rename to "src/components/do/b1-inspect-order-plan/Inspection-\345\205\211\347\272\244\345\270\246\345\210\207\346\215\242\345\211\215.vue" diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue index 2769482..290fb01 100644 --- a/src/components/do/b1-inspect-order-plan/Inspection.vue +++ b/src/components/do/b1-inspect-order-plan/Inspection.vue @@ -810,7 +810,9 @@ code0:null, value1:null, code1:null, - } + }, + result: null, + worker: null, } }, computed: { @@ -950,7 +952,24 @@ } } }, + beforeDestroy() { + // 鍦ㄧ粍浠堕攢姣佸墠纭繚鍋滄 Worker锛岄伩鍏嶅唴瀛樻硠婕� + this.stopWorker(); + }, methods: { + startWorker() { + if (this.worker) { + this.stopWorker(); // 纭繚涔嬪墠鐨� Worker 宸插仠姝� + } + // 鍒涘缓 Worker 瀹炰緥 + this.worker = new Worker('/static/js/worker.js'); + }, + stopWorker() { + if (this.worker) { + this.worker.terminate(); + this.worker = null; + } + }, changeItem(row){ if(row.value0&&row.value1){ this.$set(row,'comValue',((Number(row.value0)+Number(row.value1))/2).toFixed(3)) @@ -1650,170 +1669,39 @@ this.handleExcelMethod() }, changeInput(m, code) { - let str = code.split('-') - let r = str[1] - let c = str[2] - let id = str[0] - let pId = str[3] - var list = [] - for (let a in this.tableList) { - if (this.tableList[a].templateId == id) { - list = this.tableList[a].arr - break + this.startWorker() + + // 鍚� Worker 鍙戦�佹秷鎭紝寮�濮嬪鐞嗛�昏緫 + this.worker.postMessage(JSON.stringify({ + code: code, + tableList:this.tableList, + excelMethodList:this.excelMethodList, + comparisonList:this.comparisonList, + currentSample:this.currentSample, + PROJECT:this.PROJECT, + param:this.param + })); + + // 鐩戝惉 Worker 杩斿洖鐨勭粨鏋� + this.worker.onmessage = (event) => { + this.result = JSON.parse(event.data); + switch (this.result.method){ + case 'saveInsContext': + this.tableList = this.result.value.tableList + this.param = this.result.value.param + this.saveInsContext() + break; + case 'tableList': + this.tableList = this.result.value + break; + case 'getCurrentInsProduct': + this.getCurrentInsProduct(this.result.value) + break; } - } - this.excelMethodList.forEach(item => { - if (item.valueList.find(m => m.r == r && m.c == c)) { - var comValue = {} - item.valueList.forEach(a => { - list.forEach(b => { - if (b[0].r == a.r) { - b.forEach(c => { - if (c.c == a.c) { - var tableCode = '' - for (var d in this.comparisonList) { - if (c.c == this.comparisonList[d].value) { - tableCode = this.comparisonList[d].label - break - } - } - if(this.getInspectionValueType(item.i)==1&&!isNaN(parseFloat(c.v.v))){ - comValue[(tableCode + (c.r + 1))] = parseFloat(c.v.v) - }else{ - comValue[(tableCode + (c.r + 1))] = c.v.v - } - } - }) - } - }) - }) - if (item.v.ps != undefined && item.v.ps.value == '缁撹') { - try { - if (this.currentSample.insProduct.find(m => m.id == item.i)) { - let ask = this.currentSample.insProduct.find(m => m.id == item.i).ask?this.currentSample.insProduct.find(m => m.id == item.i).ask.split('&'):null; - let res = Object.values(comValue)[0] - let comp = [] - if(res==''||res==null||res==undefined||res=='Infinity'){ - item.v.v = '' - }else{ - if(ask){ - comp = ask.map((m, i) => { - if (m.includes('RTS')) { - m = m.replace('RTS*', '') - } - if (m.includes('=')) { - let str = this.handleFraction(m.split('=')[1]) - if(typeof res == 'string'&&typeof str == 'string'){ - return res.trim() == str.trim() - }else{ - return eval(res) == eval(str) - } - } else if (m.includes('鈮�')) { - let str = this.handleFraction(m.split('鈮�')[1]) - return eval(res) >= eval(str) - }else if (m.includes('鈮�')) { - let str = this.handleFraction(m.split('鈮�')[1]) - return eval(res) <= eval(str) - }else if (m.includes('<')) { - let str = this.handleFraction(m.split('<')[1]) - return eval(res) < eval(str) - }else if (m.includes('>')) { - let str = this.handleFraction(m.split('>')[1]) - return eval(res) > eval(str) - }else if (m.includes('~')) { - let k = m.split('~') - return eval(res) >= eval(this.handleFraction((k[0]))) && eval(res) <= eval(this.handleFraction(k[1])) - }else if(m.includes('-')){ - let k = m.split('-') - return eval(res) >= eval(this.handleFraction(k[0])) && eval(res) <= eval(this.handleFraction(k[1])) - }else if(m.includes('卤')){ - let k = m.split('卤') - return eval(res) >= eval((this.handleFraction(k[0]) - this.handleFraction(k[1]))) && eval(res) <= eval((this.handleFraction(k[0]) + this.handleFraction(k[1]))) - }else if(m.includes('锛�')){ - let str = this.handleFraction(m.split('锛�')[1]) - return eval(res) > eval(str) - }else if(m.includes('锛�')){ - let str = this.handleFraction(m.split('锛�')[1]) - return eval(res) < eval(str) - } - }) - } - if (comp.every(m => m)) { - item.v.v = 1 - } else { - item.v.v = 0 - } - } - this.saveInsContext() - } - } catch (error) { - - } - - } else { - let comResult = '' - try { - if(this.getInspectionValueType(item.i)==1){ - let ask = this.currentSample.insProduct.find(m => m.id == item.i).ask?this.currentSample.insProduct.find(m => m.id == item.i).ask.split('&'):null; - comResult = excelFunction.compute(item.v.f.replace(/=/g, ' '),comValue) - // 瑁呭椤圭洰妫�楠屽�艰浆鍖� - if (this.PROJECT === '瑁呭鐢电紗' && ask[0].includes('RTS')) { - let num2 = new this.$Big(comResult) - comResult = num2.toExponential() - } - }else{ - let valueList = []; - item.valueList.forEach(a => { - console.log(a) - valueList.push({ - name: `${this.comparisonList.find(e=>e.value==a.c).label}${a.r+1}`, - value: 0, - }) - }) - for (var a in comValue) { - valueList.forEach(b => { - if (b.name == a) { - b.value = comValue[a] - } - }) - } - let str = item.v.f.replace(/=/g, ' ') - valueList.forEach(b => { - str = str.replace(b.name, b.value) - }) - console.log(str) - comResult = str - } - } catch (error) { - } - try { - list.forEach(a => { - if (a[0].r == item.r && comResult !== '') { - for (var b in a) { - if (a[b].c == item.c) { - try{ - let val = parseFloat(comResult.toFixed(3)) - a[b].v.v = isNaN(val) ? '' : val - }catch(e){ - a[b].v.v = comResult - } - break - } - } - } - }) - this.changeInput(comResult, `${id}-${item.r}-${item.c}-${pId}`) //鏀瑰彉鏈�缁堝�� - } catch (error) { - - } - } - } - }) - try { - this.getCurrentInsProduct(pId) - } catch (error) { - - } + // if(this.result.method=='saveInsContext'){ + // this.stopWorker(); // 澶勭悊瀹屾垚鍚庡仠姝� Worker + // } + }; }, handleFraction(str){ if(str&&typeof(str)=='string'&&str.includes('/')){ diff --git a/src/main.js b/src/main.js index 817cd9a..aec0653 100644 --- a/src/main.js +++ b/src/main.js @@ -15,8 +15,8 @@ Vue.prototype.$Big = Big; // 椤圭洰鍒囨崲 -// Vue.prototype.PROJECT = '妫�娴嬩腑蹇�' -Vue.prototype.PROJECT = '瑁呭鐢电紗' +Vue.prototype.PROJECT = '妫�娴嬩腑蹇�' +// Vue.prototype.PROJECT = '瑁呭鐢电紗' //鏈湴 // Vue.prototype.LOCATIONVUE = "http://127.0.0.1:80"; // const javaApi = 'http://127.0.0.1:8001'; @@ -27,12 +27,12 @@ // const javaApi = 'http://114.132.189.42:1234'; //妫�娴嬩腑蹇冩寮忓簱 -// Vue.prototype.LOCATIONVUE = "http://10.1.200.86:8080"; -// const javaApi = 'http://10.1.200.86:8001'; +Vue.prototype.LOCATIONVUE = "http://10.1.200.86:8080"; +const javaApi = 'http://10.1.200.86:8001'; //瑁呭鐢电紗娴嬭瘯搴� // Vue.prototype.LOCATIONVUE = "http://10.16.173.59"; -const javaApi = 'http://10.16.173.59:8001'; +// const javaApi = 'http://10.16.173.59:8001'; Vue.prototype.HaveJson = (val) => { return JSON.parse(JSON.stringify(val)) diff --git a/src/util/eccelFounctionList.js b/src/util/eccelFounctionList.js deleted file mode 100644 index 336ce12..0000000 --- a/src/util/eccelFounctionList.js +++ /dev/null @@ -1 +0,0 @@ -export {} diff --git a/src/util/excelFountion.js b/src/util/excelFountion.js index f237bc3..80c6e2e 100644 --- a/src/util/excelFountion.js +++ b/src/util/excelFountion.js @@ -271,7 +271,7 @@ 'AVERAGE', 'ABS', ] - f = f.replace(regex, ',') + f = f.replace(regex, ',').replaceAll('"&','').replaceAll('&"','') fouList.forEach(item=>{ f = f.replaceAll(item,',') }) diff --git a/static/js/worker.js b/static/js/worker.js new file mode 100644 index 0000000..df98533 --- /dev/null +++ b/static/js/worker.js @@ -0,0 +1,1610 @@ + +let code = '' +let tableList = [] +let excelMethodList = [] +let comparisonList = [] +let currentSample = {} +let PROJECT = '' +let result = { + method:'', + value:null +} +let param = null +self.onmessage = function(event) { + const data = JSON.parse(event.data); + code = data.code; + tableList = JSON.parse(JSON.stringify(data.tableList)); + excelMethodList = JSON.parse(JSON.stringify(data.excelMethodList)); + comparisonList = JSON.parse(JSON.stringify(data.comparisonList)); + currentSample = JSON.parse(JSON.stringify(data.currentSample)); + param = data.param; + PROJECT = data.PROJECT + changeInput('', code); +}; + +function changeInput(m, code){ + let str = code.split('-') + let r = str[1] + let c = str[2] + let id = str[0] + let pId = str[3] + var list = [] + for (let a in tableList) { + if (tableList[a].templateId == id) { + list = tableList[a].arr + break + } + } + excelMethodList.forEach(item => { + if (item.valueList.find(m => m.r == r && m.c == c)) { + var comValue = {} + item.valueList.forEach(a => { + list.forEach(b => { + if (b[0].r == a.r) { + b.forEach(c => { + if (c.c == a.c) { + var tableCode = '' + for (var d in comparisonList) { + if (c.c == comparisonList[d].value) { + tableCode = comparisonList[d].label + break + } + } + if(getInspectionValueType(item.i)==1&&!isNaN(parseFloat(c.v.v))){ + let n = String(c.v.v) + if(n.includes('/')){ + comValue[(tableCode + (c.r + 1))] = c.v.v + }else{ + comValue[(tableCode + (c.r + 1))] = parseFloat(c.v.v) + } + }else{ + comValue[(tableCode + (c.r + 1))] = c.v.v + } + } + }) + } + }) + }) + if (item.v.ps != undefined && item.v.ps.value == '缁撹') { + try { + if (currentSample.insProduct.find(m => m.id == item.i)) { + let ask = currentSample.insProduct.find(m => m.id == item.i).ask?currentSample.insProduct.find(m => m.id == item.i).ask.split('&'):null; + let res = Object.values(comValue)[0] + let comp = [] + if(res==''||res==null||res==undefined||res=='Infinity'){ + item.v.v = '' + }else{ + if(ask){ + comp = ask.map((m, i) => { + if (m.includes('RTS')) { + m = m.replace('RTS*', '') + } + if (m.includes('=')) { + let str = handleFraction(m.split('=')[1]) + if(typeof res == 'string'&&typeof str == 'string'){ + return res.trim() == str.trim() + }else{ + return eval(res) == eval(str) + } + } else if (m.includes('鈮�')) { + let str = handleFraction(m.split('鈮�')[1]) + return eval(res) >= eval(str) + }else if (m.includes('鈮�')) { + let str = handleFraction(m.split('鈮�')[1]) + console.log(eval(res),eval(str)) + return eval(res) <= eval(str) + }else if (m.includes('<')) { + let str = handleFraction(m.split('<')[1]) + return eval(res) < eval(str) + }else if (m.includes('>')) { + let str = handleFraction(m.split('>')[1]) + return eval(res) > eval(str) + }else if (m.includes('~')) { + let k = m.split('~') + return eval(res) >= eval(handleFraction((k[0]))) && eval(res) <= eval(handleFraction(k[1])) + }else if(m.includes('-')){ + let k = m.split('-') + return eval(res) >= eval(handleFraction(k[0])) && eval(res) <= eval(handleFraction(k[1])) + }else if(m.includes('卤')){ + let k = m.split('卤') + return eval(res) >= eval((handleFraction(k[0]) - handleFraction(k[1]))) && eval(res) <= eval((handleFraction(k[0]) + handleFraction(k[1]))) + }else if(m.includes('锛�')){ + let str = handleFraction(m.split('锛�')[1]) + return eval(res) > eval(str) + }else if(m.includes('锛�')){ + let str = handleFraction(m.split('锛�')[1]) + return eval(res) < eval(str) + } + }) + } + if (comp.every(m => m)) { + item.v.v = 1 + list.forEach(a => { + if (a[0].r == item.r) { + for (let b=0; b<a.length; b++) { + if (a[b].c == item.c) { + a[b].v.v = 1 + break + } + } + } + }) + } else { + item.v.v = 0 + list.forEach(a => { + if (a[0].r == item.r) { + for (let b=0; b<a.length; b++) { + if (a[b].c == item.c) { + a[b].v.v = 0 + break + } + } + } + }) + } + } + result = { + method:'saveInsContext', + value:{ + tableList, + param:getParam() + } + } + self.postMessage(JSON.stringify(result)) + } + } catch (error) { + + } + + } else { + let comResult = '' + console.log('item.v.f',item.v.f) + try { + if(getInspectionValueType(item.i)==1){ + let ask = currentSample.insProduct.find(m => m.id == item.i).ask?currentSample.insProduct.find(m => m.id == item.i).ask.split('&'):null; + comResult = compute(item.v.f.replace(/=/g, ' '),comValue) + console.log(1111,comResult) + // 瑁呭椤圭洰妫�楠屽�艰浆鍖� + if (PROJECT === '瑁呭鐢电紗' && ask[0].includes('RTS')) { + let num2 = new Big(comResult) + comResult = num2.toExponential() + } + }else{ + let valueList = []; + item.valueList.forEach(a => { + valueList.push({ + name: `${comparisonList.find(e=>e.value==a.c).label}${a.r+1}`, + value: 0, + }) + }) + for (var a in comValue) { + valueList.forEach(b => { + if (b.name == a) { + b.value = comValue[a] + } + }) + } + let str = item.v.f.replace(/=/g, ' ') + valueList.forEach(b => { + str = str.replace(b.name, b.value) + }) + comResult = str + } + } catch (error) { + } + try { + list.forEach(a => { + if (a[0].r == item.r && comResult !== '') { + for (var b in a) { + if (a[b].c == item.c) { + try{ + let val = parseFloat(comResult.toFixed(3)) + a[b].v.v = isNaN(val) ? '' : val + }catch(e){ + a[b].v.v = comResult + } + break + } + } + } + }) + changeInput(comResult, `${id}-${item.r}-${item.c}-${pId}`) //鏀瑰彉鏈�缁堝�� + } catch (error) { + + } + } + } + }) + result = { + method:'tableList', + value:tableList + } + self.postMessage(JSON.stringify(result)) + try { + result = { + method:'getCurrentInsProduct', + value:pId + } + self.postMessage(JSON.stringify(result)) + } catch (error) { + + } +} + +function getInspectionValueType(id) { + for (var a in currentSample.insProduct) { + if (currentSample.insProduct[a].id == id) { + return currentSample.insProduct[a].inspectionValueType + } + } +} + +function handleFraction(str){ + if(str&&typeof(str)=='string'&&str.includes('/')){ + return eval(str.split('/')[0]/str.split('/')[1]) + } else if (str && typeof(str) == 'string' && str.includes('*') && str.includes('^')) { + const num1 = str.split('*') + const num2 = num1[1].split('^') + let num3 = new Big(num2[0]); + let num4 = new Big(num2[1]); + let num5 = Math.pow(num3, num4) // 璁$畻娆℃柟 + return num1[0] * num5 // 鏈�鍚庤绠椾箻娉� + } else{ + return str + } +} + +function getParam(){ + for (var b in param){ + param[b].insValue = [] + param[b].comValue = [] + param[b].equipValue = [] + param[b].equipName = [] + param[b].resValue = null + param[b].insResult = null + } + tableList[0].arr.forEach(a => { + a.forEach(b=>{ + if (b.v.ps != undefined && b.v.ps.value === '妫�楠屽��') { + b.i &&b.v.v&& param[b.i].insValue.push(b) + } + if (b.v.ps != undefined && b.v.ps.value === '璁$畻鍊�') { + b.i &&b.v.v&& param[b.i].comValue.push(b) + } + if (b.v.ps != undefined && b.v.ps.value === '璁惧缂栫爜') { + b.i &&b.v.v&& param[b.i].equipValue.push(b) + } + if (b.v.ps != undefined && b.v.ps.value === '璁惧鍚嶇О') { + b.i &&b.v.v&& param[b.i].equipName.push(b) + } + if (b.v.ps != undefined && b.v.ps.value === '鏈�缁堝��') { + b.i &&b.v.v&& (param[b.i].resValue = b) + } + if (b.v.ps != undefined && b.v.ps.value === '缁撹') { + b.i &&(b.v.v||b.v.v===0||b.v.v==='0')&& (param[b.i].insResult = b) + } + }) + }) + return param +} + + +/** + * 璁$畻澶氫釜鏁板�肩殑鍜� + * + * @param val 鏁板�煎瀷鍙傛暟锛屽彲鍙橀暱鍙傛暟鍒楄〃 + * @returns 杩斿洖鎵�鏈夊弬鏁扮殑鍜岋紝濡傛灉鍙傛暟鍒楄〃涓虹┖鎴栧弬鏁扮被鍨嬮潪鏁板�煎瀷锛屽垯杩斿洖null + */ +function SUM(...val){ + try { + let num = null; + if(val&&val.length>0){ + val.forEach(item=>{ + num+=item; + }) + } + return num; + } catch (error) { + + } +} +/** + * 璁$畻浼犲叆鍙傛暟涓殑鏈�澶у�� + * + * @param ...val 鍙彉鍙傛暟鍒楄〃锛岀敤浜庤绠楁渶澶у�肩殑鏁板�兼垨鍙浆鎹负鏁板�肩殑绫诲瀷 + * @returns 杩斿洖鏈�澶у�硷紝濡傛灉鍙傛暟鍒楄〃涓虹┖鎴栦负null/undefined/''锛屽垯杩斿洖null + */ +function MAX(...val){ + try { + let max = null; + if(val&&val.length>0){ + val = val.filter(item=>item!=null&&item!=='') + if(val.length>0){ + max = Math.max(...val) + }else{ + max = null; + } + } + return max; + } catch (error) { + + } +} +/** + * 璁$畻浼犲叆鍙傛暟涓殑鏈�灏忓�� + * + * @param val 鍙彉鍙傛暟锛岀敤浜庤绠楁渶灏忓�肩殑鏁板�兼暟缁� + * @returns 杩斿洖浼犲叆鍙傛暟涓殑鏈�灏忓�硷紝濡傛灉浼犲叆鍙傛暟涓虹┖鎴栨墍鏈夊�煎潎涓簄ull鎴栫┖瀛楃涓诧紝鍒欒繑鍥瀗ull + */ +function MIN(...val){ + try { + let min = null; + if(val&&val.length>0){ + val = val.filter(item=>item!=null&&item!=='') + if(val.length>0){ + min = Math.min(...val) + } + } + return min; + } catch (error) { + + } +} +/** + * 璁$畻缁欏畾鏁板�肩殑骞冲潎鍊� + * + * @param val 鏁板�煎垪琛紝鍙寘鍚换鎰忎釜鍙傛暟 + * @returns 杩斿洖骞冲潎鍊硷紝濡傛灉鏁板�煎垪琛ㄤ负绌烘垨鍖呭惈闈炴暟鍊奸」锛屽垯杩斿洖null + */ +function AVERAGE(...val){ + try { + let num = null; + let arr = []; + if(val&&val.length>0){ + arr = val.filter(item=>item!=null&&item!=='') + arr.forEach(item=>{ + num+=item; + }) + if(arr.length>0){ + return num/arr.length; + }else{ + return null; + } + }else{ + return null; + } + } catch (error) { + + } +} +/** + * 璁$畻涓�涓暟鐨勭粷瀵瑰�� + * + * @param val 浠绘剰鏁板�� + * @returns 杩斿洖璇ユ暟鍊肩殑缁濆鍊� + */ +function ABS(val){ + try { + return Math.abs(val); + } catch (error) { + + } +} +/** + * 璁$畻涓�缁勬暟瀛楃殑涓綅鏁� + * + * @param val 浠绘剰涓弬鏁帮紝闇�瑕佽绠椾腑浣嶆暟鐨勬暟瀛� + * @returns 濡傛灉鍙傛暟涓湁鏈夋晥鐨勬暟瀛楋紝鍒欒繑鍥炶绠楀嚭鐨勪腑浣嶆暟锛涘惁鍒欒繑鍥瀗ull + */ +function MEDIAN(...val){ + try { + let arr = []; + if(val&&val.length>0){ + arr = val.filter(item=>item!=null&&item!=='') + const sortedArr = arr.sort((a, b) => a - b); + // 璁$畻涓綅鏁� + const half = Math.floor(sortedArr.length / 2); + if(arr.length>0){ + // 濡傛灉鏁扮粍闀垮害鏄鏁帮紝鐩存帴鍙栦腑闂寸殑鍏冪礌 + if (sortedArr.length % 2 === 1) { + return sortedArr[half]; + } else { // 濡傛灉鏁扮粍闀垮害鏄伓鏁帮紝鍙栦腑闂翠袱涓厓绱犵殑骞冲潎鍊� + return (sortedArr[half - 1] + sortedArr[half]) / 2; + } + }else{ + return null; + } + }else{ + return null; + } + } catch (error) { + + } +} + +/** + * 璁$畻骞� + * + * @param str 瀛楃涓插舰寮忕殑骞傝〃杈惧紡锛屼緥濡�"2^3" + * @returns 杩斿洖璁$畻鍚庣殑骞傚�硷紝濡傛灉琛ㄨ揪寮忔棤鏁堝垯杩斿洖null + */ +function CalculatePower(str){ + try { + if(str&&str.includes('^')){ + let arr = str.split('^'); + if(arr&&arr.length>1){ + return Math.pow(arr[0],arr[1]); + }else{ + return null; + } + } + } catch (error) { + + } +} + + + +/** + * 鏍规嵁鍧愭爣鑾峰彇鍒楀悕 + * @param {Object} cellId + */ +function getColumnNameFromId(cellId){ + try{ + if (! Array.isArray(cellId)) { + cellId = cellId.split('-'); + } + var i = cellId[0]; + var letter = ''; + if (i > 701) { + letter += String.fromCharCode(64 + parseInt(i / 676)); + letter += String.fromCharCode(64 + parseInt((i % 676) / 26)); + } else if (i > 25) { + letter += String.fromCharCode(64 + parseInt(i / 26)); + } + letter += String.fromCharCode(65 + (i % 26)); + return letter + (parseInt(cellId[1]) + 1); + }catch(e){ + console.log('error',cellId) + } +} +/** + * 鏍规嵁鍒楀悕鑾峰彇鍧愭爣 + * @param {Object} id + * @param {Object} arr + */ +function getIdFromColumnName(id, arr) { + try{ + // Get the letters + var t = /^[a-zA-Z]+/.exec(id); + if (t) { + // Base 26 calculation + var code = 0; + for (var i = 0; i < t[0].length; i++) { + code += parseInt(t[0].charCodeAt(i) - 64) * Math.pow(26, (t[0].length - 1 - i)); + } + code--; + // Make sure jexcel starts on zero + if (code < 0) { + code = 0; + } + + // Number + var number = parseInt(/[0-9]+$/.exec(id)); + if (number > 0) { + number--; + } + + if (arr == true) { + id = [ code, number ]; + } else { + // id = code + '-' + number; + id = { + c:code, + r:number + } + } + } + return id; + }catch(e){ + console.log('error',id) + } +} + +/** + * 鏇存敼鍙傛暟 + * + * @param f 鍙傛暟鍒楄〃 + * @returns 杩斿洖涓�涓寘鍚潗鏍囦俊鎭殑鏁扮粍 + */ +function changeParameter(f){ + try { + let arr = getABCList(f) + let arr2 = [] + arr.forEach(item=>{ + if(item.includes(':')){ + let r0 = getIdFromColumnName(item.split(':')[0]).r; + let c0 = getIdFromColumnName(item.split(':')[0]).c; + let r1 = getIdFromColumnName(item.split(':')[1]).r; + let c1 = getIdFromColumnName(item.split(':')[1]).c; + for (let i = Number(r0); i <= Number(r1); i++) { + for (let u = Number(c0); u <= Number(c1); u++) { + arr2.push({ + r: i, + c: u + }) + } + } + }else{ + arr2.push(getIdFromColumnName(item)) + } + }) + return arr2; + } catch (error) { + + } +} +/** + * 鑾峰彇鍖呭惈 ABC 瀛楃鐨勫垪琛� + * + * @param f 瀛楃涓诧紝鍖呭惈闇�瑕佽В鏋愮殑鍏紡鎴栬〃杈惧紡 + * @returns 鍖呭惈 ABC 瀛楃鐨勬暟缁勫垪琛� + */ +function getABCList(f){ + try { + let regex = /[=\+\-\*\%\(\)\/\^\s]/g; + let fouList = [ + "SUM", + 'MAX', + 'MIN', + 'AVERAGE', + 'ABS', + ] + f = f.replace(regex, ',').replaceAll('"&','').replaceAll('&"','') + fouList.forEach(item=>{ + f = f.replaceAll(item,',') + }) + let arr = f.split(',').filter(item=>{ + return item&& /[a-zA-Z]/.test(item)&&item!='undefined'&&item!='null' + }); + return arr; + } catch (error) { + + } +} +/** + * 鑾峰彇鎵�鏈夊崟鍏冩牸 + * + * @param f 琛ㄦ牸鏁版嵁鎴栫浉鍏冲弬鏁� + * @returns 杩斿洖涓�涓璞★紝鍏堕敭涓哄崟鍏冩牸鐨勫敮涓�鏍囪瘑绗︼紙鐢卞垪鍜岃ID鎷兼帴鑰屾垚锛夛紝鍊间负null + */ +function getAllCell(f){ + try { + let arr = changeParameter(f) + let arr0 = {} + arr.forEach(item=>{ + arr0[getColumnNameFromId(`${item.c}`+'-'+`${item.r}`)] = null + }) + return arr0; + } catch (error) { + + } +} + +/** + * 璁$畻鍑芥暟 + * + * @param f 瀛楃涓茬被鍨嬶紝琛ㄧず寰呰绠楃殑鍏紡 + * @param comValue 瀵硅薄绫诲瀷锛岃〃绀鸿鏇挎崲鐨勫崟鍏冩牸鍊硷紝閿负鍗曞厓鏍煎悕绉帮紝鍊间负鏇挎崲鍚庣殑鍊� + * @returns 杩斿洖璁$畻鍚庣殑缁撴灉锛屽鏋滆绠楀け璐ュ垯杩斿洖0 + */ +function compute(f,comValue){ + try { + let str = f + // 鑾峰彇鍗曞厓鏍煎搴斿�� + let arr = getAllCell(f) + for (var a in comValue) { + if(comValue[a]!=='undefined'&&comValue[a]!=='null'&&comValue[a]!==undefined){ + if(typeof(comValue[a])=='string'&&comValue[a].includes('^')){ + // 璁$畻骞傛 + arr[a] = CalculatePower(comValue[a]) + } else if (typeof(comValue[a])=='string'&&comValue[a].includes('/')) { + arr[a] = comValue[a].split('/')[0] / comValue[a].split('/')[1]; + } else{ + arr[a] = comValue[a] + } + } + } + // 瑙f瀽鍏紡鍙傛暟锛岀壒鍒槸甯︼細鐨� + let arr0 = getABCList(f) + let obj = {} + arr0.forEach(item=>{ + if(item.includes(':')){ + let arr1 = [] + let r0 = getIdFromColumnName(item.split(':')[0]).r; + let c0 = getIdFromColumnName(item.split(':')[0]).c; + let r1 = getIdFromColumnName(item.split(':')[1]).r; + let c1 = getIdFromColumnName(item.split(':')[1]).c; + for (let i = Number(r0); i <= Number(r1); i++) { + for (let u = Number(c0); u <= Number(c1); u++) { + arr1.push({ + r: i, + c: u + }) + } + } + let arr2 = [] + arr1.forEach(m=>{ + arr2.push(getColumnNameFromId(`${m.c}`+'-'+`${m.r}`)) + }) + obj[item.split(':').join('-')] = arr2.join(',') + }else{ + obj[item] = item + } + }) + str = str.replaceAll(':', '-') + // 鏇挎崲鍙傛暟 + for (var a in obj) { + str = str.replaceAll(a, obj[a]) + } + // 璁$畻 + for (var a in arr) { + str = str.replaceAll(a, arr[a]) + } + if(str.includes(',,')){ + str = str.replaceAll(',,', '') + } + if(str.includes('&"/"&')){ + return str.replaceAll('&"/"&', '/').replaceAll('//','') + }else{ + return eval(str) + } + } catch (error) { + + } +} + + + + +/* + * big.js v5.2.2 + * A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic. + * Copyright (c) 2018 Michael Mclaughlin <M8ch88l@gmail.com> + * https://github.com/MikeMcl/big.js/LICENCE + */ +;(function (GLOBAL) { + 'use strict'; + var Big, + + +/************************************** EDITABLE DEFAULTS *****************************************/ + + + // The default values below must be integers within the stated ranges. + + /* + * The maximum number of decimal places (DP) of the results of operations involving division: + * div and sqrt, and pow with negative exponents. + */ + DP = 20, // 0 to MAX_DP + + /* + * The rounding mode (RM) used when rounding to the above decimal places. + * + * 0 Towards zero (i.e. truncate, no rounding). (ROUND_DOWN) + * 1 To nearest neighbour. If equidistant, round up. (ROUND_HALF_UP) + * 2 To nearest neighbour. If equidistant, to even. (ROUND_HALF_EVEN) + * 3 Away from zero. (ROUND_UP) + */ + RM = 1, // 0, 1, 2 or 3 + + // The maximum value of DP and Big.DP. + MAX_DP = 1E6, // 0 to 1000000 + + // The maximum magnitude of the exponent argument to the pow method. + MAX_POWER = 1E6, // 1 to 1000000 + + /* + * The negative exponent (NE) at and beneath which toString returns exponential notation. + * (JavaScript numbers: -7) + * -1000000 is the minimum recommended exponent value of a Big. + */ + NE = -7, // 0 to -1000000 + + /* + * The positive exponent (PE) at and above which toString returns exponential notation. + * (JavaScript numbers: 21) + * 1000000 is the maximum recommended exponent value of a Big. + * (This limit is not enforced or checked.) + */ + PE = 21, // 0 to 1000000 + + +/**************************************************************************************************/ + + + // Error messages. + NAME = '[big.js] ', + INVALID = NAME + 'Invalid ', + INVALID_DP = INVALID + 'decimal places', + INVALID_RM = INVALID + 'rounding mode', + DIV_BY_ZERO = NAME + 'Division by zero', + + // The shared prototype object. + P = {}, + UNDEFINED = void 0, + NUMERIC = /^-?(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i; + + + /* + * Create and return a Big constructor. + * + */ + function _Big_() { + + /* + * The Big constructor and exported function. + * Create and return a new instance of a Big number object. + * + * n {number|string|Big} A numeric value. + */ + function Big(n) { + var x = this; + + // Enable constructor usage without new. + if (!(x instanceof Big)) return n === UNDEFINED ? _Big_() : new Big(n); + + // Duplicate. + if (n instanceof Big) { + x.s = n.s; + x.e = n.e; + x.c = n.c.slice(); + } else { + parse(x, n); + } + + /* + * Retain a reference to this Big constructor, and shadow Big.prototype.constructor which + * points to Object. + */ + x.constructor = Big; + } + + Big.prototype = P; + Big.DP = DP; + Big.RM = RM; + Big.NE = NE; + Big.PE = PE; + Big.version = '5.2.2'; + + return Big; + } + + + /* + * Parse the number or string value passed to a Big constructor. + * + * x {Big} A Big number instance. + * n {number|string} A numeric value. + */ + function parse(x, n) { + var e, i, nl; + + // Minus zero? + if (n === 0 && 1 / n < 0) n = '-0'; + else if (!NUMERIC.test(n += '')) throw Error(INVALID + 'number'); + + // Determine sign. + x.s = n.charAt(0) == '-' ? (n = n.slice(1), -1) : 1; + + // Decimal point? + if ((e = n.indexOf('.')) > -1) n = n.replace('.', ''); + + // Exponential form? + if ((i = n.search(/e/i)) > 0) { + + // Determine exponent. + if (e < 0) e = i; + e += +n.slice(i + 1); + n = n.substring(0, i); + } else if (e < 0) { + + // Integer. + e = n.length; + } + + nl = n.length; + + // Determine leading zeros. + for (i = 0; i < nl && n.charAt(i) == '0';) ++i; + + if (i == nl) { + + // Zero. + x.c = [x.e = 0]; + } else { + + // Determine trailing zeros. + for (; nl > 0 && n.charAt(--nl) == '0';); + x.e = e - i - 1; + x.c = []; + + // Convert string to array of digits without leading/trailing zeros. + for (e = 0; i <= nl;) x.c[e++] = +n.charAt(i++); + } + + return x; + } + + + /* + * Round Big x to a maximum of dp decimal places using rounding mode rm. + * Called by stringify, P.div, P.round and P.sqrt. + * + * x {Big} The Big to round. + * dp {number} Integer, 0 to MAX_DP inclusive. + * rm {number} 0, 1, 2 or 3 (DOWN, HALF_UP, HALF_EVEN, UP) + * [more] {boolean} Whether the result of division was truncated. + */ + function round(x, dp, rm, more) { + var xc = x.c, + i = x.e + dp + 1; + + if (i < xc.length) { + if (rm === 1) { + + // xc[i] is the digit after the digit that may be rounded up. + more = xc[i] >= 5; + } else if (rm === 2) { + more = xc[i] > 5 || xc[i] == 5 && + (more || i < 0 || xc[i + 1] !== UNDEFINED || xc[i - 1] & 1); + } else if (rm === 3) { + more = more || !!xc[0]; + } else { + more = false; + if (rm !== 0) throw Error(INVALID_RM); + } + + if (i < 1) { + xc.length = 1; + + if (more) { + + // 1, 0.1, 0.01, 0.001, 0.0001 etc. + x.e = -dp; + xc[0] = 1; + } else { + + // Zero. + xc[0] = x.e = 0; + } + } else { + + // Remove any digits after the required decimal places. + xc.length = i--; + + // Round up? + if (more) { + + // Rounding up may mean the previous digit has to be rounded up. + for (; ++xc[i] > 9;) { + xc[i] = 0; + if (!i--) { + ++x.e; + xc.unshift(1); + } + } + } + + // Remove trailing zeros. + for (i = xc.length; !xc[--i];) xc.pop(); + } + } else if (rm < 0 || rm > 3 || rm !== ~~rm) { + throw Error(INVALID_RM); + } + + return x; + } + + + /* + * Return a string representing the value of Big x in normal or exponential notation. + * Handles P.toExponential, P.toFixed, P.toJSON, P.toPrecision, P.toString and P.valueOf. + * + * x {Big} + * id? {number} Caller id. + * 1 toExponential + * 2 toFixed + * 3 toPrecision + * 4 valueOf + * n? {number|undefined} Caller's argument. + * k? {number|undefined} + */ + function stringify(x, id, n, k) { + var e, s, + Big = x.constructor, + z = !x.c[0]; + + if (n !== UNDEFINED) { + if (n !== ~~n || n < (id == 3) || n > MAX_DP) { + throw Error(id == 3 ? INVALID + 'precision' : INVALID_DP); + } + + x = new Big(x); + + // The index of the digit that may be rounded up. + n = k - x.e; + + // Round? + if (x.c.length > ++k) round(x, n, Big.RM); + + // toFixed: recalculate k as x.e may have changed if value rounded up. + if (id == 2) k = x.e + n + 1; + + // Append zeros? + for (; x.c.length < k;) x.c.push(0); + } + + e = x.e; + s = x.c.join(''); + n = s.length; + + // Exponential notation? + if (id != 2 && (id == 1 || id == 3 && k <= e || e <= Big.NE || e >= Big.PE)) { + s = s.charAt(0) + (n > 1 ? '.' + s.slice(1) : '') + (e < 0 ? 'e' : 'e+') + e; + + // Normal notation. + } else if (e < 0) { + for (; ++e;) s = '0' + s; + s = '0.' + s; + } else if (e > 0) { + if (++e > n) for (e -= n; e--;) s += '0'; + else if (e < n) s = s.slice(0, e) + '.' + s.slice(e); + } else if (n > 1) { + s = s.charAt(0) + '.' + s.slice(1); + } + + return x.s < 0 && (!z || id == 4) ? '-' + s : s; + } + + + // Prototype/instance methods + + + /* + * Return a new Big whose value is the absolute value of this Big. + */ + P.abs = function () { + var x = new this.constructor(this); + x.s = 1; + return x; + }; + + + /* + * Return 1 if the value of this Big is greater than the value of Big y, + * -1 if the value of this Big is less than the value of Big y, or + * 0 if they have the same value. + */ + P.cmp = function (y) { + var isneg, + x = this, + xc = x.c, + yc = (y = new x.constructor(y)).c, + i = x.s, + j = y.s, + k = x.e, + l = y.e; + + // Either zero? + if (!xc[0] || !yc[0]) return !xc[0] ? !yc[0] ? 0 : -j : i; + + // Signs differ? + if (i != j) return i; + + isneg = i < 0; + + // Compare exponents. + if (k != l) return k > l ^ isneg ? 1 : -1; + + j = (k = xc.length) < (l = yc.length) ? k : l; + + // Compare digit by digit. + for (i = -1; ++i < j;) { + if (xc[i] != yc[i]) return xc[i] > yc[i] ^ isneg ? 1 : -1; + } + + // Compare lengths. + return k == l ? 0 : k > l ^ isneg ? 1 : -1; + }; + + + /* + * Return a new Big whose value is the value of this Big divided by the value of Big y, rounded, + * if necessary, to a maximum of Big.DP decimal places using rounding mode Big.RM. + */ + P.div = function (y) { + var x = this, + Big = x.constructor, + a = x.c, // dividend + b = (y = new Big(y)).c, // divisor + k = x.s == y.s ? 1 : -1, + dp = Big.DP; + + if (dp !== ~~dp || dp < 0 || dp > MAX_DP) throw Error(INVALID_DP); + + // Divisor is zero? + if (!b[0]) throw Error(DIV_BY_ZERO); + + // Dividend is 0? Return +-0. + if (!a[0]) return new Big(k * 0); + + var bl, bt, n, cmp, ri, + bz = b.slice(), + ai = bl = b.length, + al = a.length, + r = a.slice(0, bl), // remainder + rl = r.length, + q = y, // quotient + qc = q.c = [], + qi = 0, + d = dp + (q.e = x.e - y.e) + 1; // number of digits of the result + + q.s = k; + k = d < 0 ? 0 : d; + + // Create version of divisor with leading zero. + bz.unshift(0); + + // Add zeros to make remainder as long as divisor. + for (; rl++ < bl;) r.push(0); + + do { + + // n is how many times the divisor goes into current remainder. + for (n = 0; n < 10; n++) { + + // Compare divisor and remainder. + if (bl != (rl = r.length)) { + cmp = bl > rl ? 1 : -1; + } else { + for (ri = -1, cmp = 0; ++ri < bl;) { + if (b[ri] != r[ri]) { + cmp = b[ri] > r[ri] ? 1 : -1; + break; + } + } + } + + // If divisor < remainder, subtract divisor from remainder. + if (cmp < 0) { + + // Remainder can't be more than 1 digit longer than divisor. + // Equalise lengths using divisor with extra leading zero? + for (bt = rl == bl ? b : bz; rl;) { + if (r[--rl] < bt[rl]) { + ri = rl; + for (; ri && !r[--ri];) r[ri] = 9; + --r[ri]; + r[rl] += 10; + } + r[rl] -= bt[rl]; + } + + for (; !r[0];) r.shift(); + } else { + break; + } + } + + // Add the digit n to the result array. + qc[qi++] = cmp ? n : ++n; + + // Update the remainder. + if (r[0] && cmp) r[rl] = a[ai] || 0; + else r = [a[ai]]; + + } while ((ai++ < al || r[0] !== UNDEFINED) && k--); + + // Leading zero? Do not remove if result is simply zero (qi == 1). + if (!qc[0] && qi != 1) { + + // There can't be more than one zero. + qc.shift(); + q.e--; + } + + // Round? + if (qi > d) round(q, dp, Big.RM, r[0] !== UNDEFINED); + + return q; + }; + + + /* + * Return true if the value of this Big is equal to the value of Big y, otherwise return false. + */ + P.eq = function (y) { + return !this.cmp(y); + }; + + + /* + * Return true if the value of this Big is greater than the value of Big y, otherwise return + * false. + */ + P.gt = function (y) { + return this.cmp(y) > 0; + }; + + + /* + * Return true if the value of this Big is greater than or equal to the value of Big y, otherwise + * return false. + */ + P.gte = function (y) { + return this.cmp(y) > -1; + }; + + + /* + * Return true if the value of this Big is less than the value of Big y, otherwise return false. + */ + P.lt = function (y) { + return this.cmp(y) < 0; + }; + + + /* + * Return true if the value of this Big is less than or equal to the value of Big y, otherwise + * return false. + */ + P.lte = function (y) { + return this.cmp(y) < 1; + }; + + + /* + * Return a new Big whose value is the value of this Big minus the value of Big y. + */ + P.minus = P.sub = function (y) { + var i, j, t, xlty, + x = this, + Big = x.constructor, + a = x.s, + b = (y = new Big(y)).s; + + // Signs differ? + if (a != b) { + y.s = -b; + return x.plus(y); + } + + var xc = x.c.slice(), + xe = x.e, + yc = y.c, + ye = y.e; + + // Either zero? + if (!xc[0] || !yc[0]) { + + // y is non-zero? x is non-zero? Or both are zero. + return yc[0] ? (y.s = -b, y) : new Big(xc[0] ? x : 0); + } + + // Determine which is the bigger number. Prepend zeros to equalise exponents. + if (a = xe - ye) { + + if (xlty = a < 0) { + a = -a; + t = xc; + } else { + ye = xe; + t = yc; + } + + t.reverse(); + for (b = a; b--;) t.push(0); + t.reverse(); + } else { + + // Exponents equal. Check digit by digit. + j = ((xlty = xc.length < yc.length) ? xc : yc).length; + + for (a = b = 0; b < j; b++) { + if (xc[b] != yc[b]) { + xlty = xc[b] < yc[b]; + break; + } + } + } + + // x < y? Point xc to the array of the bigger number. + if (xlty) { + t = xc; + xc = yc; + yc = t; + y.s = -y.s; + } + + /* + * Append zeros to xc if shorter. No need to add zeros to yc if shorter as subtraction only + * needs to start at yc.length. + */ + if ((b = (j = yc.length) - (i = xc.length)) > 0) for (; b--;) xc[i++] = 0; + + // Subtract yc from xc. + for (b = i; j > a;) { + if (xc[--j] < yc[j]) { + for (i = j; i && !xc[--i];) xc[i] = 9; + --xc[i]; + xc[j] += 10; + } + + xc[j] -= yc[j]; + } + + // Remove trailing zeros. + for (; xc[--b] === 0;) xc.pop(); + + // Remove leading zeros and adjust exponent accordingly. + for (; xc[0] === 0;) { + xc.shift(); + --ye; + } + + if (!xc[0]) { + + // n - n = +0 + y.s = 1; + + // Result must be zero. + xc = [ye = 0]; + } + + y.c = xc; + y.e = ye; + + return y; + }; + + + /* + * Return a new Big whose value is the value of this Big modulo the value of Big y. + */ + P.mod = function (y) { + var ygtx, + x = this, + Big = x.constructor, + a = x.s, + b = (y = new Big(y)).s; + + if (!y.c[0]) throw Error(DIV_BY_ZERO); + + x.s = y.s = 1; + ygtx = y.cmp(x) == 1; + x.s = a; + y.s = b; + + if (ygtx) return new Big(x); + + a = Big.DP; + b = Big.RM; + Big.DP = Big.RM = 0; + x = x.div(y); + Big.DP = a; + Big.RM = b; + + return this.minus(x.times(y)); + }; + + + /* + * Return a new Big whose value is the value of this Big plus the value of Big y. + */ + P.plus = P.add = function (y) { + var t, + x = this, + Big = x.constructor, + a = x.s, + b = (y = new Big(y)).s; + + // Signs differ? + if (a != b) { + y.s = -b; + return x.minus(y); + } + + var xe = x.e, + xc = x.c, + ye = y.e, + yc = y.c; + + // Either zero? y is non-zero? x is non-zero? Or both are zero. + if (!xc[0] || !yc[0]) return yc[0] ? y : new Big(xc[0] ? x : a * 0); + + xc = xc.slice(); + + // Prepend zeros to equalise exponents. + // Note: reverse faster than unshifts. + if (a = xe - ye) { + if (a > 0) { + ye = xe; + t = yc; + } else { + a = -a; + t = xc; + } + + t.reverse(); + for (; a--;) t.push(0); + t.reverse(); + } + + // Point xc to the longer array. + if (xc.length - yc.length < 0) { + t = yc; + yc = xc; + xc = t; + } + + a = yc.length; + + // Only start adding at yc.length - 1 as the further digits of xc can be left as they are. + for (b = 0; a; xc[a] %= 10) b = (xc[--a] = xc[a] + yc[a] + b) / 10 | 0; + + // No need to check for zero, as +x + +y != 0 && -x + -y != 0 + + if (b) { + xc.unshift(b); + ++ye; + } + + // Remove trailing zeros. + for (a = xc.length; xc[--a] === 0;) xc.pop(); + + y.c = xc; + y.e = ye; + + return y; + }; + + + /* + * Return a Big whose value is the value of this Big raised to the power n. + * If n is negative, round to a maximum of Big.DP decimal places using rounding + * mode Big.RM. + * + * n {number} Integer, -MAX_POWER to MAX_POWER inclusive. + */ + P.pow = function (n) { + var x = this, + one = new x.constructor(1), + y = one, + isneg = n < 0; + + if (n !== ~~n || n < -MAX_POWER || n > MAX_POWER) throw Error(INVALID + 'exponent'); + if (isneg) n = -n; + + for (;;) { + if (n & 1) y = y.times(x); + n >>= 1; + if (!n) break; + x = x.times(x); + } + + return isneg ? one.div(y) : y; + }; + + + /* + * Return a new Big whose value is the value of this Big rounded using rounding mode rm + * to a maximum of dp decimal places, or, if dp is negative, to an integer which is a + * multiple of 10**-dp. + * If dp is not specified, round to 0 decimal places. + * If rm is not specified, use Big.RM. + * + * dp? {number} Integer, -MAX_DP to MAX_DP inclusive. + * rm? 0, 1, 2 or 3 (ROUND_DOWN, ROUND_HALF_UP, ROUND_HALF_EVEN, ROUND_UP) + */ + P.round = function (dp, rm) { + var Big = this.constructor; + if (dp === UNDEFINED) dp = 0; + else if (dp !== ~~dp || dp < -MAX_DP || dp > MAX_DP) throw Error(INVALID_DP); + return round(new Big(this), dp, rm === UNDEFINED ? Big.RM : rm); + }; + + + /* + * Return a new Big whose value is the square root of the value of this Big, rounded, if + * necessary, to a maximum of Big.DP decimal places using rounding mode Big.RM. + */ + P.sqrt = function () { + var r, c, t, + x = this, + Big = x.constructor, + s = x.s, + e = x.e, + half = new Big(0.5); + + // Zero? + if (!x.c[0]) return new Big(x); + + // Negative? + if (s < 0) throw Error(NAME + 'No square root'); + + // Estimate. + s = Math.sqrt(x + ''); + + // Math.sqrt underflow/overflow? + // Re-estimate: pass x coefficient to Math.sqrt as integer, then adjust the result exponent. + if (s === 0 || s === 1 / 0) { + c = x.c.join(''); + if (!(c.length + e & 1)) c += '0'; + s = Math.sqrt(c); + e = ((e + 1) / 2 | 0) - (e < 0 || e & 1); + r = new Big((s == 1 / 0 ? '1e' : (s = s.toExponential()).slice(0, s.indexOf('e') + 1)) + e); + } else { + r = new Big(s); + } + + e = r.e + (Big.DP += 4); + + // Newton-Raphson iteration. + do { + t = r; + r = half.times(t.plus(x.div(t))); + } while (t.c.slice(0, e).join('') !== r.c.slice(0, e).join('')); + + return round(r, Big.DP -= 4, Big.RM); + }; + + + /* + * Return a new Big whose value is the value of this Big times the value of Big y. + */ + P.times = P.mul = function (y) { + var c, + x = this, + Big = x.constructor, + xc = x.c, + yc = (y = new Big(y)).c, + a = xc.length, + b = yc.length, + i = x.e, + j = y.e; + + // Determine sign of result. + y.s = x.s == y.s ? 1 : -1; + + // Return signed 0 if either 0. + if (!xc[0] || !yc[0]) return new Big(y.s * 0); + + // Initialise exponent of result as x.e + y.e. + y.e = i + j; + + // If array xc has fewer digits than yc, swap xc and yc, and lengths. + if (a < b) { + c = xc; + xc = yc; + yc = c; + j = a; + a = b; + b = j; + } + + // Initialise coefficient array of result with zeros. + for (c = new Array(j = a + b); j--;) c[j] = 0; + + // Multiply. + + // i is initially xc.length. + for (i = b; i--;) { + b = 0; + + // a is yc.length. + for (j = a + i; j > i;) { + + // Current sum of products at this digit position, plus carry. + b = c[j] + yc[i] * xc[j - i - 1] + b; + c[j--] = b % 10; + + // carry + b = b / 10 | 0; + } + + c[j] = (c[j] + b) % 10; + } + + // Increment result exponent if there is a final carry, otherwise remove leading zero. + if (b) ++y.e; + else c.shift(); + + // Remove trailing zeros. + for (i = c.length; !c[--i];) c.pop(); + y.c = c; + + return y; + }; + + + /* + * Return a string representing the value of this Big in exponential notation to dp fixed decimal + * places and rounded using Big.RM. + * + * dp? {number} Integer, 0 to MAX_DP inclusive. + */ + P.toExponential = function (dp) { + return stringify(this, 1, dp, dp); + }; + + + /* + * Return a string representing the value of this Big in normal notation to dp fixed decimal + * places and rounded using Big.RM. + * + * dp? {number} Integer, 0 to MAX_DP inclusive. + * + * (-0).toFixed(0) is '0', but (-0.1).toFixed(0) is '-0'. + * (-0).toFixed(1) is '0.0', but (-0.01).toFixed(1) is '-0.0'. + */ + P.toFixed = function (dp) { + return stringify(this, 2, dp, this.e + dp); + }; + + + /* + * Return a string representing the value of this Big rounded to sd significant digits using + * Big.RM. Use exponential notation if sd is less than the number of digits necessary to represent + * the integer part of the value in normal notation. + * + * sd {number} Integer, 1 to MAX_DP inclusive. + */ + P.toPrecision = function (sd) { + return stringify(this, 3, sd, sd - 1); + }; + + + /* + * Return a string representing the value of this Big. + * Return exponential notation if this Big has a positive exponent equal to or greater than + * Big.PE, or a negative exponent equal to or less than Big.NE. + * Omit the sign for negative zero. + */ + P.toString = function () { + return stringify(this); + }; + + + /* + * Return a string representing the value of this Big. + * Return exponential notation if this Big has a positive exponent equal to or greater than + * Big.PE, or a negative exponent equal to or less than Big.NE. + * Include the sign for negative zero. + */ + P.valueOf = P.toJSON = function () { + return stringify(this, 4); + }; + + + // Export + + + Big = _Big_(); + + Big['default'] = Big.Big = Big; + + //AMD. + if (typeof define === 'function' && define.amd) { + define(function () { return Big; }); + + // Node and other CommonJS-like environments that support module.exports. + } else if (typeof module !== 'undefined' && module.exports) { + module.exports = Big; + + //Browser. + } else { + GLOBAL.Big = Big; + } +})(this); -- Gitblit v1.9.3