فهرست منبع

所有单据-供应商(客户)下拉框显示币种改为英文

jingbb 2 ماه پیش
والد
کامیت
87aca004ca
55فایلهای تغییر یافته به همراه56 افزوده شده و 56 حذف شده
  1. 2 2
      src/views/baseCode/ProjectArchive/BaseProjectArchive.data.ts
  2. 1 1
      src/views/baseCode/ShipArchive/BaseShipArchive.data.ts
  3. 1 1
      src/views/baseCode/ShipArchive/BaseShipArchiveRelateCustomer.data.ts
  4. 1 1
      src/views/cuspCode/SupplierEvaluation/CuspSupplierEvaluation.data.ts
  5. 1 1
      src/views/inventiry/defectiveProducts/defectiveProductsList.vue
  6. 1 1
      src/views/inventiry/existingQuantity/existingQuantityList.vue
  7. 1 1
      src/views/inventiry/otherIn/components/otherInForm.vue
  8. 1 1
      src/views/inventiry/otherIn/othernList.vue
  9. 1 1
      src/views/inventiry/otherOut/otherOutList.vue
  10. 1 1
      src/views/inventiry/purInAbnormal/purInAbnormalList.vue
  11. 1 1
      src/views/inventiry/purchaseIn/purchaseInList.vue
  12. 1 1
      src/views/inventiry/salesOutbound/components/SelectDeliveryModal.vue
  13. 1 1
      src/views/inventiry/salesOutbound/components/SelectStaningStockModal.vue
  14. 1 1
      src/views/inventiry/salesOutbound/salesOutboundList.vue
  15. 1 1
      src/views/platformBusiness/commissionContract/commissionContract.vue
  16. 1 1
      src/views/platformBusiness/commissionContract/components/commissionContractFormForm.vue
  17. 1 1
      src/views/platformBusiness/commissionOrder/commissionOrder.vue
  18. 1 1
      src/views/platformBusiness/commissionOrder/components/SelectCommissionContractModal.vue
  19. 1 1
      src/views/platformBusiness/commissionOrder/components/commissionOrderFormForm.vue
  20. 1 1
      src/views/publicComponents/SelectContractModal.vue
  21. 1 1
      src/views/publicComponents/SelectPurchaseOrderMainModal.vue
  22. 1 1
      src/views/publicComponents/SelectPurchaseOrderModal.vue
  23. 1 1
      src/views/publicComponents/SelectQuotationModal.vue
  24. 1 1
      src/views/publicComponents/SelectSaleOrderModal.vue
  25. 1 1
      src/views/publicComponents/SelectStaningStockModal.vue
  26. 1 1
      src/views/publicComponents/components/AddProjectModal.vue
  27. 1 1
      src/views/publicComponents/selectArrivalList.vue
  28. 1 1
      src/views/purchase/arrivedGoods/ArriveGoodsList.vue
  29. 1 1
      src/views/purchase/arrivedGoods/components/ArriveGoodsFormForm.vue
  30. 1 1
      src/views/purchase/freightPurchaseOrder/FreightPurchaseOrderList.vue
  31. 1 1
      src/views/purchase/freightPurchaseOrder/components/FreightPurOrderForm.vue
  32. 1 1
      src/views/purchase/freightPurchaseOrder/components/SelectDeliveryNoticeModal.vue
  33. 1 1
      src/views/purchase/payment/paymentList.vue
  34. 1 1
      src/views/purchase/purPaymentRequest/components/purPaymentRequestForm.vue
  35. 1 1
      src/views/purchase/purPaymentRequest/purPaymentRequesttList.vue
  36. 1 1
      src/views/purchase/purchaseInquiryForm/components/PurchaseInquiryFormForm.vue
  37. 1 1
      src/views/purchase/purchaseInquiryForm/purchaseInquiryFormList.vue
  38. 1 1
      src/views/purchase/purchaseOrder/PurchaseOrderFormList.vue
  39. 1 1
      src/views/purchase/purchaseQuotationFrm/components/PurchaseQuotationFormForm.vue
  40. 1 1
      src/views/purchase/purchaseQuotationFrm/components/SelectSupplierInquiryModal.vue
  41. 1 1
      src/views/purchase/purchaseQuotationFrm/purchaseQuotationFormList.vue
  42. 1 1
      src/views/saleCode/advancePayment/advancePaymentList.vue
  43. 1 1
      src/views/saleCode/advancePayment/components/advancePaymentForm.vue
  44. 1 1
      src/views/saleCode/deliveryNotice/deliveryNoticeList.vue
  45. 1 1
      src/views/saleCode/quotation/quotation.vue
  46. 1 1
      src/views/saleCode/receiptOrder/components/receiptOrderForm.vue
  47. 1 1
      src/views/saleCode/receiptOrder/receiptOrdertList.vue
  48. 1 1
      src/views/saleCode/rfp/SaleRfp.data.ts
  49. 1 1
      src/views/saleCode/saleContract/SaleContract.data.ts
  50. 1 1
      src/views/saleCode/saleInquiryForm/SaleInquiryFormList.vue
  51. 1 1
      src/views/saleCode/salesInvoice/components/SelectCommissionOrderModal.vue
  52. 1 1
      src/views/saleCode/salesInvoice/components/SelectDeliveryNoticeModal.vue
  53. 1 1
      src/views/saleCode/salesInvoice/salesInvoiceList.vue
  54. 1 1
      src/views/saleCode/salesOrder/SaleOrderFormList.vue
  55. 1 1
      src/views/saleCode/salesOrder/components/SlaeOrderFormForm.vue

