From 50081e3618f95a49ac88514ffe5ed056f8287058 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 05 三月 2025 13:09:29 +0800
Subject: [PATCH] 搬迁检验委托单

---
 src/api/cnas/process/demand.js          |   48 +++
 src/views/CNAS/process/demand/index.vue |  804 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/assets/images/logo2.png             |    0 
 3 files changed, 852 insertions(+), 0 deletions(-)

diff --git a/src/api/cnas/process/demand.js b/src/api/cnas/process/demand.js
new file mode 100644
index 0000000..92b50e7
--- /dev/null
+++ b/src/api/cnas/process/demand.js
@@ -0,0 +1,48 @@
+// 妫�楠屽鎵樺崟鐩稿叧鎺ュ彛
+import request from "@/utils/request";
+
+//瀵煎嚭
+export function exportInspectionOrder(query) {
+  return request({
+    url: "/processOrder/exportInspectionOrder",
+    method: "get",
+    responseType: "blob",
+    params: query,
+  });
+}
+
+// 淇敼
+export function doProcessOrder(data) {
+  return request({
+    url: "/processOrder/doProcessOrder",
+    method: "post",
+    data: data,
+  });
+}
+
+//鏌ョ湅
+export function getProcessOrder(query) {
+  return request({
+    url: "/processOrder/getProcessOrder",
+    method: "get",
+    params: query,
+  });
+}
+
+//鍒犻櫎
+export function delProcessOrder(query) {
+  return request({
+    url: "/processOrder/delProcessOrder",
+    method: "delete",
+    params: query,
+  });
+}
+
+//鍒楄〃
+export function pageProcessOrder(query) {
+  return request({
+    url: "/processOrder/pageProcessOrder",
+    method: "get",
+    params: query,
+  });
+}
diff --git a/src/assets/images/logo2.png b/src/assets/images/logo2.png
new file mode 100644
index 0000000..d0c5df8
--- /dev/null
+++ b/src/assets/images/logo2.png
Binary files differ
diff --git a/src/views/CNAS/process/demand/index.vue b/src/views/CNAS/process/demand/index.vue
new file mode 100644
index 0000000..05b483d
--- /dev/null
+++ b/src/views/CNAS/process/demand/index.vue
@@ -0,0 +1,804 @@
+<template>
+  <div class="contract-review">
+    <div class="search">
+      <div class="search_thing">
+        <div class="search_label">璇曟牱鍚嶇О锛�</div>
+        <div class="search_input"><el-input v-model="queryParams.sample" clearable placeholder="璇疯緭鍏�" size="small"
+            @keyup.enter.native="refreshTable()"></el-input></div>
+      </div>
+      <div class="search_thing">
+        <div class="search_label">濮旀墭鍗曚綅锛�</div>
+        <div class="search_input">
+          <el-input v-model="queryParams.company" clearable placeholder="璇疯緭鍏�" size="small"
+            @keyup.enter.native="refreshTable()"></el-input>
+        </div>
+      </div>
+      <div class="search_thing">
+        <div class="search_label">鐢熶骇鍗曚綅锛�</div>
+        <div class="search_input">
+          <el-input v-model="queryParams.production" clearable placeholder="璇疯緭鍏�" size="small"
+            @keyup.enter.native="refreshTable()"></el-input>
+        </div>
+      </div>
+      <div class="search_thing">
+        <div class="search_label">濮旀墭浜猴細</div>
+        <div class="search_input">
+          <el-input v-model="queryParams.prepareUser" clearable placeholder="璇疯緭鍏�" size="small"
+            @keyup.enter.native="refreshTable()"></el-input>
+        </div>
+      </div>
+      <div class="search_thing" style="padding-left: 30px;">
+        <el-button size="small" @click="refresh()">閲� 缃�</el-button>
+        <el-button size="small" type="primary" @click="refreshTable()">鏌� 璇�</el-button>
+      </div>
+    </div>
+    <div class="table">
+      <lims-table :tableData="tableData" :column="column" :tableLoading="tableLoading" :height="'calc(100vh - 270px)'"
+        :page="page" @pagination="pagination"></lims-table>
+      <!-- <ValueTable :key="upIndex" ref="ValueTable" :componentData="componentData"
+        :delUrl="$api.processOrder.delProcessOrder" :url="$api.processOrder.pageProcessOrder" /> -->
+    </div>
+    <el-dialog :visible.sync="addDialogVisible" title="琛ュ厖淇℃伅" width="400px">
+      <el-row>
+        <el-col :span="24" style="margin-bottom: 16px;">
+          <div class="search_thing">
+            <div class="search_label">鍒ゅ畾瑙勫垯锛�</div>
+            <div class="search_input" style="display: flex;align-items: center;">
+              <!-- <el-input size="small" placeholder="璇疯緭鍏�" clearable v-model="addInfo.rule"></el-input> -->
+              <el-radio-group v-model="addInfo.rule" size="small" style="width: 60%;">
+                <el-radio label="涓嶈�冭檻涓嶇‘瀹氬害">涓嶈�冭檻涓嶇‘瀹氬害</el-radio>
+                <el-radio label="鑰冭檻涓嶇‘瀹氬害">鑰冭檻涓嶇‘瀹氬害</el-radio>
+              </el-radio-group>
+              <el-input v-if="addInfo.rule == '鑰冭檻涓嶇‘瀹氬害'" v-model="addInfo.num" placeholder="璇疯緭鍏�" size="small"
+                style="width: 80px;margin-right: 10px;"></el-input>
+              <span v-if="addInfo.rule == '鑰冭檻涓嶇‘瀹氬害'"> %</span>
+            </div>
+          </div>
+        </el-col>
+        <el-col :span="24" style="margin-bottom: 16px;">
+          <div class="search_thing">
+            <div class="search_label">缁煎悎瀹ょ鍚嶄汉锛�</div>
+            <div class="search_input">
+              <el-select v-model="addInfo.comprehensiveUser" placeholder="璇烽�夋嫨" size="small" style="width: 100%;">
+                <el-option v-for="item in personList" :key="item.value" :label="item.label" :value="item.value">
+                </el-option>
+              </el-select>
+            </div>
+          </div>
+        </el-col>
+        <el-col :span="24" style="margin-bottom: 16px;">
+          <div class="search_thing">
+            <div class="search_label">鎺ユ敹鏃ユ湡锛�</div>
+            <div class="search_input">
+              <el-date-picker v-model="addInfo.comprehensiveTime" format="yyyy-MM-dd" placeholder="閫夋嫨鏃ユ湡" size="small"
+                style="width: 100%;" type="date" value-format="yyyy-MM-dd">
+              </el-date-picker>
+            </div>
+          </div>
+        </el-col>
+        <el-col :span="24" style="margin-bottom: 16px;">
+          <div class="search_thing">
+            <div class="search_label">棰嗘牱鍛橈細</div>
+            <div class="search_input">
+              <el-select v-model="addInfo.issueUser" placeholder="璇烽�夋嫨" size="small" style="width: 100%;">
+                <el-option v-for="item in personList" :key="item.value" :label="item.label" :value="item.value">
+                </el-option>
+              </el-select>
+            </div>
+          </div>
+        </el-col>
+        <el-col :span="24" style="margin-bottom: 16px;">
+          <div class="search_thing">
+            <div class="search_label">棰嗘牱鏃ユ湡锛�</div>
+            <div class="search_input">
+              <el-date-picker v-model="addInfo.issueTime" format="yyyy-MM-dd" placeholder="閫夋嫨鏃ユ湡" size="small"
+                style="width: 100%;" type="date" value-format="yyyy-MM-dd">
+              </el-date-picker>
+            </div>
+          </div>
+        </el-col>
+      </el-row>
+      <span slot="footer" class="dialog-footer">
+        <el-button @click="addDialogVisible = false">鍙� 娑�</el-button>
+        <el-button :loading="addLoading" type="primary" @click="handleAdd">纭� 瀹�</el-button>
+      </span>
+    </el-dialog>
+    <el-dialog :class="{ downPdf: title == '涓嬭浇' }" :modal="title != '涓嬭浇'" :title="title"
+      :visible.sync="detailDialogVisible" top="20px" width="900px">
+      <div style="max-height: 75vh;overflow-y: auto;">
+        <div id="dialogBody">
+          <table border="1" cellpadding="10" class="tables heads" style="border: 1px dashed black;">
+            <tr>
+              <td rowspan="2">
+                <img alt="" src="@/assets/images/logo2.png" style="width: 80%;">
+              </td>
+              <td>
+                <p>璁板綍鍚嶇О锛氭楠屽鎵樺崟</p>
+                <p class="en">Record name: Commission List of Testing</p>
+              </td>
+              <td>
+                <p>淇濆瓨鏈熼檺锛�6骞�</p>
+                <p class="en">Record retention:6 years</p>
+              </td>
+            </tr>
+            <tr>
+              <td>
+                <p>璁板綍缂栧彿锛� ZTT/QR-16-04-a</p>
+                <p class="en">Record number: ZTT/QR-16-04-a</p>
+              </td>
+              <td>
+                <p>褰掓。閮ㄩ棬锛氱患鍚堝</p>
+                <p class="en">Archive department: general office</p>
+              </td>
+            </tr>
+          </table>
+          <h4 style="display: flex;align-items: center;flex-direction: column;justify-content: center;">
+            <span style="font-size: 28px;">妫� 楠� 濮� 鎵� 鍗�</span>
+            <span>Commission List of Testing</span>
+          </h4>
+          <p style="margin-top: 16px;margin-left: 600px;">濮旀墭缂栧彿锛歿{ currentInfo.entrustCode }}</p>
+          <p class="en" style="margin-left: 600px;">Report No:{{ currentInfo.entrustCode }}</p>
+          <table border="1" cellpadding="10" class="tables">
+            <tr>
+              <td colspan="2">
+                <p>璇曟牱鍚嶇О</p>
+                <p class="en">Sample name</p>
+              </td>
+              <td>{{ currentInfo.sample }}</td>
+              <td>
+                <p>濮旀墭鏃堕棿</p>
+                <p class="en">Commission date</p>
+              </td>
+              <td colspan="2">{{ currentInfo.createTime }}</td>
+            </tr>
+            <tr>
+              <td colspan="2">
+                <p>鍨� 鍙�</p>
+                <p class="en">Model NO.</p>
+              </td>
+              <td>{{ currentInfo.sampleType }}</td>
+              <td>
+                <p>濮旀墭鍗曚綅</p>
+                <p class="en">Commission unit</p>
+              </td>
+              <td colspan="2">{{ currentInfo.company }}</td>
+            </tr>
+            <tr>
+              <td colspan="2">
+                <p>鐢熶骇鍗曚綅</p>
+                <p class="en">Production unit</p>
+              </td>
+              <td>{{ currentInfo.production }}</td>
+              <td>
+                <p>濮旀墭浜�</p>
+                <p class="en">Commission by</p>
+              </td>
+              <td colspan="2">{{ currentInfo.prepareUser }}</td>
+            </tr>
+            <tr>
+              <td colspan="2">
+                <p>鏍峰搧鏁伴噺</p>
+                <p class="en">Quantity</p>
+              </td>
+              <td>{{ currentInfo.sampleNum }}</td>
+              <td>
+                <p>鏍峰搧鐘舵��</p>
+                <p class="en">Sample status</p>
+              </td>
+              <td colspan="2">{{
+                insStateList.find(m => m.value == currentInfo.insState) ? insStateList.find(m => m.value ==
+                  currentInfo.insState).label : '/'
+              }}</td>
+            </tr>
+            <tr>
+              <td colspan="2">
+                <p>鏄惁鐣欐牱</p>
+                <p class="en">Reserve sample or not</p>
+              </td>
+              <td>
+                <span v-if="currentInfo.isLeave == 1">鏄� <span class="en">Yes</span></span>
+                <span v-else>鍚� <span class="en">No</span></span>
+              </td>
+              <td>
+                <p>鏍峰搧澶勭悊鏂瑰紡</p>
+                <p class="en">Sample treatment</p>
+              </td>
+              <td colspan="2">
+                <span v-if="currentInfo.processing == 0">濮旀墭鍗曚綅鍙栧洖 <span class="en">Taken away by commission
+                    unit</span></span>
+                <span v-else>瀹為獙瀹ゅ鐞� <span class="en">Laboratory treatment</span></span>
+              </td>
+            </tr>
+            <tr>
+              <td colspan="2">
+                <p>绾﹀畾瀹屾垚鏃堕棿(鎶ュ憡鏃ユ湡)</p>
+                <p class="en">Agreed completion time</p>
+              </td>
+              <td>{{ currentInfo.appointed }}</td>
+              <td>
+                <p>鎶ュ憡鍙戦�佹柟寮�</p>
+                <p class="en">Way of report sending</p>
+              </td>
+              <td colspan="2">
+                <span v-if="currentInfo.send == 1">鑷彇 <span class="en">Taken by themselves</span></span>
+                <span v-else>鍏朵粬 <span class="en">Other:</span></span>
+              </td>
+            </tr>
+            <tr>
+              <td>
+                <p>搴忓彿</p>
+                <p class="en">NO.</p>
+              </td>
+              <td>
+                <p>鏍峰搧缂栧彿</p>
+                <p class="en">Sample number</p>
+              </td>
+              <td>
+                <p>璇曢獙椤圭洰</p>
+                <p class="en">Test item</p>
+              </td>
+              <td>
+                <p>妫�楠屼緷鎹�</p>
+                <p class="en">Test standard</p>
+              </td>
+              <td>
+                <p>璇曢獙瑕佹眰</p>
+                <p class="en">Test standard</p>
+              </td>
+              <td>
+                <p>澶囨敞</p>
+                <p class="en">Note</p>
+              </td>
+            </tr>
+            <tr v-for="(item, index) in currentInfo.sampleItems
+    " :key="index">
+              <td>{{ index + 1 }}</td>
+              <td>
+                <p>{{ item.code }}</p>
+                <p>{{ item.model }}</p>
+              </td>
+              <td>{{ item.product }}</td>
+              <td>{{ item.standardMethodList }}</td>
+              <td>{{ item.groupConcatTell }}</td>
+              <td>{{ item.remark }}</td>
+            </tr>
+            <tr>
+              <td colspan="2">
+                <p>鍒ゅ畾瑙勫垯</p>
+                <p class="en">Criterion rule</p>
+              </td>
+              <td colspan="4">
+                <span v-if="currentInfo.rule && !currentInfo.rule.includes('-')">涓嶈�冭檻涓嶇‘瀹氬害 <span class="en">Not
+                    considering
+                    uncertainty</span></span>
+                <span v-else-if="currentInfo.rule && currentInfo.rule.includes('-')">鑰冭檻涓嶇‘瀹氬害 <span class="en">Consider
+                    uncertainty ( {{ currentInfo.rule.split('-')[1] }}%)</span></span>
+                <span v-else>/</span>
+              </td>
+            </tr>
+            <tr>
+              <td colspan="2">
+                <p>濮旀墭浜虹鍚�</p>
+                <p class="en">Signature of consignor</p>
+              </td>
+              <td>
+                <img :alt="currentInfo.prepareUser" :src="javaApi + '/img/' + currentInfo.prepareUserUrl"
+                  style="height: 100%;" />
+              </td>
+              <td>
+                <p>濮旀墭鏃ユ湡</p>
+                <p class="en">Date of consignation</p>
+              </td>
+              <td colspan="2">{{ currentInfo.createTime }}</td>
+            </tr>
+            <tr>
+              <td colspan="2">
+                <p>濮旀墭浜鸿仈绯荤數璇�</p>
+                <p class="en">Contact number</p>
+              </td>
+              <td colspan="4">{{ currentInfo.phone }}</td>
+            </tr>
+            <tr>
+              <td colspan="2">
+                <p>缁煎悎瀹ょ鍚�</p>
+                <p class="en">Signature of general office</p>
+              </td>
+              <td><img :alt="currentInfo.comprehensiveUser" :src="javaApi + '/img/' + currentInfo.comprehensiveUserUrl"
+                  style="height: 100%;" /></td>
+              <td>
+                <p>鎺ユ敹鏃ユ湡</p>
+                <p class="en">Receipt date</p>
+              </td>
+              <td colspan="2">{{ currentInfo.comprehensiveTime }}</td>
+            </tr>
+            <tr>
+              <td colspan="2">
+                <p>棰嗘牱鍛樼鍚�</p>
+                <p class="en">Signature of sample taker</p>
+              </td>
+              <td><img :alt="currentInfo.issueUser" :src="javaApi + '/img/' + currentInfo.issueUserUrl"
+                  style="height: 100%;" /></td>
+              <td>
+                <p>棰嗘牱鏃ユ湡</p>
+                <p class="en">Sample date</p>
+              </td>
+              <td colspan="2">{{ currentInfo.issueTime }}</td>
+            </tr>
+            <tr>
+              <td colspan="2" rowspan="3">
+                <p>妫�娴嬫満鏋勪俊鎭�</p>
+                <p class="en">Information about Test center</p>
+              </td>
+              <td colspan="4">
+                <p>姹熻嫃涓ぉ绉戞妧鑲′唤鏈夐檺鍏徃妫�娴嬩腑蹇�</p>
+                <p class="en">Test cnter of Jiangsu ZhongtianTechnology CO.,Ltd</p>
+              </td>
+            </tr>
+            <tr>
+              <td colspan="4">
+                <p>鍦板潃锛氭睙鑻忕渷濡備笢鍘挎渤鍙i晣涓ぉ璺�1鍙�</p>
+                <p class="en">Address:No.1,Zhongtian Village,Hekou Town,Rudong County,Nantong City,JiangsuProvince</p>
+              </td>
+            </tr>
+            <tr>
+              <td colspan="4">
+                <p>鐢佃瘽锛�0513-84885175</p>
+                <p class="en">Telephone:0513-84885175</p>
+              </td>
+            </tr>
+          </table>
+          <p style="margin-top: 10px;margin-left: 20px;">娉細鏈楠屽鎵樺崟涓�寮忎簩浠斤紝涓�浠界患鍚堝褰掓。锛屼竴浠藉鎵樺崟浣嶇暀瀛樸��</p>
+          <p class="en" style="margin-left: 20px;">Note:The commission list of testing is done in duplicate, general
+            office and client shall retain their respective one.</p>
+        </div>
+      </div>
+    </el-dialog>
+  </div>
+</template>
+
+<script>
+import limsTable from "@/components/Table/lims-table.vue";
+import {
+  exportInspectionOrder,
+  doProcessOrder,
+  getProcessOrder,
+  delProcessOrder,
+  pageProcessOrder,
+} from '@/api/cnas/process/demand.js'
+import { selectUserCondition } from "@/api/system/user";
+export default {
+  components: {
+    limsTable
+  },
+  data() {
+    return {
+      title: '妫�楠屽鎵樺崟',
+      detailDialogVisible: false,
+      addLoading: false,
+      addDialogVisible: false,
+      outLoading: false,
+      componentData: {
+        entity: {
+          sample: null,
+          company: null,
+          production: null,
+          prepareUser: null,
+          orderBy: {
+            field: 'createTime',
+            order: 'desc'
+          }
+        },
+        isIndex: true,
+        showSelect: false,
+        select: false,
+        do: [{
+          id: 'handleLook',
+          font: '鏌ョ湅',
+          type: 'text',
+          method: 'handleLook'
+        }, {
+          id: 'handleDown',
+          font: '瀵煎嚭',
+          type: 'text',
+          method: 'handleDown'
+        }, {
+          id: 'delete',
+          font: '鍒犻櫎',
+          type: 'text',
+          method: 'doDiy'
+        }, {
+          id: 'handleWork',
+          font: '琛ュ厖淇℃伅',
+          type: 'text',
+          method: 'handleWork'
+        }],
+        tagField: {
+          insState: {
+            select: [
+              {
+                label: '寰呭鏍�',
+                value: 0
+              }, {
+                label: '寰呮楠�',
+                value: 1
+              },
+              {
+                label: '宸叉楠�',
+                value: 4
+              },
+              {
+                label: '閫�鍥�',
+                value: 2
+              },
+              {
+                label: '鎾ら攢',
+                value: 3
+              },
+            ]
+          },
+          isLeave: {
+            select: [
+              {
+                value: 0,
+                label: '涓嶇暀鏍�'
+              },
+              {
+                value: 1,
+                label: '鐣欐牱'
+              },
+            ]
+          },
+          processing: {
+            select: [
+              {
+                value: 0,
+                label: '濮旀墭鍗曚綅鍙栧洖'
+              },
+              {
+                value: 1,
+                label: '瀹為獙瀹ゅ鐞�'
+              },
+            ]
+          },
+        },
+        selectField: {
+          sendUser: {
+            select: []
+          },
+          signatory: {
+            select: []
+          },
+        },
+        requiredAdd: [],
+        requiredUp: [],
+        needSort: [],
+        inputType: ''
+      },
+      entityCopy: {},
+      upIndex: 0,
+      currentInfo: {},
+      personList: [],
+      addInfo: {},
+      insStateList: [
+        {
+          label: '寰呭鏍�',
+          value: 0,
+          type: 'primary'
+        }, {
+          label: '寰呮楠�',
+          value: 1,
+          type: 'warning'
+        },
+        {
+          label: '宸叉楠�',
+          value: 4,
+          type: 'success'
+        },
+        {
+          label: '閫�鍥�',
+          value: 2,
+          type: 'danger'
+        },
+        {
+          label: '鎾ら攢',
+          value: 3,
+          type: 'info'
+        },
+      ],
+      queryParams: {},
+      tableData: [],
+      column: [
+        { label: "璇曟牱鍚嶇О", prop: "sample" },
+        { label: "濮旀墭鏃堕棿", prop: "createTime" },
+        {
+          label: "鍨嬪彿",
+          prop: "sampleType",
+        },
+        { label: "濮旀墭鍗曚綅", prop: "company" },
+        { label: "鐢熶骇鍗曚綅", prop: "production" },
+        { label: "濮旀墭浜�", prop: "prepareUser" },
+        { label: "鏍峰搧鏁伴噺", prop: "sampleNum" },
+        {
+          label: "鏍峰搧鐘舵��", prop: "insState", dataType: 'tag',
+          formatData: (params) => {
+            return this.insStateList.find((m) => m.value == params).label;
+          },
+          formatType: (params) => {
+            return this.insStateList.find((m) => m.value == params).type;
+          },
+        },
+        {
+          label: "鏄惁鐣欐牱", prop: "isLeave", dataType: 'tag',
+          formatData: (params) => {
+            if (params == 0) {
+              return '涓嶇暀鏍�'
+            } else if (params == 1) {
+              return '鐣欐牱'
+            }
+          },
+          formatType: (params) => {
+            if (params == 0) {
+              return 'warning'
+            } else if (params == 1) {
+              return 'success'
+            }
+          },
+        },
+        {
+          label: "鏍峰搧澶勭悊鏂瑰紡", prop: "processing", dataType: 'tag',
+          formatData: (params) => {
+            if (params == 0) {
+              return '濮旀墭鍗曚綅鍙栧洖'
+            } else if (params == 1) {
+              return '瀹為獙瀹ゅ鐞�'
+            }
+          },
+        },
+        {
+          dataType: "action",
+          fixed: "right",
+          label: "鎿嶄綔",
+          operation: [
+            {
+              name: "鏌ョ湅",
+              type: "text",
+              clickFun: (row) => {
+                this.handleLook(row);
+              },
+            },
+            {
+              name: "瀵煎嚭",
+              type: "text",
+              clickFun: (row) => {
+                this.handleDown(row);
+              },
+            },
+            {
+              name: "琛ュ厖淇℃伅",
+              type: "text",
+              clickFun: (row) => {
+                this.handleWork(row);
+              },
+            },
+            {
+              name: "鍒犻櫎",
+              type: "text",
+              clickFun: (row) => {
+                this.handleDelete(row);
+              },
+            },
+          ],
+        },
+      ],
+      page: {
+        total: 0,
+        size: 10,
+        current: 0,
+      },
+      tableLoading: false,
+    };
+  },
+  mounted() {
+    this.getList()
+    this.getAuthorizedPerson()
+  },
+  methods: {
+    getPower() {
+      let power = JSON.parse(sessionStorage.getItem('power'))
+      let del = false
+      for (var i = 0; i < power.length; i++) {
+        if (power[i].menuMethod == 'delProcessOrder') {
+          del = true
+        }
+      }
+      if (!del) {
+        this.componentData.do.splice(2, 1)
+      }
+    },
+    getList() {
+      this.tableLoading = true;
+      let param = { ...this.queryParams, ...this.page };
+      delete param.total;
+      pageProcessOrder({ ...param })
+        .then((res) => {
+          this.tableLoading = false;
+          if (res.code === 200) {
+            this.tableData = res.data.records;
+            this.page.total = res.data.total;
+          }
+        })
+        .catch((err) => {
+          this.tableLoading = false;
+        });
+    },
+    pagination({ page, limit }) {
+      this.page.current = page;
+      this.page.size = limit;
+      this.getList();
+    },
+    refresh() {
+      this.queryParams = {};
+      this.page.current = 1;
+      this.getList();
+    },
+    refreshTable() {
+      this.page.current = 1;
+      this.getList();
+    },
+    // 瀵煎嚭
+    handleDown(row) {
+      exportInspectionOrder({ id: row.id }).then(res => {
+        const blob = new Blob([res], {
+          type: 'application/force-download'
+        })
+        this.$download.saveAs(blob, row.sample + '-' + row.sampleType + '-' + '妫�楠屽鎵樺崟.docx')
+      }).catch(err => {
+      })
+    },
+    // 琛ュ厖
+    handleWork(row) {
+      this.addInfo = { ...row }
+      this.currentInfo = row;
+      this.addDialogVisible = true;
+    },
+    // 浜哄憳鍒楄〃
+    getAuthorizedPerson() {
+      selectUserCondition().then(res => {
+        let data = []
+        res.data.forEach(a => {
+          data.push({
+            label: a.name,
+            value: a.id
+          })
+        })
+        this.personList = data
+      })
+    },
+    // 琛ュ厖淇濆瓨
+    handleAdd() {
+      if (this.addInfo.rule == '鑰冭檻涓嶇‘瀹氬害' && !this.addInfo.num) {
+        return this.$message({
+          type: 'error',
+          message: '璇疯緭鍏ヨ�冭檻涓嶇‘瀹氬害'
+        });
+      } else if (this.addInfo.rule == '鑰冭檻涓嶇‘瀹氬害' && this.addInfo.num) {
+        this.addInfo.rule = '鑰冭檻涓嶇‘瀹氬害-' + this.addInfo.num
+      }
+      this.addLoading = true;
+      doProcessOrder({ id: this.currentInfo.id, ...this.addInfo }).then(res => {
+        this.addLoading = false;
+        if (res.code == 201) {
+          return
+        }
+        this.$message({
+          type: 'success',
+          message: '琛ュ厖鎴愬姛'
+        });
+        this.refreshTable()
+        this.addDialogVisible = false;
+      }).catch(err => {
+      })
+    },
+    // 鏌ョ湅
+    handleLook(row) {
+      getProcessOrder({ id: row.id }).then(res => {
+        if (res.code == 200) {
+          this.currentInfo = res.data
+          this.title = '妫�楠屽鎵樺崟';
+          this.detailDialogVisible = true
+        }
+      }).catch(err => {
+      })
+    },
+    handleDelete(row) {
+      this.$confirm("鏄惁鍒犻櫎璇ユ潯鏁版嵁?", "鎻愮ず", {
+        confirmButtonText: "纭畾",
+        cancelButtonText: "鍙栨秷",
+        type: "warning",
+      })
+        .then(() => {
+          delProcessOrder({ id: row.id }).then((res) => {
+            console.log('res', res)
+            if (res.code == 200) {
+              this.$message.success("鍒犻櫎鎴愬姛");
+              this.refresh();
+            }
+          });
+        })
+        .catch(() => { });
+    },
+  },
+}
+</script>
+
+<style scoped>
+.title {
+  height: 60px;
+  line-height: 60px;
+}
+
+.search {
+  background-color: #fff;
+  height: 80px;
+  display: flex;
+  align-items: center;
+}
+
+.search_thing {
+  width: 350px;
+  display: flex;
+  align-items: center;
+}
+
+.search_label {
+  width: 110px;
+  font-size: 14px;
+  text-align: right;
+}
+
+.search_input {
+  width: calc(100% - 110px);
+}
+
+.table {
+  background-color: #fff;
+  height: calc(100% - 60px - 80px - 10px - 40px);
+  padding: 20px;
+  padding-top: 0;
+}
+
+.tables {
+  table-layout: fixed;
+  width: 100%;
+}
+
+.tables td {
+  height: 40px;
+  width: 100px;
+  text-align: center;
+  font-size: 14px;
+  word-wrap: break-word;
+  white-space: normal;
+}
+
+.en {
+  font-size: 12px;
+  word-break: break-word;
+  /* 鑷姩鏂 */
+  overflow-wrap: break-word;
+  /* 闃叉婧㈠嚭 */
+  white-space: normal;
+  /* 榛樿鎹㈣ */
+}
+
+.heads td {
+  border: 1px dashed black;
+  /* 鍗曞厓鏍肩殑铏氱嚎 */
+  padding: 8px;
+  text-align: left;
+}
+
+.downPdf {
+  opacity: 0 !important;
+}
+</style>

--
Gitblit v1.9.3