| | |
| | | field: "order_type", |
| | | type: "select", |
| | | dataKey: "order_type", |
| | | data: [], |
| | | data: [] |
| | | }, |
| | | ], |
| | | [ |
| | | { |
| | | title: "è¡¨å¤´ç¶æ", |
| | | field: "odrderStatus", |
| | | title: "åºæ¿å·", |
| | | field: "warehouse_no", |
| | | type: "select", |
| | | dataKey: "odrderStatus", |
| | | data: [], |
| | | dataKey: "warehouseNuber", |
| | | data: [] |
| | | }, |
| | | { title: "ä¾åºååç§°", field: "supplier_name", type: "like" }, |
| | | { title: "å
¥åºè®°è´¦æ¶é´", field: "account_tiem", type: "datetime" }, |
| | | ], |
| | | ]); |
| | | const columns = ref([ |
| | |
| | | type: 'string', |
| | | width: 100, |
| | | align: 'left', |
| | | bind: { key: "warehouse", data: [] } |
| | | bind: { key: "warehouseNuber", data: [] }, |
| | | }, |
| | | { |
| | | field: 'account_tiem', |