王震
2023-08-18 5cafe90e9e91127889a948ecb44dec61d6185bd4
src/components/view/processInspection.vue
@@ -123,7 +123,7 @@
                  >
                      <template slot-scope="scope">
                      <el-button type="text" size="small" @click="handleClick(scope.row)">查看</el-button>
                      <el-button type="text" size="small">打印</el-button>
                      <el-button type="text" size="small" style="margin-left: 0;">打印</el-button>
                      </template>
                  </el-table-column>
              </el-table>
@@ -157,7 +157,7 @@
                          <el-row :gutter="450">
                          <el-col :span="5">
                          <el-form-item label="订单号:">
                              <el-input style="width: 180px;" v-model="addInspectionform.number" placeholder="请输入订单号" autocomplete="off" />
                              <el-input style="width: 180px;" v-model="addInspectionform.number" placeholder="请输入订单号" autocomplete="off" />
                          </el-form-item>
                          </el-col>
                          <el-col :span="5">
@@ -278,11 +278,11 @@
                  </el-table>
              </div>
          </div>
    </div>
  </template>
  <script>
  export default {
      data(){
@@ -324,7 +324,7 @@
                  operation: ''
              }],
              currentPage: 1, // 当前页码
              pageSize: 100,
              pageSize: 100,
              showAddPage: false,
              addInspectionform: [{
                  number: '',
@@ -374,14 +374,14 @@
              this.showAddPage=true
          }
      }
  }
  </script>
  <style>
  .title{
      padding: 12px;
  }
  .nav{
      display: flex;
@@ -432,4 +432,4 @@
      background-color: #fff;
      padding: 10px 12px;
  }
  </style>
  </style>