gaoluyang
2026-06-29 bcefcad229dc22a8994364afc7827aab8123dd79
src/views/qualityManagement/finalInspection/index.vue
@@ -26,11 +26,11 @@
            </el-form-item>
          </el-col>
          <el-col :span="6">
            <el-form-item label="销售单号"
            <el-form-item label="订单号"
                          prop="salesContractNo">
              <el-input v-model="searchForm.salesContractNo"
                        style="width: 240px"
                        placeholder="请输入销售单号搜索"
                        placeholder="请输入订单号搜索"
                        clearable />
            </el-form-item>
          </el-col>
@@ -51,7 +51,7 @@
      <el-button type="primary" @click="openQuickCheck">快速检验</el-button>
      <el-button type="primary" @click="openForm('add')">新增</el-button>
      <el-button @click="handleOut">导出</el-button>
      <el-button type="danger" plain @click="handleDelete">删除</el-button>
      <el-button type="danger" plain @click="handleDelete" v-hasPermi="['qualityManagement:finalInspection:remove']">删除</el-button>
    </div>
      <PIMTable rowKey="id"
                :column="tableColumn"
@@ -154,8 +154,13 @@
      width: 120,
    },
    {
      label: "销售单号",
      label: "订单号",
      prop: "salesContractNo",
      width: 120,
    },
    {
      label: "销售总合同号",
      prop: "masterContractNo",
      width: 120,
    },
    {
@@ -237,6 +242,22 @@
      },
    },
    {
      label: "检验规则",
      prop: "inspectRule",
      width: 100,
      formatData: (val) => val === 0 ? "全检" : val === 1 ? "抽检" : ""
    },
    {
      label: "抽检比例(%)",
      prop: "sampleRatio",
      width: 120,
    },
    {
      label: "抽检数量",
      prop: "sampleQuantity",
      width: 100,
    },
    {
      dataType: "action",
      label: "操作",
      align: "center",