Browse Source

抽检意见修改

duy 1 year ago
parent
commit
69113dad07

+ 5 - 4
src/views/transfer/components/carry-spot-checks.vue

@@ -116,9 +116,9 @@
                 <div v-if="checkId" class="hc-csc-action-box">
                     <div class="header-box">
                         <div class="title">抽检意见:</div>
-                        <div class="extra">
+                        <!-- <div class="extra">
                             <el-checkbox v-model="reform.type" class="size-xl">需要整改</el-checkbox>
-                        </div>
+                        </div> -->
                     </div>
                     <div class="textarea-box">
                         <div v-if="ishowAllopinion">
@@ -366,7 +366,7 @@ const getopiniondata = async ()=>{
         console.log(data, 'data')
         let opiniondata = getObjValue(data)
         reform.value.content = opiniondata?.allOpinion
-        reform.value.type = opiniondata?.allOpinion?.length > 0 ? true : false
+        // reform.value.type = opiniondata?.allOpinion?.length > 0 ? true : false
         reform.value.myOpinion = opiniondata?.opinion
         opid.value = opiniondata?.id
     }
@@ -483,7 +483,8 @@ const cscTableData5 = ref([
 
 //抽检意见
 const reform = ref({
-    type: false, content: '',
+    // type: false, 
+    content: '',
 })
 
 

+ 1 - 2
src/views/transfer/preliminary-examination.vue

@@ -228,12 +228,11 @@ const isOpinion = ref(false)
 const fileId = ref('')//案卷ID
 const fileInfo = ref({})//案卷信息
 const tableClick = (row) => {
-    console.log(row, 'row11111')
     isCarrySpotChecksDrawer.value = true
     fileId.value = row.id
     fileInfo.value = row
     isOpinion.value = false
-    console.log( fileInfo.value, '  fileInfo.value')
+  
 }
 const changeFile = (row)=>{
     fileId.value = row.archiveId