cloudroam
2024-09-23 ed67a13e3e0ab1331e5edf742ae0d1d8dd93be9e
add:增加库位和库位搜索
已修改1个文件
2 ■■■■■ 文件已修改
pages/order/list/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/list/index.vue
@@ -78,6 +78,7 @@
          { label: '订单状态', prop: 'statusBackendStr', minWidth: 120 },
          { label: '下单时间', prop: 'createTime', minWidth: 180 },
          { label: '合伙人', prop: 'partnerName', minWidth: 120 },
          { label: '库位', prop: 'warehouseLocationCode', minWidth: 120 },
          {
            label: '备注',
            formatter: (row) => (
@@ -155,6 +156,7 @@
                el: { placeholder: '收货人姓名/手机号' },
              },
              { label: '收货地址:', id: 'address', type: 'input' },
              { label: '库位:', id: 'warehouseLocationCode', type: 'input' },
            ],
          },
        ],