Browse Source

预托书列表字段隐藏(外销发票号)

jbb 2 years ago
parent
commit
fa583d6ceb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/pre-book/preBookList.vue

+ 2 - 1
src/views/pre-book/preBookList.vue

@@ -158,7 +158,7 @@ export default {
           className: 'replacecolor'
         },
         // { title: '订单号', width: 120, dataIndex: 'orderNumber', fixed: 'left', className: 'replacecolor' },
-        { title: '外销发票号码', dataIndex: 'exportInvoiceNo', width: 220, align: 'left', className: 'replacecolor' },
+        // { title: '外销发票号码', dataIndex: 'exportInvoiceNo', width: 220, align: 'left', className: 'replacecolor' },
         { title: '客户简称', dataIndex: 'clientAbbreviation', width: 120, className: 'replacecolor' },
         {
           title: '分销点',
@@ -333,6 +333,7 @@ export default {
             item.preDeliveryDate = item.hod
           })
           this.$refs.addPreBookDrawer.data = res.result.syLetterDepositItemList;
+          debugger
           this.$refs.addPreBookDrawer.visible = true
         }else{
           this.$message.error(res.message)