+ 2 - 2
src/views/baseCode/ProjectArchive/BaseProjectArchive.data.ts

@@ -62,7 +62,7 @@ export const searchFormSchema: FormSchema[] = [
     component: 'JSelect',
     componentProps: {
       getOptionUrl: () => defHttp.get({ url: '/cuspCode/cuspCustomerProfile/list?pageSize=-1'}),
-      showField:"currency+name"
+      showField:"currency_dictText+name"
     },
     //colProps: {span: 6},
   },
@@ -97,7 +97,7 @@ export const formSchema: FormSchema[] = [
     required: true,
     componentProps: {
       getOptionUrl: () => defHttp.get({ url: '/cuspCode/cuspCustomerProfile/list?pageSize=-1'}),
-      showField:"currency+name",
+      showField:"currency_dictText+name",
       getPopupContainer: (node) => document.body,
     },
   },

+ 1 - 1
src/views/baseCode/ShipArchive/BaseShipArchive.data.ts

@@ -80,7 +80,7 @@ export const searchFormSchema: FormSchema[] = [
     component: 'JSelect',
     componentProps: {
       getOptionUrl: () => defHttp.get({ url: '/cuspCode/cuspCustomerProfile/list?pageSize=-1'}),
-      showField:"currency+name"
+      showField:"currency_dictText+name"
     },
     labelWidth: 180,
     colProps: {span: 12},

+ 1 - 1
src/views/baseCode/ShipArchive/BaseShipArchiveRelateCustomer.data.ts

@@ -53,7 +53,7 @@ export const formSchema: FormSchema[] = [
     component: 'JSelect',
     componentProps: {
       getOptionUrl: () => defHttp.get({ url: '/cuspCode/cuspCustomerProfile/list?pageSize=-1'}),
-      showField:"currency+name",
+      showField:"currency_dictText+name",
       getPopupContainer: (node) => document.body,
     },
     show: ({ values }) => {

+ 1 - 1
src/views/cuspCode/SupplierEvaluation/CuspSupplierEvaluation.data.ts

@@ -84,7 +84,7 @@ export const searchFormSchema: FormSchema[] = [
     component: 'JSelect',
     componentProps: {
       getOptionUrl: () => defHttp.get({ url: '/cuspCode/cuspCustomerProfile/list?pageSize=-1'}),
-      showField:"currency+name"
+      showField:"currency_dictText+name"
     },
     colProps: {span: 12},
   },

+ 1 - 1
src/views/inventiry/defectiveProducts/defectiveProductsList.vue

@@ -79,7 +79,7 @@
   const queryParam = reactive<any>({
     type: '2',
   });
-  var showField = ref('currency+name');
+  var showField = ref('currency_dictText+name');
   //注册table数据
   const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
     tableProps: {

+ 1 - 1
src/views/inventiry/existingQuantity/existingQuantityList.vue

@@ -139,7 +139,7 @@
     type: '2',
     quantity:'1'
   });
-  var showField = ref('currency+name');
+  var showField = ref('currency_dictText+name');
   //注册model
   //注册table数据
   const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({

+ 1 - 1
src/views/inventiry/otherIn/components/otherInForm.vue

@@ -172,7 +172,7 @@
     emits:['success'],
     setup(props, {emit}) {
       const loading = ref(false);
-      var showField = ref('currency+name');
+      var showField = ref('currency_dictText+name');
       const formRef = ref();
       const SelectProjectModalRef = ref()
       const SelectPrpductModalRef = ref()

+ 1 - 1
src/views/inventiry/otherIn/othernList.vue

@@ -170,7 +170,7 @@
   import { message } from 'ant-design-vue';
   const formRef = ref();
   const queryParam = reactive<any>({});
-  var showField = ref('currency+name');
+  var showField = ref('currency_dictText+name');
   //注册model
   const [registerModal, { openModal }] = useModal();
   //注册table数据

+ 1 - 1
src/views/inventiry/otherOut/otherOutList.vue

@@ -142,7 +142,7 @@
   import { message } from 'ant-design-vue';
   const formRef = ref();
   const queryParam = reactive<any>({});
-  var showField = ref('currency+name');
+  var showField = ref('currency_dictText+name');
   //注册model
   const [registerModal, { openModal }] = useModal();
   //注册table数据

+ 1 - 1
src/views/inventiry/purInAbnormal/purInAbnormalList.vue

@@ -133,7 +133,7 @@
   const queryParam = reactive<any>({
     type: '2',
   });
-  var showField = ref('currency+name');
+  var showField = ref('currency_dictText+name');
   //注册model
   const [registerModal, { openModal }] = useModal();
   //注册table数据

+ 1 - 1
src/views/inventiry/purchaseIn/purchaseInList.vue

@@ -169,7 +169,7 @@
   import { message } from 'ant-design-vue';
   const formRef = ref();
   const queryParam = reactive<any>({});
-    var showField = ref('currency+name');
+    var showField = ref('currency_dictText+name');
   //注册model
   const [registerModal, { openModal }] = useModal();
   //注册table数据

+ 1 - 1
src/views/inventiry/salesOutbound/components/SelectDeliveryModal.vue

@@ -142,7 +142,7 @@
     var visible = ref(false)
     var fatherProject = ref('')
     var fatherSourceCode = ref('')
-    var showField = ref('currency+name');
+    var showField = ref('currency_dictText+name');
     const columns = [
         { 
             type: 'selection',

+ 1 - 1
src/views/inventiry/salesOutbound/components/SelectStaningStockModal.vue

@@ -136,7 +136,7 @@
     const emit = defineEmits([ 'SelectStaningStock']); //定义emit
     var visible = ref(false)
     var father = ref({})
-    var showField = ref('currency+name');
+    var showField = ref('currency_dictText+name');
     const columns = [
         { 
             type: 'selection',

+ 1 - 1
src/views/inventiry/salesOutbound/salesOutboundList.vue

@@ -191,7 +191,7 @@
   import { JDictSelectTag, ApiSelect, JInput,JSelect } from '/@/components/Form';
   import { message } from 'ant-design-vue';
   var ViewFileListModalRef =ref<any>()
-  var showField = ref('currency+name');
+  var showField = ref('currency_dictText+name');
   const formRef = ref();
   const queryParam = reactive<any>({});
   //注册model

+ 1 - 1
src/views/platformBusiness/commissionContract/commissionContract.vue

@@ -125,7 +125,7 @@
   const checkedKeys = ref<Array<string | number>>([]);
   //注册model
   const [registerModal, { openModal }] = useModal();
-  var showField = ref('currency+name');
+  var showField = ref('currency_dictText+name');
   //注册table数据
   const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
     tableProps: {

+ 1 - 1
src/views/platformBusiness/commissionContract/components/commissionContractFormForm.vue

@@ -130,7 +130,7 @@ import { curry } from 'lodash-es';
     },
     emits: ['success'],
     setup(props, { emit }) {
-      var showField = ref('currency+name');
+      var showField = ref('currency_dictText+name');
       const userStore = useUserStore();
       const loading = ref(false);
       const formRef = ref();

+ 1 - 1
src/views/platformBusiness/commissionOrder/commissionOrder.vue

@@ -139,7 +139,7 @@
   const checkedKeys = ref<Array<string | number>>([]);
   //注册model
   const [registerModal, { openModal }] = useModal();
-  var showField = ref('currency+name');
+  var showField = ref('currency_dictText+name');
   //注册table数据
   const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
     tableProps: {

+ 1 - 1
src/views/platformBusiness/commissionOrder/components/SelectCommissionContractModal.vue

@@ -93,7 +93,7 @@
     import {supplierOption} from '../commissionOrderForm.api';
     const emit = defineEmits([ 'selectCommissionContract']); //定义emit
     var visible = ref(false)
-    var showField = ref('currency+name');
+    var showField = ref('currency_dictText+name');
     const columns = [
         // { 
         //     type: 'selection',

+ 1 - 1
src/views/platformBusiness/commissionOrder/components/commissionOrderFormForm.vue

@@ -157,7 +157,7 @@
     },
     emits: ['success'],
     setup(props, { emit }) {
-      var showField = ref('currency+name');
+      var showField = ref('currency_dictText+name');
       const userStore = useUserStore();
       const loading = ref(false);
       const formRef = ref();

+ 1 - 1
src/views/publicComponents/SelectContractModal.vue

@@ -149,7 +149,7 @@
     import {ProjectOption,CustomerOption,ClassList} from '../saleCode/salesOrder/SaleOrderyForm.api';
 
     const emit = defineEmits([ 'selectContract']); //定义emit
-    var showField = ref('currency+name');
+    var showField = ref('currency_dictText+name');
     let classOption = ref([])
     var visible = ref(false)
     var fatherProject = ref('')

+ 1 - 1
src/views/publicComponents/SelectPurchaseOrderMainModal.vue

@@ -127,7 +127,7 @@
     import { JDictSelectTag,JInput,JSelect} from '/@/components/Form';
     import {ProjectOption,supplierOption,ClassList} from '../purchase/arrivedGoods/ArriveGoodsForm.api';
     const emit = defineEmits([ 'selectPurchaseOrderMian']); //定义emit
-    var showField = ref('currency+name');
+    var showField = ref('currency_dictText+name');
     var visible = ref(false)
     var getListUrl=ref('')
     const columns = [

+ 1 - 1
src/views/publicComponents/SelectPurchaseOrderModal.vue

@@ -126,7 +126,7 @@
     import { JDictSelectTag,JInput,JSelect,ApiSelect} from '/@/components/Form';
     import {ProjectOption,supplierOption,ClassList} from '../purchase/arrivedGoods/ArriveGoodsForm.api';
     const emit = defineEmits([ 'selectPurchaseOrder']); //定义emit
-    var showField = ref('currency+name');
+    var showField = ref('currency_dictText+name');
     var visible = ref(false)
     var fatherProject = ref('')
     var fatherSourceCode = ref('')

+ 1 - 1
src/views/publicComponents/SelectQuotationModal.vue

@@ -139,7 +139,7 @@
     var visible = ref(false)
     var fatherProject = ref('')
     var fatherSourceCode = ref('')
-    var showField = ref('currency+name');
+    var showField = ref('currency_dictText+name');
     const columns = [
         { 
             type: 'selection',

+ 1 - 1
src/views/publicComponents/SelectSaleOrderModal.vue

@@ -154,7 +154,7 @@
     import {ProjectOption,ClassList,supplierOption} from '../saleCode/deliveryNotice/delivertNoticeForm.api';
     import {CustomerOption} from '../saleCode/saleContract/SaleContract.api';
     const emit = defineEmits([ 'selectSaleOrder']); //定义emit
-    var showField = ref('currency+name');
+    var showField = ref('currency_dictText+name');
     var visible = ref(false)
     var fatherProject = ref('')
     var fatherSourceCode = ref('')

+ 1 - 1
src/views/publicComponents/SelectStaningStockModal.vue

@@ -150,7 +150,7 @@
     var fatherProject = ref('')
     var fatherWarehouse = ref('')
     var fatherGoodsAllocation = ref('')
-    var showField = ref('currency+name');
+    var showField = ref('currency_dictText+name');
     const columns = [
         { 
             type: 'selection',

+ 1 - 1
src/views/publicComponents/components/AddProjectModal.vue

@@ -50,7 +50,7 @@
     var visible = ref(false);
     var form = ref();
     var addProjectModalRef = ref()
-    var showField = ref('currency+name');
+    var showField = ref('currency_dictText+name');
     const emit = defineEmits([ 'success']);
     var model = ref({
         customerId:'',

+ 1 - 1
src/views/publicComponents/selectArrivalList.vue

@@ -129,7 +129,7 @@
     var visible = ref(false)
     var fatherProject = ref('')
     var fatherSourceCode = ref('')
-    var showField = ref('currency+name');
+    var showField = ref('currency_dictText+name');
     const columns = [
         { 
             type: 'selection',

+ 1 - 1
src/views/purchase/arrivedGoods/ArriveGoodsList.vue

@@ -196,7 +196,7 @@
   import { message } from 'ant-design-vue';
   const formRef = ref();
   const queryParam = reactive<any>({});
-    var showField = ref('currency+name');
+    var showField = ref('currency_dictText+name');
   //注册model
   const [registerModal, { openModal }] = useModal();
   //注册table数据

+ 1 - 1
src/views/purchase/arrivedGoods/components/ArriveGoodsFormForm.vue

@@ -325,7 +325,7 @@
     },
     emits: ['success'],
     setup(props, { emit }) {
-      var showField = ref('currency+name');
+      var showField = ref('currency_dictText+name');
       const userStore = useUserStore();
       const loading = ref(false);
       const formRef = ref();

+ 1 - 1
src/views/purchase/freightPurchaseOrder/FreightPurchaseOrderList.vue

@@ -112,7 +112,7 @@
   import { message } from 'ant-design-vue';
   const formRef = ref();
   const queryParam = reactive<any>({});
-  var showField = ref('currency+name');
+  var showField = ref('currency_dictText+name');
   //注册model
   const [registerModal, { openModal }] = useModal();
   //注册table数据

+ 1 - 1
src/views/purchase/freightPurchaseOrder/components/FreightPurOrderForm.vue

@@ -122,7 +122,7 @@
     },
     emits:['success'],
     setup(props, {emit}) {
-      var showField = ref('currency+name');
+      var showField = ref('currency_dictText+name');
       const loading = ref(false);
       const formRef = ref();
       const SelectDeliveryNoticeModalRef= ref();

+ 1 - 1
src/views/purchase/freightPurchaseOrder/components/SelectDeliveryNoticeModal.vue

@@ -139,7 +139,7 @@
     import {CustomerOption,ProjectOption,ClassList} from '../FreightPurOrder.api';
     const emit = defineEmits([ 'addDelivery']); //定义emit
     var visible = ref(false)
-    var showField = ref('currency+name');
+    var showField = ref('currency_dictText+name');
     const columns = [
         { 
             type: 'selection',

+ 1 - 1
src/views/purchase/payment/paymentList.vue

@@ -101,7 +101,7 @@
   import { message } from 'ant-design-vue';
   const formRef = ref();
   const queryParam = reactive<any>({});
-  var showField = ref('currency+name');
+  var showField = ref('currency_dictText+name');
   //注册model
   const [registerModal, { openModal }] = useModal();
   //注册table数据

+ 1 - 1
src/views/purchase/purPaymentRequest/components/purPaymentRequestForm.vue

@@ -137,7 +137,7 @@
     },
     emits:['success'],
     setup(props, {emit}) {
-      var showField = ref('currency+name');
+      var showField = ref('currency_dictText+name');
       const loading = ref(false);
       const formRef = ref();
       const SelectPurchaseOrderModalRef = ref()

+ 1 - 1
src/views/purchase/purPaymentRequest/purPaymentRequesttList.vue

@@ -124,7 +124,7 @@
   import { message } from 'ant-design-vue';
   const formRef = ref();
   const queryParam = reactive<any>({});
-  var showField = ref('currency+name');
+  var showField = ref('currency_dictText+name');
   //注册model
   const [registerModal, { openModal }] = useModal();
   //注册table数据

+ 1 - 1
src/views/purchase/purchaseInquiryForm/components/PurchaseInquiryFormForm.vue

@@ -331,7 +331,7 @@
     setup(props, { emit }) {
       const loading = ref(false);
       const formRef = ref();
-      var showField = ref('currency+name');
+      var showField = ref('currency_dictText+name');
       var SelectPrpductModalRef = ref();
       var SelectProjectModalRef = ref();
       var SelectCustomerInquiryModalRef = ref();

+ 1 - 1
src/views/purchase/purchaseInquiryForm/purchaseInquiryFormList.vue

@@ -215,7 +215,7 @@
   const baseUrl = domainUrl + '/sys/common/static/';
   const formRef = ref();
   const queryParam = reactive<any>({});
-  var showField = ref('currency+name');
+  var showField = ref('currency_dictText+name');
   const checkedKeys = ref<Array<string | number>>([]);
   //注册model
   const [registerModal, { openModal }] = useModal();

+ 1 - 1
src/views/purchase/purchaseOrder/PurchaseOrderFormList.vue

@@ -220,7 +220,7 @@
   const SelectPurOrderModalRef = ref();
   const ViewHistoryVersionModallRef = ref();
   const queryParam = reactive<any>({});
-    var showField = ref('currency+name');
+    var showField = ref('currency_dictText+name');
   //注册model
   const [registerModal, { openModal }] = useModal();
   //注册table数据

+ 1 - 1
src/views/purchase/purchaseQuotationFrm/components/PurchaseQuotationFormForm.vue

@@ -314,7 +314,7 @@
     setup(props, { emit }) {
       const loading = ref(false);
       const formRef = ref();
-      var showField = ref('currency+name');
+      var showField = ref('currency_dictText+name');
       var SetSonListRef =ref();
       var SelectPrpductModalRef = ref();
       var SelectProjectModalRef = ref();

+ 1 - 1
src/views/purchase/purchaseQuotationFrm/components/SelectSupplierInquiryModal.vue

@@ -126,7 +126,7 @@
     import {ProjectOption,supplierOption,ClassList} from '../PurchaseQuotationForm.api';
     const emit = defineEmits([ 'selectCustomerInquiry']); //定义emit
     var visible = ref(false)
-    var showField = ref('currency+name');
+    var showField = ref('currency_dictText+name');
     const columns = [
         { 
             type: 'selection',

+ 1 - 1
src/views/purchase/purchaseQuotationFrm/purchaseQuotationFormList.vue

@@ -185,7 +185,7 @@
   const baseUrl = domainUrl + '/sys/common/static/';
   const formRef = ref();
   const queryParam = reactive<any>({});
-    var showField = ref('currency+name');
+    var showField = ref('currency_dictText+name');
   //注册model
   const [registerModal, { openModal }] = useModal();
   //注册table数据

+ 1 - 1
src/views/saleCode/advancePayment/advancePaymentList.vue

@@ -136,7 +136,7 @@
   import { message } from 'ant-design-vue';
   const formRef = ref();
   const queryParam = reactive<any>({});
-  var showField = ref('currency+name');
+  var showField = ref('currency_dictText+name');
   //注册model
   const [registerModal, { openModal }] = useModal();
   //注册table数据

+ 1 - 1
src/views/saleCode/advancePayment/components/advancePaymentForm.vue

@@ -92,7 +92,7 @@
   import moment from 'moment';
   const userStore = useUserStore();
   const useForm = Form.useForm;
-  var showField = ref('currency+name');
+  var showField = ref('currency_dictText+name');
   export default defineComponent({
     name: "advancePaymentForm",
     components:{

+ 1 - 1
src/views/saleCode/deliveryNotice/deliveryNoticeList.vue

@@ -195,7 +195,7 @@
   const formRef = ref();
   const ViewFileListModalRef = ref();
   const queryParam = reactive<any>({});
-  var showField = ref('currency+name');
+  var showField = ref('currency_dictText+name');
   const checkedKeys = ref<Array<string | number>>([]);
   //注册model
   const [registerModal, { openModal }] = useModal();

+ 1 - 1
src/views/saleCode/quotation/quotation.vue

@@ -185,7 +185,7 @@
   const checkedKeys = ref<Array<string | number>>([]);
   //注册model
   const [registerModal, { openModal }] = useModal();
-  var showField = ref('currency+name');
+  var showField = ref('currency_dictText+name');
   var ViewHistoryVersionModalRef = ref();
   var SetToExamineRef = ref();
   //注册table数据

+ 1 - 1
src/views/saleCode/receiptOrder/components/receiptOrderForm.vue

@@ -79,7 +79,7 @@
   import { useUserStore } from '/@/store/modules/user';
   import moment from 'moment';
   const userStore = useUserStore();
-  var showField = ref('currency+name');
+  var showField = ref('currency_dictText+name');
   const useForm = Form.useForm;
   export default defineComponent({
     name: "advancePaymentForm",

+ 1 - 1
src/views/saleCode/receiptOrder/receiptOrdertList.vue

@@ -128,7 +128,7 @@
   import { message } from 'ant-design-vue';
   const formRef = ref();
   const queryParam = reactive<any>({});
-  var showField = ref('currency+name');
+  var showField = ref('currency_dictText+name');
   //注册model
   const [registerModal, { openModal }] = useModal();
   //注册table数据

+ 1 - 1
src/views/saleCode/rfp/SaleRfp.data.ts

@@ -103,7 +103,7 @@ export const searchFormSchema: FormSchema[] = [
     labelWidth: 150,
     componentProps: {
       getOptionUrl: () => defHttp.get({ url: '/cuspCode/cuspCustomerProfile/list?pageSize=-1'}),
-      showField:"currency+name"
+      showField:"currency_dictText+name"
     },
     //colProps: {span: 6},
   },

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

@@ -154,7 +154,7 @@ export const searchFormSchema: FormSchema[] = [
       //请求api,返回结果{ result: { records: [{'id':'1',name:'scott'},{'id':'2',name:'小张'}] }}
       getOptionUrl: CustomerOption,
       //数值转成String
-      showField: 'currency+name',
+      showField: 'currency_dictText+name',
       //标题字段
       labelField: 'abbreviation',
     },

+ 1 - 1
src/views/saleCode/saleInquiryForm/SaleInquiryFormList.vue

@@ -240,7 +240,7 @@
   const checkedKeys = ref<Array<string | number>>([]);
   //注册model
   const [registerModal, { openModal }] = useModal();
-  var showField = ref('currency+name');
+  var showField = ref('currency_dictText+name');
   var classOption = ref([]);
   var SetOtherStatusRef = ref();
   var SelecSaleInquiryModalRef = ref();

+ 1 - 1
src/views/saleCode/salesInvoice/components/SelectCommissionOrderModal.vue

@@ -106,7 +106,7 @@
     const emit = defineEmits([ 'addDelivery']); //定义emit
     let classOption = ref([])
     var visible = ref(false)
-    var showField = ref('currency+name');
+    var showField = ref('currency_dictText+name');
     const columns = [
         { 
             type: 'selection',

+ 1 - 1
src/views/saleCode/salesInvoice/components/SelectDeliveryNoticeModal.vue

@@ -137,7 +137,7 @@
     import {  ApiSelect, } from '/@/components/Form/index';
     import {ProjectOption,CustomerOption,ClassList} from '../salesInvoiceForm.api';
     const emit = defineEmits([ 'addDelivery']); //定义emit
-    var showField = ref('currency+name');
+    var showField = ref('currency_dictText+name');
     var visible = ref(false)
     const columns = [
         { 

+ 1 - 1
src/views/saleCode/salesInvoice/salesInvoiceList.vue

@@ -171,7 +171,7 @@
   const [registerModal, { openModal }] = useModal();
   var classOption = ref([]);
   var viewType = ref('');
-  var showField = ref('currency+name');
+  var showField = ref('currency_dictText+name');
   var ViewFileListModalRef = ref();
   //注册table数据
   const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({

+ 1 - 1
src/views/saleCode/salesOrder/SaleOrderFormList.vue

@@ -262,7 +262,7 @@
   import { useMethods } from '/@/hooks/system/useMethods';
   const { handleExportXlsx, } = useMethods();
   const formRef = ref();
-  var showField = ref('currency+name');
+  var showField = ref('currency_dictText+name');
   const ViewFileListModalRef = ref();
   const SelectSaleOrderModalRef = ref();
   const ViewHistoryVersionModallRef = ref();

+ 1 - 1
src/views/saleCode/salesOrder/components/SlaeOrderFormForm.vue

@@ -175,7 +175,7 @@
             </a-col>
             <a-col :span="12">
               <a-form-item
-                label="交货地点(delivery address)"
+                label="收件地址(delivery address)"
                 v-bind="validateInfos.deliveryAddress"
                 id="SaleOrderForm-deliveryAddress"
                 name="deliveryAddress"