skyouc
2024-12-31 07cdd2d370db314d237acb828c76283f1d1f4afd
zy-asrs-admin/src/components/order/order/orderIn.vue
@@ -50,14 +50,14 @@
  {
    title: formatMessage('db.man_order.order_no', '订单编号'),
    dataIndex: 'orderNo',
    width: 140,
    width: 230,
    ellipsis: true,
    ...getColumnSearchProps('orderNo'),
  },
  {
    title: formatMessage('db.man_order.order_time', '单据日期'),
    dataIndex: 'orderTime',
    width: 140,
    width: 160,
    ellipsis: true,
    ...getColumnSearchProps('orderTime'),
  },
@@ -229,7 +229,6 @@
};
const onSearch = () => {
  // console.log('search');
  getPage()
}