| | |
| | | width: '120px', |
| | | }, |
| | | { |
| | | label: "销售合同号", |
| | | prop: "salesContractNo", |
| | | width: '150px', |
| | | }, |
| | | { |
| | | label: "客户名称", |
| | | prop: "customerName", |
| | | width: '200px', |
| | | }, |
| | | { |
| | | label: "业务员", |
| | | prop: "entryPerson", |
| | | width: "100px", |
| | | }, |
| | | { |
| | | label: "备注", |
| | | prop: "remark", |
| | | width: "160px", |
| | | }, |
| | | { |
| | | label: "产品名称", |
| | | prop: "productCategory", |
| | | width: '120px', |
| | |
| | | { |
| | | label: "需求数量", |
| | | prop: "quantity", |
| | | width: '100px', |
| | | }, |
| | | { |
| | | label: "完成数量", |
| | | prop: "completeQuantity", |
| | | width: '100px', |
| | | }, |
| | | { |
| | | dataType: "slot", |
| | |
| | | width: 180, |
| | | }, |
| | | { |
| | | label: "销售合同号", |
| | | prop: "salesContractNo", |
| | | width: '150px', |
| | | }, |
| | | { |
| | | label: "客户名称", |
| | | prop: "customerName", |
| | | width: '200px', |
| | | }, |
| | | { |
| | | label: "备注", |
| | | prop: "remark", |
| | | width: "160px", |
| | | }, |
| | | { |
| | | label: "业务员", |
| | | prop: "entryPerson", |
| | | width: "100px", |
| | | }, |
| | | { |
| | | label: "开始日期", |
| | | prop: "startTime", |
| | | formatData: val => (val ? dayjs(val).format("YYYY-MM-DD") : ""), |