liyong
6 小时以前 ca1a6bae22d176c12fdc8e86f754c4df4d661191
src/views/productionManagement/productionCosting/index.vue
@@ -83,16 +83,6 @@
    minWidth: 100,
   },
   {
      label: "合同号",
      prop: "salesContractNo",
    minWidth: 100,
   },
   {
      label: "客户名称",
      prop: "customerName",
    minWidth: 100,
   },
   {
      label: "产品大类",
      prop: "productName",
    minWidth: 100,
@@ -117,16 +107,16 @@
      prop: "quantity",
    minWidth: 100,
   },
   {
      label: "工时定额",
      prop: "workHours",
    minWidth: 100,
   },
   {
      label: "工资",
      prop: "wages",
    minWidth: 100,
   },
   // {
   //    label: "工时定额",
   //    prop: "workHours",
  //   minWidth: 100,
   // },
   // {
   //    label: "工资",
   //    prop: "wages",
  //   minWidth: 100,
   // },
]);
// 左侧汇总台账列(生产人、产量、工资、合格率)
@@ -142,12 +132,12 @@
    minWidth: 100,
  },
   {
      label: "工资",
      prop: "wages",
    minWidth: 100,
   },
   // {
   //    label: "工资",
   //    prop: "wages",
  //   minWidth: 100,
  //
   // },
   {
      label: "合格率",
      prop: "outputRate",
@@ -179,7 +169,6 @@
const data = reactive({
   searchForm: {
      schedulingUserName: "",
      salesContractNo: "",
    dateType: "day",
    dateRange: dayjs().format("YYYY-MM-DD"),
      entryDate: dayjs().format("YYYY-MM-DD"),