|
@@ -209,23 +209,7 @@ export default function useColumns() {
|
|
|
clearable: true,
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
- item: {
|
|
|
- key: "date",
|
|
|
- title: "创建时间",
|
|
|
- },
|
|
|
- attr: {
|
|
|
- is: "el-date-picker",
|
|
|
- type: "daterange",
|
|
|
- unlinkPanels: true,
|
|
|
- rangeSeparator: "至",
|
|
|
- valueFormat: "yyyy-MM-dd",
|
|
|
- endPlaceholder: "结束日期",
|
|
|
- startPlaceholder: "开始日期",
|
|
|
- pickerOptions: pickerOptions,
|
|
|
- value: [],
|
|
|
- },
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
item: {
|
|
|
key: "buyers",
|
|
@@ -247,6 +231,18 @@ export default function useColumns() {
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
+ item: {
|
|
|
+ key: "assignSupplierName",
|
|
|
+ title: "指定供应商",
|
|
|
+ width: 100,
|
|
|
+ },
|
|
|
+ attr: {
|
|
|
+ is: "el-popover-select-v2",
|
|
|
+ referName: "SUPPLIER_PARAM",
|
|
|
+ valueKey: "name",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
item: {
|
|
|
key: "customerName",
|
|
|
title: "收货客户",
|
|
@@ -281,6 +277,24 @@ export default function useColumns() {
|
|
|
},
|
|
|
{
|
|
|
item: {
|
|
|
+ key: "date",
|
|
|
+ title: "创建时间",
|
|
|
+ span:12
|
|
|
+ },
|
|
|
+ attr: {
|
|
|
+ is: "el-date-picker",
|
|
|
+ type: "daterange",
|
|
|
+ unlinkPanels: true,
|
|
|
+ rangeSeparator: "至",
|
|
|
+ valueFormat: "yyyy-MM-dd",
|
|
|
+ endPlaceholder: "结束日期",
|
|
|
+ startPlaceholder: "开始日期",
|
|
|
+ pickerOptions: pickerOptions,
|
|
|
+ value: [],
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ item: {
|
|
|
key: "documentsCodes",
|
|
|
title: "采购需求单号",
|
|
|
span: 12,
|