Handy_Cao 6 місяців тому
батько
коміт
ab2fa4a5d5

+ 10 - 1
public/locales/en-US.json

@@ -1119,7 +1119,16 @@
                 "marketid": "Market",
                 "goodsid": "Product",
                 "tips1": "Please select economic member",
-                "tips2": "Enter code or name"
+                "tips2": "Enter code or name",
+                "edit": {
+                    "title": "编辑",
+                    "userid": "经纪会员",
+                    "marketid": "市场",
+                    "goodsid": "商品",
+                    "isnodisplay": "是否不显示",
+                    "iscannotbuy": "是否不能建买",
+                    "iscannotsell": "是否不能建卖"
+                }
             },
             "industry": {
                 "memberuserid": "Organization Code",

+ 10 - 1
public/locales/th-TH.json

@@ -1119,7 +1119,16 @@
                 "marketid": "ตลาด",
                 "goodsid": "สินค้า",
                 "tips1": "กรุณาเลือกสมาชิกเศรษฐกิจ",
-                "tips2": "ป้อนรหัสหรือชื่อ"
+                "tips2": "ป้อนรหัสหรือชื่อ",
+                "edit": {
+                    "title": "编辑",
+                    "userid": "经纪会员",
+                    "marketid": "市场",
+                    "goodsid": "商品",
+                    "isnodisplay": "是否不显示",
+                    "iscannotbuy": "是否不能建买",
+                    "iscannotsell": "是否不能建卖"
+                }
             },
             "industry": {
                 "memberuserid": "รหัสองค์กร",

+ 10 - 1
public/locales/vi-VN.json

@@ -1119,7 +1119,16 @@
                 "marketid": "Thị trường",
                 "goodsid": "Hàng hóa",
                 "tips1": "Vui lòng chọn thành viên kinh tế",
-                "tips2": "Nhập mã hoặc tên"
+                "tips2": "Nhập mã hoặc tên",
+                "edit": {
+                    "title": "编辑",
+                    "userid": "经纪会员",
+                    "marketid": "市场",
+                    "goodsid": "商品",
+                    "isnodisplay": "是否不显示",
+                    "iscannotbuy": "是否不能建买",
+                    "iscannotsell": "是否不能建卖"
+                }
             },
             "industry": {
                 "memberuserid": "Mã tổ chức",

+ 10 - 1
public/locales/zh-CN.json

@@ -1119,7 +1119,16 @@
                 "marketid": "市场",
                 "goodsid": "商品",
                 "tips1": "请选择经纪会员",
-                "tips2": "输入代码或名称"
+                "tips2": "输入代码或名称",
+                "edit": {
+                    "title": "编辑",
+                    "userid": "经纪会员",
+                    "marketid": "市场",
+                    "goodsid": "商品",
+                    "isnodisplay": "是否不显示",
+                    "iscannotbuy": "是否不能建买",
+                    "iscannotsell": "是否不能建卖"
+                }
             },
             "industry": {
                 "memberuserid": "机构代码",

+ 10 - 1
public/locales/zh-TW.json

@@ -1119,7 +1119,16 @@
                 "marketid": "市場",
                 "goodsid": "商品",
                 "tips1": "請選擇經濟會員",
-                "tips2": "輸入代碼或名稱"
+                "tips2": "輸入代碼或名稱",
+                "edit": {
+                    "title": "編輯",
+                    "userid": "經紀會員",
+                    "marketid": "市場",
+                    "goodsid": "商品",
+                    "isnodisplay": "是否不顯示",
+                    "iscannotbuy": "是否不能建買",
+                    "iscannotsell": "是否不能建賣"
+                }
             },
             "industry": {
                 "memberuserid": "機構代碼",

+ 0 - 1
src/packages/pc/views/member/institution/broker/components/details/index.vue

@@ -23,7 +23,6 @@ import { ElMessage } from 'element-plus'
 import { i18n } from '@/stores'
 import { useRequest } from '@/hooks/request'
 import { CellProp } from '@pc/components/base/table-details/types'
-
 import { queryRoleDetail } from '@/services/api/member'
 import AppDrawer from '@pc/components/base/drawer/index.vue'
 import AppTableDetails from '@pc/components/base/table-details/index.vue'

+ 1 - 1
src/packages/pc/views/member/institution/goodscfg/components/delete/index.vue

@@ -13,8 +13,8 @@
 import { shallowRef, PropType } from 'vue'
 import { ElMessage } from 'element-plus'
 import { delLimit } from '@/services/api/member'
-import AppDrawer from '@pc/components/base/drawer/index.vue'
 import { i18n } from '@/stores'
+import AppDrawer from '@pc/components/base/drawer/index.vue'
 
 const props = defineProps({
     record: {

+ 2 - 2
src/packages/pc/views/member/institution/goodscfg/components/edit/index.vue

@@ -51,11 +51,11 @@ import { ref, shallowRef, PropType, onMounted } from 'vue'
 import { ElMessage, FormInstance, FormRules } from 'element-plus'
 import { addLimit } from '@/services/api/member'
 import { useEnum } from '@/hooks/enum'
+import { i18n } from '@/stores'
+import { useMarket } from '@/hooks/market'
 import AppDrawer from '@pc/components/base/drawer/index.vue'
 import AppSelectMember from '@pc/components/modules/select-member/index.vue'
 import AppSelectGoods from '@pc/components/modules/select-goods/index.vue'
-import { i18n } from '@/stores'
-import { useMarket } from '@/hooks/market'
 
 const props = defineProps({
     record: {

+ 1 - 1
src/packages/pc/views/member/institution/industry/components/delete/index.vue

@@ -13,8 +13,8 @@
 import { shallowRef, PropType } from 'vue'
 import { ElMessage } from 'element-plus'
 import { deleteOrganRole } from '@/services/api/member'
-import AppDrawer from '@pc/components/base/drawer/index.vue'
 import { i18n } from '@/stores'
+import AppDrawer from '@pc/components/base/drawer/index.vue'
 
 const props = defineProps({
     record: {

+ 1 - 2
src/packages/pc/views/query/order/list/index.vue

@@ -62,8 +62,7 @@ const { componentMap, componentId, record, openComponent, closeComponent, getAct
 const { dataList, total, pageSize, pageIndex, loading, run } = useRequest(queryOrder, {
     params: {
         pageNum: 1,
-        pageSize: 20,
-        validholderqty: 1
+        pageSize: 20
     },
     onError: (err) => {
         ElMessage.error(err)