Browse Source

fix: 批量上传空海派订单前校验

lyc 1 tháng trước cách đây
mục cha
commit
75f7fac752
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      customer/src/views/order/input.vue

+ 2 - 2
customer/src/views/order/input.vue

@@ -142,8 +142,8 @@ export default {
             <tbody>
               ${results.map(item => `
                 <tr>
-                  <td style="border: 1px solid #ddd; padding: 8px; max-width: 300px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;" title="${item.CustomerHo}">${item.CustomerHo}</td>
-                  <td style="border: 1px solid #ddd; padding: 8px; max-width: 380px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;" title="${item.Errornsg}">${item.Errornsg}</td>
+                  <td style="border: 1px solid #ddd; padding: 8px; max-width: 300px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;" title="${item.CustomerNo}">${item.CustomerNo}</td>
+                  <td style="border: 1px solid #ddd; padding: 8px; max-width: 380px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;" title="${item.ErrorMsg}">${item.ErrorMsg}</td>
                 </tr>
               `).join('')}
             </tbody>