From 36653c98622c8a74cb850575b2001457121b794c Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期四, 25 一月 2024 16:16:22 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before

---
 src/views/quality/rawMaterial/index.vue |  176 ++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 108 insertions(+), 68 deletions(-)

diff --git a/src/views/quality/rawMaterial/index.vue b/src/views/quality/rawMaterial/index.vue
index b10d298..ecdd037 100644
--- a/src/views/quality/rawMaterial/index.vue
+++ b/src/views/quality/rawMaterial/index.vue
@@ -17,7 +17,7 @@
 <template>
     <div class="mod-config">
         <basic-container>
-            <ttable 
+            <ttable
             :table="table"
             :resultData="resultData"
             @handleSelectionChange="handleSelectionChange"
@@ -27,7 +27,7 @@
             @queryParam="getQueryParam($event)"
             ref="rawMaterialTable">
             <template #toolbar>
-                <el-button @click="exportRawMaterial" type="primary" >瀵煎嚭</el-button>
+                <!-- <el-button @click="exportRawMaterial" type="primary" >瀵煎嚭</el-button> -->
             </template>
             </ttable>
         </basic-container>
@@ -38,11 +38,11 @@
             @refreshDataList="getData"
         ></RawMaterialForm>
         <el-dialog
-        top="10vh"
+        top="7vh"
         title="鎵撳嵃棰勮"
         :visible.sync="printDialogVisible"
-        width="60%">
-        <div style="width:100%;height: 60vh;overflow-y: scroll;">
+        width="70%">
+        <div style="width:90%;margin-left:5%;height: 60vh;overflow-y: scroll;">
             <printTemplate id="printRaw" :formData="printFormData"></printTemplate>
         </div>
         <span slot="footer" class="dialog-footer">
@@ -54,12 +54,13 @@
 </template>
 <script>
 import ttable from '@/views/common/ztt-table.vue'
-import { getRawInspectList,delObj,exportRawMaterial,getObj } from '@/api/quality/rawMaterial'
+import { getRawInspectList,delObj,exportRawMaterial,getObj,downloadReport } from '@/api/quality/rawMaterial'
 import RawMaterialForm from './rawMaterial-form'
 import * as fecha from 'element-ui/lib/utils/date'
 import { mapGetters } from 'vuex'
 import PrintJS from 'print-js'
