diff --git a/src/views/dayPlan/PngMeasureSalesPur/components/createForm.vue b/src/views/dayPlan/PngMeasureSalesPur/components/createForm.vue index fa075ff..f2f1225 100644 --- a/src/views/dayPlan/PngMeasureSalesPur/components/createForm.vue +++ b/src/views/dayPlan/PngMeasureSalesPur/components/createForm.vue @@ -2,20 +2,14 @@ - + @@ -59,21 +53,16 @@ getPopupContainer: () => document.body, }, }, - { - field: 'suCode', - label: '供应商名称/简称/编码', - component: 'Input', - }, - { - field: 'pointUpName', - label: '上载点', - component: 'Input', - }, { field: 'pointDelyName', label: '下载点', component: 'Input', }, + { + field: 'suCode', + label: '供应商名称/简称/编码', + component: 'Input', + }, ]; const columns: BasicColumn[] = [ { @@ -83,16 +72,7 @@ align: 'left', width: 120, ellipsis: true, - sorter: true, - }, - - { - dataIndex: 'dateMea', - title: '计量日期', - componentType: 'input', - align: 'left', - width: 120, - sorter: true, + }, { dataIndex: 'pointDelyName', @@ -101,7 +81,6 @@ align: 'left', ellipsis: true, width: 120, - sorter: true, }, { dataIndex: 'suSname', @@ -110,9 +89,7 @@ align: 'left', ellipsis: true, width: 150, - sorter: true, }, - { dataIndex: 'pointUpName', title: '上载点', @@ -120,88 +97,20 @@ align: 'left', ellipsis: true, width: 120, - sorter: true, }, - { dataIndex: 'qtySalesGj', title: '批复量(吉焦)', componentType: 'input', align: 'left', width: 120, - sorter: true, }, - { dataIndex: 'qtySalesM3', title: '批复量(方)', componentType: 'input', align: 'left', width: 120, - sorter: true, - }, - - { - dataIndex: 'qtyMeaGj', - title: '完成量(吉焦)', - componentType: 'input', - align: 'left', - width: 120, - sorter: true, - }, - - { - dataIndex: 'qtyMeaM3', - title: '完成量(方)', - componentType: 'input', - align: 'left', - width: 120, - sorter: true, - }, - - { - dataIndex: 'rateM3Gj', - title: '比值(方/吉焦)', - componentType: 'input', - align: 'left', - width: 120, - sorter: true, - }, - - { - dataIndex: 'cfmCuUserName', - title: '确认人', - componentType: 'input', - align: 'left', - width: 110, - sorter: true, - }, - - { - dataIndex: 'cfmCuUserTime', - title: '确认时间', - componentType: 'input', - align: 'left', - width: 180, - sorter: true, - }, - - { - dataIndex: 'cfmEmpName', - title: '业务确认人', - componentType: 'input', - align: 'left', - width: 110, - sorter: true, - }, - - { - dataIndex: 'cfmEmpTime', - title: '业务确认时间', - componentType: 'input', - align: 'left', - width: 150, - sorter: true, }, { dataIndex: 'ksName', @@ -210,25 +119,13 @@ align: 'left', ellipsis: true, width: 150, - sorter: true, }, - { - dataIndex: 'kpName', - title: '采购合同', - componentType: 'input', - align: 'left', - ellipsis: true, - width: 150, - sorter: true, - }, - { dataIndex: 'comName', title: '交易主体', componentType: 'input', align: 'left', - width: 120, - sorter: true, + width: 120, }, ]; const spinning = ref(false); @@ -256,7 +153,7 @@ formConfig: { labelCol:{span: 9}, schemas: codeFormSchema, - fieldMapToTime: [['dateFrom', ['startDate', 'endDate'], 'YYYY-MM-DD']], + fieldMapToTime: [['datePlan', ['startDate', 'endDate'], 'YYYY-MM-DD']], showResetButton: true, }, immediate: false, @@ -309,7 +206,13 @@ } - +