ソースを参照

销售管理-子表展示修改

jingbb 5 ヶ月 前
コミット
962e6dc302

+ 2 - 2
src/views/saleCode/quotation/components/quotationFormForm.vue

@@ -122,7 +122,7 @@
 
 		<!-- 子表单区域 -->
     <a-tabs v-model:activeKey="activeKey" animated  style=" padding: 24px;padding-top: 0px;">
-      <a-tab-pane tab="报价单子表 - 船明细(ship details)" key="saleQuotationFormShip" :forceRender="true">
+      <a-tab-pane tab="销售报价单 - 船明细(ship details)" key="saleQuotationFormShip" :forceRender="true">
         <a-button type="primary" @click="selectShip"> 选择船(select ship)</a-button>
         <j-vxe-table
           :keep-source="true"
@@ -145,7 +145,7 @@
             </template>
           </j-vxe-table>
       </a-tab-pane>
-      <a-tab-pane tab="报价单 - 产品明细(product details)" key="saleQuotationFormProduct" :forceRender="true">
+      <a-tab-pane tab="销售报价单 - 产品明细(product details)" key="saleQuotationFormProduct" :forceRender="true">
         <a-button type="primary" @click="selectProducts" style="margin-right: 1%;margin-bottom: 1%;"> 选择产品(select product)</a-button>
         <!-- <a-button type="primary" @click="chooseSupplier"> 选择供应商报价(selete supplier quotation)</a-button> -->
         <j-vxe-table

+ 2 - 2
src/views/saleCode/saleInquiryForm/components/SaleInquiryFormForm.vue

@@ -98,7 +98,7 @@
 
 		<!-- 子表单区域 -->
     <a-tabs v-model:activeKey="activeKey" animated  style=" padding: 24px;padding-top: 0px;">
-      <a-tab-pane tab="销售询价单子表 - 船明细(ship details)" key="saleInquiryFormShip" :forceRender="true">
+      <a-tab-pane tab="销售询价单 - 船明细(ship details)" key="saleInquiryFormShip" :forceRender="true">
         <a-button type="primary" @click="selectShip"> 选择船(select ship)</a-button>
         <j-vxe-table
           :keep-source="true"
@@ -121,7 +121,7 @@
             </template>
           </j-vxe-table>
       </a-tab-pane>
-      <a-tab-pane tab="销售询价单子表 - 产品明细(product details)" key="saleInquiryFormProduct" :forceRender="true">
+      <a-tab-pane tab="销售询价单 - 产品明细(product details)" key="saleInquiryFormProduct" :forceRender="true">
         <a-button type="primary" @click="selectProducts" style="margin-right: 1%;margin-bottom: 1%;"> 选择产品(select product)</a-button>
         <a-button type="primary" @click="setNeed" style="margin-right: 1%;"> 设置需要船检证书(set need ship inspection certificate)</a-button>
         <a-button type="primary" @click="setNotNeed"> 设置不需要船检证书(set need not ship inspection certificate)</a-button>