spring
2025-12-08 09cb1020885d7cdc7d9aacc785b7587cd1c4b111
src/views/productionManagement/productionDispatching/index.vue
@@ -66,11 +66,6 @@
const { searchForm } = toRefs(data);
const tableColumn = ref([
   {
      label: "录入日期",
      prop: "entryDate",
      width: 120,
   },
   {
      label: "合同号",
      prop: "salesContractNo",
      width: 220,
@@ -106,6 +101,11 @@
      width:90
   },
   {
      label: "录入日期",
      prop: "entryDate",
      width: 120,
   },
   {
      label: "数量",
      prop: "quantity",
   },