Pārlūkot izejas kodu

0.8部分需求

cz 1 gadu atpakaļ
vecāks
revīzija
92be6cd842

+ 8 - 0
src/views/customer/file/index.vue

@@ -743,6 +743,14 @@ const formConfig = computed(() => {
       itemType: "text",
     },
     {
+      type: "input",
+      prop: "customerCode1",
+      label: "客户税号",
+      required: true,
+      itemWidth: 100,
+      itemType: "text",
+    },
+    {
       type: "select",
       label: "客户来源",
       prop: "source",

+ 8 - 0
src/views/customer/highseas/index.vue

@@ -688,6 +688,14 @@ const formConfig = computed(() => {
       itemType: "text",
     },
     {
+      type: "input",
+      prop: "customerCode1",
+      label: "客户税号",
+      required: true,
+      itemWidth: 100,
+      itemType: "text",
+    },
+    {
       type: "select",
       label: "客户来源",
       prop: "source",

+ 8 - 0
src/views/customer/privatesea/index.vue

@@ -689,6 +689,14 @@ const formConfig = computed(() => {
       itemType: "text",
     },
     {
+      type: "input",
+      prop: "customerCode1",
+      label: "客户税号",
+      required: true,
+      itemWidth: 100,
+      itemType: "text",
+    },
+    {
       type: "select",
       label: "客户来源",
       prop: "source",

+ 8 - 2
src/views/salesMange/shipmentMange/document/index.vue

@@ -168,12 +168,16 @@
             <div style="font-weight: 700">卖方 VENDOR:</div>
             <div>{{ printDetails.corporation.name }}</div>
             <div>{{ printDetails.corporation.nameEn }}</div>
+            <div style="font-weight: 700;padding-top: 16px" v-if="[ 2].includes(openStatus)">TAX NUMBER:</div>
+
             <div style="padding: 16px 0">
               {{ printDetails.contract.sellAddress }},{{ printDetails.contract.sellCityName }},{{ printDetails.contract.sellProvinceName }},{{
                 printDetails.contract.sellCountryName
               }}
             </div>
-            <div>CONTRACT: {{ printDetails.contract.sellContactName }}</div>
+            <div style="font-weight: 700" v-if="[ 2].includes(openStatus)">POST CODE: {{ printDetails.contract.buyPostalCode }}</div>
+
+            <div style="padding-top: 16px ">CONTRACT: {{ printDetails.contract.sellContactName }}</div>
             <div>TEL.: {{ printDetails.contract.sellContactNumber }}</div>
           </div>
         </div>
@@ -193,12 +197,14 @@
           <div style="width: 50%; padding-left: 4px">
             <div style="font-weight: 700">买方 BUYER:</div>
             <div>{{ printDetails.customer.name }}</div>
+            <div style="font-weight: 700;padding-top: 16px "  >TAX NUMBER:</div>
             <div style="padding: 16px 0">
               {{ printDetails.contract.buyAddress }},{{ printDetails.contract.buyPostalCode }},{{ printDetails.contract.buyCityName }},{{
                 printDetails.contract.buyProvinceName
               }},{{ printDetails.contract.buyCountryName }}
             </div>
-            <div>CONTRACT: {{ printDetails.contract.buyContactName }}</div>
+            <div style="font-weight: 700">POST CODE: {{ printDetails.contract.buyPostalCode }}</div>
+            <div style="padding-top: 16px ">CONTRACT: {{ printDetails.contract.buyContactName }}</div>
             <div>TEL.: {{ printDetails.contract.buyContactNumber }}</div>
           </div>
         </div>