-import printTemplate from './rawMaterial-print.vue'
+import { transformZip } from '@/util/fileTransform'
+import printTemplate from './rawMaterial-print'
   export default {
     data() {
         return {
@@ -69,6 +70,7 @@
             resultData:[],
             addOrUpdateVisible: false,
             type: [1],
+            multipleSelection: [],
             prelang: 'rawMaterial',
             ajaxFun: getRawInspectList,
             options: {
@@ -94,12 +96,20 @@
                 column: [
                     {
                         minWidth: '120',
-                        prop: 'code',
-                        label: '鍘熸潗鏂欑紪鐮�',
+                        prop: 'rawInsNo',
+                        label: '鍘熸潗鏂欐楠岀紪鍙�',
                         isTrue: true,
                         isSearch: true,
                         searchInfoType: 'text',
                         render: { fun: this.addOrUpdateHandle }
+                    },
+                    {
+                        minWidth: '120',
+                        prop: 'code',
+                        label: '鍘熸潗鏂欑紪鐮�',
+                        isTrue: true,
+                        isSearch: true,
+                        searchInfoType: 'text'
                     },
                     {
                         minWidth: '120',
@@ -204,31 +214,8 @@
                             }
                     },
                 ],
-                toolbar: [
-                {
-                    text: '鏂板',
-                    type: 'primary',
-                    fun: this.addOrUpdateHandle
-                }],
-                operator: [{
-                    text: '鎵撳嵃',
-                    type: 'text',
-                    size: 'small',
-                    fun: this.previewFun,
-                    show: {
-                        val: [
-                            '1',
-                            '0'
-                        ],
-                        key: 'judgeState'
-                    }
-                },
-                {
-                    text: '浣滃簾',
-                    type: 'text',
-                    size: 'small',
-                    fun: this.deleteHandle
-                }],
+                toolbar: [],
+                operator: null,
                 operatorConfig: {
                 fixed: 'right',
                 label: '鎿嶄綔',
@@ -246,8 +233,29 @@
         printTemplate,
     },
     created() {
-
-    },
+        if(this.permissions.quality_rawMaterial_add){
+            this.table.toolbar.push({
+                text: '鏂板',
+                type: 'primary',
+                fun: this.addOrUpdateHandle
+            })
+        }
+        if(this.permissions.quality_rawMaterial_download){
+            this.table.toolbar.push({
+                text: '涓嬭浇妫�楠屾姤鍛�',
+                type: 'primary',
+                fun: this.downloadReport
+            })
+        }
+        if(this.permissions.quality_rawMaterial_del){
+            this.table.operator = [{
+                    text: '浣滃簾',
+                    type: 'text',
+                    size: 'small',
+                    fun: this.deleteHandle
+                }]
+        }
+     },
     computed: {
         ...mapGetters(['permissions'])
     },
@@ -259,10 +267,33 @@
         }
     },
     methods:{
+        downloadReport(){
+            let selection = this.multipleSelection
+            if(!selection || selection.length < 1){
+                this.$message.error("璇峰厛閫夋嫨妫�楠屾暟鎹�")
+                return
+            }else{
+                let arr = selection.filter(s=>{
+                    return s.judgeState==null || s.judgeState==''
+                })
+                if(arr.length > 0){
+                    this.$message.error("鍙兘閫夋嫨宸叉娴嬬殑鏁版嵁")
+                    return
+                }
+                let ids = []
+                selection.forEach(ele=>{
+                    ids.push(ele.id)
+                })
+                downloadReport({ids : ids}).then(res=>{
+                    transformZip(res)
+                }).catch(error=>{
+                    console.log(error)
+                })
+            }
+        },
         //鏌ョ湅鎶ュ憡鎸夐挳
         previewFun(row){
             getObj(row.id).then(res=>{
-                console.log(res);
                 this.printFormData = res.data.data
                 this.printDialogVisible = true
             }).catch(error=>{
@@ -275,10 +306,16 @@
             PrintJS({
                 printable: "printRaw",
                 type: "html",
-                maxWidth: 900,
                 // header: "鍘熸潗鏂欐娴嬫姤鍛�",
-                style: '@page {margin: 0 5mm}',
                 targetStyles: ["*"],
+                style: `@page {margin: 0mm 5mm;size: A4;}
+                    html {zoom:100%;}
+                    @media print {
+					  html,body{
+					    width:200mm;
+					    height:297mm;
+					  }
+					}`,
                 ignoreElements: ["no-ignore"],
                 orientation: 'portrait'
             });
@@ -288,7 +325,6 @@
         },
         exportRawMaterial(){
             exportRawMaterial(this.queryParam).then(res=>{
-                console.log(res)
                 this.downloadFun(res)
             }).catch(error=>{
                 console.log(error);
@@ -332,10 +368,16 @@
         },
         // 鏂板 / 淇敼
         addOrUpdateHandle(row) {
+            if(!this.permissions.quality_rawMaterial_edit && row.id!=null){
+                this.$message.error("璇ヨ鑹叉病鏈夋搷浣滄潈闄�")
+                return
+            }
             this.$router.push({
                 name: 'rawMaterialForm',
-                query: { 
-                    id: row == null ? null : row.id,
+                query: {
+                    id: row == null ? null : row.id
+                 },
+                 params: {
                     resultVal: row == null ? null : row.judgeState
                  }
             })
@@ -349,7 +391,7 @@
             }
         },
         formatJudgeState(row, column, cellValue){
-            if(cellValue != undefined || cellValue != null){
+            if(cellValue != undefined && cellValue != null && cellValue != ''){
                 if(cellValue == 0){
                     return "<span style='color:#E84738;'>涓嶅悎鏍�</span>"
                 }
@@ -361,39 +403,37 @@
         },
         getData() {
             this.$refs.rawMaterialTable.getDataList()
- 
         },
         // table鑷甫浜嬩欢
         handleSelectionChange(val) {
+            this.multipleSelection = val
             // 鏍规嵁鐘舵�侊紝绂佺敤琛ㄥご鎸夐挳
             // 绛涢�夊嚭閫変腑璁板綍鐨勭姸鎬�
-            var stateArr = val.map(function(value, index) {
-                return value.coState
-            })
+            // var stateArr = val.map(function(value, index) {
+            //     return value.coState
+            // })
             // 閫変腑鐘舵�佹暟缁勫厓绱犲幓閲�
-            var uniqueStateArr = []
-            for (var i = 0; i < stateArr.length; i++) {
-                if (uniqueStateArr.indexOf(stateArr[i]) == -1) {
-                uniqueStateArr.push(stateArr[i])
-                }
-            }
+            // var uniqueStateArr = []
+            // for (var i = 0; i < stateArr.length; i++) {
+            //     if (uniqueStateArr.indexOf(stateArr[i]) == -1) {
+            //     uniqueStateArr.push(stateArr[i])
+            //     }
+            // }
             // 寰幆鑷畾涔夋寜閽紝鍒ゆ柇姣忎釜鎸夐挳鐨刾ermitArr鏄惁瀹屽叏鍖呭惈閫変腑鐘舵�侊紝鑻ュ畬鍏ㄥ寘鍚紝鍒欐寜閽寒锛屽惁鍒欐寜閽伆
-            for (var i = 0; i < this.stateTagArr.length; i++) {
-                if (
-                uniqueStateArr.every((val) =>
-                    this.stateTagArr[i].permitArr.length <= 0
-                    ? true
-                    : this.stateTagArr[i].permitArr.includes(val)
-                )
-                ) {
-                this.stateTagArr[i].disabled = false
-                } else {
-                this.stateTagArr[i].disabled = true
-                }
-            }
-            this.multipleSelection = val
+            // for (var i = 0; i < this.stateTagArr.length; i++) {
+            //     if (
+            //     uniqueStateArr.every((val) =>
+            //         this.stateTagArr[i].permitArr.length <= 0
+            //         ? true
+            //         : this.stateTagArr[i].permitArr.includes(val)
+            //     )
+            //     ) {
+            //     this.stateTagArr[i].disabled = false
+            //     } else {
+            //     this.stateTagArr[i].disabled = true
+            //     }
+            // }
         },
     }
   }
   </script>
-  
\ No newline at end of file

--
Gitblit v1.9.3