Jelajahi Sumber

所有节点-删除“含税”字段

jingbb 4 bulan lalu
induk
melakukan
ccb9eb9b80

+ 1 - 1
src/views/purchase/freightPurchaseOrder/FreightPurOrderForm.data.ts

@@ -127,7 +127,7 @@ export const FreightProDetailsColumns: JVxeColumn[] = [
       defaultValue:'',
     },
     {
-      title: '运费金额(tax amount)',
+      title: '运费金额(amount)',
       key: 'taxAmount',
       type: JVxeTypes.input,
       placeholder: '请输入${title}',

+ 2 - 2
src/views/purchase/purchaseQuotationFrm/PurchaseQuotationForm.data.ts

@@ -267,7 +267,7 @@ export const PuechaseQuotationFormProductColumns: JVxeColumn[] = [
       },
     },
     {
-      title: '含税单价(tax price)',
+      title: '单价(price)',
       key: 'taxPrice',
       type: JVxeTypes.input,
       placeholder: '请输入${title}',
@@ -287,7 +287,7 @@ export const PuechaseQuotationFormProductColumns: JVxeColumn[] = [
       width:"200px",
     },
     {
-      title: '含税金额(Tax amount)',
+      title: '金额(amount)',
       key: 'taxAmount',
       type: JVxeTypes.normal,
       placeholder: '请输入${title}',

+ 3 - 3
src/views/purchase/selectionQuotationForm/SelectionQuotationForm.data.ts

@@ -251,7 +251,7 @@ export const SelectQuotationFormProductColumns: JVxeColumn[] = [
       width:"200px",
     },
     {
-      title: '含税金额(Tax amount)',
+      title: '金额(amount)',
       key: 'taxAmount',
       type: JVxeTypes.normal,
       placeholder: '请输入${title}',
@@ -393,7 +393,7 @@ export const SelectQuotationFormProductColumns: JVxeColumn[] = [
       width:"200px",
     },
     {
-      title: '含税单价(Tax price)',
+      title: '单价(price)',
       key: 'taxPrice',
       type: JVxeTypes.normal,
       placeholder: '请输入${title}',
@@ -417,7 +417,7 @@ export const SelectQuotationFormProductColumns: JVxeColumn[] = [
       width:"200px",
     },
     {
-      title: '含税金额(tax amount)',
+      title: '金额(amount)',
       key: 'taxAmount',
       type: JVxeTypes.normal,
       placeholder: '请输入${title}',

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

@@ -207,12 +207,12 @@
             dataIndex: 'qualityGrade'
         },
         {
-            title: '含税单价(tax price)',
+            title: '单价(price)',
             align:"center",
             dataIndex: 'taxPrice'
         },
         {
-            title: '含金额(Tax amount)',
+            title: '含金额(amount)',
             align:"center",
             dataIndex: 'taxAmount'
         },

+ 1 - 1
src/views/saleCode/quotation/quotationForm.data.ts

@@ -330,7 +330,7 @@ export const saleQuotationFormProductColumns: JVxeColumn[] = [
       slotName: 'lastPrice',
     },
     {
-      title: '含税金额(tax amount)',
+      title: '金额(amount)',
       key: 'taxAmount',
       type: JVxeTypes.normal,
       placeholder: '请输入${title}',

+ 4 - 4
src/views/saleCode/saleContract/SaleContract.data.ts

@@ -573,7 +573,7 @@ export const saleContractProductColumns: JVxeColumn[] = [
       defaultValue:'',
     },
     {
-      title: '单价(tax price)',
+      title: '单价(price)',
       key: 'taxPrice',
       type: JVxeTypes.normal,
       width:"200px",
@@ -581,7 +581,7 @@ export const saleContractProductColumns: JVxeColumn[] = [
       defaultValue:'',
     },
     {
-      title: '金额(tax amount)',
+      title: '金额(amount)',
       key: 'taxAmount',
       type: JVxeTypes.normal,
       width:"200px",
@@ -676,8 +676,8 @@ export const superQuerySchema = {
         unit: {title: '单位',order: 17,view: 'text', type: 'string',},
         taxRate: {title: '税率(tax rate)',order: 18,view: 'number', type: 'number',},
         discount: {title: '折扣(discount)',order: 19,view: 'text', type: 'string',},
-        taxPrice: {title: '含税单价(tax price)',order: 20,view: 'number', type: 'number',},
-        taxAmount: {title: '含税金额(tax amount)',order: 21,view: 'number', type: 'number',},
+        taxPrice: {title: '单价(price)',order: 20,view: 'number', type: 'number',},
+        taxAmount: {title: '金额(amount)',order: 21,view: 'number', type: 'number',},
         notes: {title: '备注(notes)',order: 22,view: 'text', type: 'string',},
     }
   },