陶杰
2024-09-23 89f83d272bce452bbae5efe8614cfd8bae843334
1.订单列表-新增特殊要求字段
已修改2个文件
3 ■■■■ 文件已修改
pages/order/list/_id.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/list/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/list/_id.vue
@@ -397,6 +397,7 @@
            { label: '合伙人:', id: 'partnerName', type: 'input' },
            { label: '库区:', id: 'warehouseName', type: 'input' },
            { label: '库位:', id: 'warehouseLocationCode', type: 'input' },
            { label: '特殊需求:', id: 'specialNeeds', type: 'input' },
            {
              label: '备注:',
              id: 'remarks',
pages/order/list/index.vue
@@ -79,6 +79,7 @@
          { label: '下单时间', prop: 'createTime', minWidth: 180 },
          { label: '合伙人', prop: 'partnerName', minWidth: 120 },
          { label: '库位', prop: 'warehouseLocationCode', minWidth: 120 },
          { label: '特殊需求', prop: 'specialNeeds', minWidth: 120 },
          {
            label: '备注',
            formatter: (row) => (
@@ -156,7 +157,6 @@
                el: { placeholder: '收货人姓名/手机号' },
              },
              { label: '收货地址:', id: 'address', type: 'input' },
              { label: '库位:', id: 'warehouseLocationCode', type: 'input' },
            ],
          },
        ],