Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gaohuaxue-mobile-app
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chen
gaohuaxue-mobile-app
Commits
7d567154
Commit
7d567154
authored
May 17, 2023
by
chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复: app.json配置报名不对&国际化配置不对的问题
parent
61076879
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
4 deletions
+10
-4
app.json
app.json
+2
-2
order.ts
src/locales/en_US/order.ts
+2
-0
order.ts
src/locales/ja_JPN/order.ts
+2
-0
order.ts
src/locales/zh_CN/order.ts
+2
-0
index.tsx
src/views/EnsureInquiryOrder/index.tsx
+2
-2
No files found.
app.json
View file @
7d567154
{
"name"
:
"
highchem
"
,
"displayName"
:
"
highchem
"
"name"
:
"
gaohuaxue
"
,
"displayName"
:
"
gaohuaxue
"
}
src/locales/en_US/order.ts
View file @
7d567154
...
...
@@ -440,4 +440,6 @@ export default {
'order.requireOrder.requestNo'
:
'Purchase request number:'
,
'order.requireOrder.feedbackInformation'
:
'feedback information'
,
'order.requireOrder.baojiadanshenhebutongguo'
:
'The quotation was not approved'
,
'shop.other.hint'
:
'prompt'
};
src/locales/ja_JPN/order.ts
View file @
7d567154
...
...
@@ -421,4 +421,6 @@ export default {
'order.requireOrder.requestNo'
:
'購買要求番号:'
,
'order.requireOrder.feedbackInformation'
:
'フィードバック情報'
,
'order.requireOrder.baojiadanshenhebutongguo'
:
'見積書の審査が通らないんです'
,
'shop.other.hint'
:
'ヒント'
};
src/locales/zh_CN/order.ts
View file @
7d567154
...
...
@@ -435,6 +435,8 @@ export default {
'order.requireOrder.feedbackInformation'
:
'反馈信息'
,
'order.requireOrder.baojiadanshenhebutongguo'
:
'报价单审核不通过'
,
'shop.other.hint'
:
'提示'
...
...
src/views/EnsureInquiryOrder/index.tsx
View file @
7d567154
...
...
@@ -2,7 +2,7 @@
* @Author: zhendong
* @Date: 2023-03-02 13:54:08
* @LastEditors: cgh
* @LastEditTime: 2023-0
3-22 17:47:1
1
* @LastEditTime: 2023-0
5-17 16:29:4
1
* @Description: 确认询价报价单-列表
*/
...
...
@@ -50,7 +50,7 @@ const FilltereInternalStatus = [
{
label
:
i18n
.
t
(
'order:order.inquiry.index.allStatus'
,
'所以状态'
),
value
:
''
},
{
label
:
i18n
.
t
(
'order:order.tabs.audit'
,
'待提交审核'
),
value
:
1
},
{
label
:
i18n
.
t
(
'order:order.tabs.audit1'
,
'待审核(一级)'
),
value
:
2
},
{
label
:
i18n
.
t
(
'order:o
o
rder.tabs.audit2'
,
'待审核(二级)'
),
value
:
3
},
{
label
:
i18n
.
t
(
'order:order.tabs.audit2'
,
'待审核(二级)'
),
value
:
3
},
{
label
:
i18n
.
t
(
'order:order.inquiry.index.innerStatus1'
,
'审核不通过(一级)'
),
value
:
7
},
{
label
:
i18n
.
t
(
'order:order.inquiry.index.innerStatus1'
,
'审核不通过(二级)'
),
value
:
8
},
{
label
:
i18n
.
t
(
'order:order.inquiry.index.innerStatus3'
,
'待确认'
),
value
:
4
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment