gaoluyang
2025-11-26 a0bee2b2dc61a4c4ca860fcbb34f7848b30fef99
src/views/productionManagement/operationScheduling/index.vue
@@ -94,41 +94,18 @@
   {
      label: "派工日期",
      prop: "schedulingDate",
      width: 120,
   },
   {
      label: "派工人",
      prop: "schedulingUserName",
   },
   {
      label: "合同号",
      prop: "salesContractNo",
      width: 200,
   },
   {
      label: "客户合同号",
      prop: "customerContractNo",
      width: 200,
   },
   {
      label: "客户名称",
      prop: "customerName",
      width: 200,
   },
   {
      label: "项目名称",
      prop: "projectName",
      width:300
   },
   {
      label: "产品大类",
      prop: "productCategory",
      width: 150,
   },
   {
      label: "规格型号",
      prop: "specificationModel",
      width: 150,
   },
   {
      label: "单位",
@@ -242,7 +219,9 @@
            .then((res) => {
               proxy.$modal.msgSuccess("取消排产成功");
               getList();
            })
            }).catch(() => {
               getList();
         })
      })
      .catch(() => {
         proxy.$modal.msg("已取消");