value
2023-09-07 c79609c3708b8e31171f13b4b3be4a516818a846
src/views/inspectionManagement/commissionInspection/index.vue
@@ -24,7 +24,7 @@
                  </el-form-item>
               </el-form>
               <el-form>
                  <el-popover placement="left" width="400" trigger="click">
                  <el-popover placement="left" width="410" trigger="click">
                     <div class="vue_qr_div">
                        <el-row>
                           <el-col>
@@ -73,7 +73,7 @@
                     <el-table-column prop="contacts" label="委托编制人" min-width="8%" />
                     <el-table-column prop="inspection_status" label="状态" min-width="8%">
                        <template slot-scope="scope">
                           <div v-if="scope.row.inspection_status === 0">
                           <div v-if="scope.row.inspection_status === 2">
                              <span style="color: green;">已报检</span>
                           </div>
                           <div v-else>
@@ -209,11 +209,11 @@
                  value: null
               },
               {
                  label: '已检验',
                  value: 0
                  label: '已报检',
                  value: 2
               },
               {
                  label: '待检验',
                  label: '未报检',
                  value: 1
               }
            ],
@@ -474,7 +474,7 @@
            selectViewUUID({
               day: this.day
            }).then(res => {
               this.view = `${this.vueIp}addCommision/${res.data.id}`
               this.view = `${this.vueIp}/#/addCommision/${res.data.id}`
               this.viewId = res.data.id
               this.viewTime2 = res.data.time
            })
@@ -484,7 +484,7 @@
               day: this.viewTime == null ? 1 : this.viewTime
            }).then(res => {
               this.viewId = res.data
               this.view = `${this.vueIp}addCommision/${res.data.id}`
               this.view = `${this.vueIp}/#/addCommision/${res.data.id}`
               this.viewDia = false
               this.$message.success('链接已生成,点击复制按钮进行复制')
            })