gaoluyang
2025-11-26 1c4ff7adf79cd9abc1ea644a3161780a623b9f5c
src/views/productionManagement/productionDispatching/index.vue
@@ -66,34 +66,12 @@
const { searchForm } = toRefs(data);
const tableColumn = ref([
   {
      label: "合同号",
      prop: "salesContractNo",
      width: 220,
   },
   {
      label: "客户合同号",
      prop: "customerContractNo",
      width: 250,
   },
   {
      label: "客户名称",
      prop: "customerName",
      width: 250,
   },
   {
      label: "项目名称",
      prop: "projectName",
      width:300
   },
   {
      label: "产品大类",
      prop: "productCategory",
      width: 160,
   },
   {
      label: "规格型号",
      prop: "specificationModel",
      width: 220,
   },
   {
      label: "单位",
@@ -103,7 +81,6 @@
   {
      label: "录入日期",
      prop: "entryDate",
      width: 120,
   },
   {
      label: "数量",
@@ -112,12 +89,10 @@
   {
      label: "排产数量",
      prop: "schedulingNum",
      width: 100,
   },
   {
      label: "待排数量",
      prop: "pendingQuantity",
      width: 100,
   },
]);
const tableData = ref([]);