cloudroam
2024-09-23 692be76f2ca0011750095ae59188467cbcf2322a
pages/order/list/index.vue
@@ -48,6 +48,7 @@
          { label: '订单金额', prop: 'totalAmount', minWidth: 150 },
          { label: '订单状态', prop: 'statusBackendStr', minWidth: 120 },
          { label: '下单时间', prop: 'createTime', minWidth: 180 },
          { label: '库位', id: 'warehouseLocationCode', type: 'input' },
        ],
        searchFormAttrs: {
          labelWidth: 'auto',
@@ -86,6 +87,7 @@
                span: 24,
              },
              { label: '订单号:', id: 'orderNo', type: 'input' },
              { label: '库位:', id: 'warehouseLocationCode', type: 'input' },
            ],
          },
        ],
@@ -108,7 +110,7 @@
              }
              const ids = selected.map((i) => i.id)
              const { code, data } = await this.$elBusHttp.request(
                'flower/api/partner/order/check/list',
                'flower/api/partner/order/check/location/list',
                {
                  method: 'post',
                  data: {