n20-common-lib 2.1.13 → 2.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
- package/src/components/ApprovalCard/index-zjk.vue +1 -1
- package/src/components/ApprovalCard/index.vue +5 -3
- package/src/components/ApprovalRecord/approvalImgPro/index.vue +1 -1
- package/src/components/DateSelect/busiDate.vue +4 -4
- package/src/components/DateSelect/index.vue +11 -10
- package/src/components/Layout/HeaderWrap/indexN.vue +15 -12
- package/src/components/Layout/HeaderWrap/noticePop.vue +2 -1
- package/src/components/LoginSetting/index.vue +3 -3
- package/src/components/LoginSetting/indexN.vue +13 -12
- package/src/components/LoginSetting/setItem.vue +41 -35
- package/src/components/LoginTemporary/indexN.vue +3 -3
- package/src/components/LoginTemporary/inspection/index.vue +10 -8
- package/src/components/Upload/uploadMsg.vue +4 -4
- package/src/i18n.json +372 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n20-common-lib",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.14",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
63
63
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
64
64
|
"@vue/cli-service": "~4.5.0",
|
|
65
|
+
"@vue/compiler-dom": "^3.2.47",
|
|
65
66
|
"babel-eslint": "^10.1.0",
|
|
66
67
|
"babel-plugin-component": "^1.1.1",
|
|
67
68
|
"clipboard": "^2.0.11",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
<div class="flex-item">{{ item.suggestion }}</div>
|
|
22
22
|
</div>
|
|
23
23
|
|
|
24
|
-
<div v-if="item.ccUserName" class="n20-description-c m-t"
|
|
24
|
+
<div v-if="item.ccUserName" class="n20-description-c m-t">{{ '抄送人:' | $lc }}{{ item.ccUserName }}</div>
|
|
25
25
|
</div>
|
|
26
26
|
</el-timeline-item>
|
|
27
27
|
</el-timeline>
|
|
@@ -46,8 +46,10 @@
|
|
|
46
46
|
</div>
|
|
47
47
|
</div>
|
|
48
48
|
</div>
|
|
49
|
-
<div v-if="item.ccUserName" class="n20-description-c m-t"
|
|
50
|
-
<div v-if="item.addTaskName" class="n20-description-c m-t"
|
|
49
|
+
<div v-if="item.ccUserName" class="n20-description-c m-t">{{ '抄送人:' | $lc }}{{ item.ccUserName }}</div>
|
|
50
|
+
<div v-if="item.addTaskName" class="n20-description-c m-t">
|
|
51
|
+
{{ '加签审批人:' | $lc }}{{ item.addTaskName }}
|
|
52
|
+
</div>
|
|
51
53
|
<div v-if="item.suggestion" class="n20-description-c n20-description-bgc m-t p-a-s">
|
|
52
54
|
<span v-if="item.result !== status.waiting">{{ '审批意见:' | $lc }}</span>
|
|
53
55
|
<span v-if="item.suggestion">{{ item.suggestion }}</span>
|
|
@@ -138,7 +140,7 @@ export default {
|
|
|
138
140
|
let resultName = item.optResult || ''
|
|
139
141
|
resultName = resultName.split('-')
|
|
140
142
|
resultName = resultName[resultName.length - 1]
|
|
141
|
-
_item.resultName = resultName === '推进' ? '批准' : resultName
|
|
143
|
+
_item.resultName = resultName === $lc('推进') ? $lc('批准') : resultName
|
|
142
144
|
console.log(item, 99)
|
|
143
145
|
if (item.taskName === $lc('开始')) {
|
|
144
146
|
_item.result = 1
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
format="yyyy-MM-dd"
|
|
10
10
|
value-format="yyyy-MM-dd"
|
|
11
11
|
type="date"
|
|
12
|
-
placeholder="选择日"
|
|
12
|
+
:placeholder="'选择日' | $lc"
|
|
13
13
|
@change="changeDate"
|
|
14
14
|
/>
|
|
15
15
|
</div>
|
|
16
16
|
<el-radio-group v-model="tl" class="m-l-ss" @change="handleRadio">
|
|
17
|
-
<el-radio :label="1"
|
|
18
|
-
<el-radio :label="2"
|
|
19
|
-
<el-radio :label="3"
|
|
17
|
+
<el-radio :label="1">{{ '当前日' | $lc }}</el-radio>
|
|
18
|
+
<el-radio :label="2">{{ '前溯' | $lc }}</el-radio>
|
|
19
|
+
<el-radio :label="3">{{ '后延' | $lc }}</el-radio>
|
|
20
20
|
</el-radio-group>
|
|
21
21
|
<el-input-number
|
|
22
22
|
v-model="num"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<!--结算 日 周 月 年 时间选择控件封装 -->
|
|
3
3
|
<div class="n20-date-select">
|
|
4
4
|
<el-select v-model="type" placeholder="请选择" style="width: 65px" @change="dateTypeSelectChange">
|
|
5
|
-
<el-option v-for="(item, index) in
|
|
5
|
+
<el-option v-for="(item, index) in selectList" :key="index" :label="item" :value="item" />
|
|
6
6
|
</el-select>
|
|
7
7
|
<el-date-picker
|
|
8
8
|
v-if="type === '日'"
|
|
@@ -13,41 +13,42 @@
|
|
|
13
13
|
value-format="yyyy-MM-dd"
|
|
14
14
|
type="daterange"
|
|
15
15
|
clearable
|
|
16
|
-
placeholder="选择日"
|
|
16
|
+
:placeholder="'选择日' | $lc"
|
|
17
17
|
@change="dayChange"
|
|
18
18
|
/>
|
|
19
19
|
<el-date-picker
|
|
20
20
|
v-if="type === '周'"
|
|
21
|
-
v-model="week"
|
|
22
21
|
key="week"
|
|
22
|
+
v-model="week"
|
|
23
23
|
format="yyyy 第 WW 周"
|
|
24
24
|
type="week"
|
|
25
25
|
:picker-options="{ firstDayOfWeek: 1 }"
|
|
26
26
|
:default-time="['00:00:00', '23:59:59']"
|
|
27
|
-
placeholder="选择周"
|
|
27
|
+
:placeholder="'选择周' | $lc"
|
|
28
28
|
@change="weekChange"
|
|
29
29
|
/>
|
|
30
30
|
|
|
31
31
|
<el-date-picker
|
|
32
32
|
v-if="type === '月'"
|
|
33
|
-
v-model="month"
|
|
34
33
|
key="month"
|
|
34
|
+
v-model="month"
|
|
35
35
|
type="month"
|
|
36
36
|
format="yyyy-MM"
|
|
37
37
|
value-format="yyyy-MM"
|
|
38
38
|
:editable="false"
|
|
39
|
-
placeholder="选择月"
|
|
39
|
+
:placeholder="'选择月' | $lc"
|
|
40
40
|
@change="monthChange"
|
|
41
41
|
/>
|
|
42
|
-
<quarter-date-picker
|
|
43
|
-
<el-date-picker
|
|
42
|
+
<quarter-date-picker v-if="type === '季'" key="quarter" v-model="quarter" @change="handleChange" />
|
|
43
|
+
<el-date-picker
|
|
44
44
|
v-if="type === '年'"
|
|
45
|
+
key="year"
|
|
45
46
|
v-model="year"
|
|
46
47
|
type="year"
|
|
47
48
|
format="yyyy"
|
|
48
49
|
value-format="yyyy"
|
|
49
50
|
:editable="false"
|
|
50
|
-
placeholder="选择年"
|
|
51
|
+
:placeholder="'选择年' | $lc"
|
|
51
52
|
@change="yearChange"
|
|
52
53
|
/>
|
|
53
54
|
</div>
|
|
@@ -72,7 +73,7 @@ export default {
|
|
|
72
73
|
type: String,
|
|
73
74
|
default: '日'
|
|
74
75
|
},
|
|
75
|
-
|
|
76
|
+
selectList: {
|
|
76
77
|
type: Array,
|
|
77
78
|
default: () => {
|
|
78
79
|
return ['日', '周', '月', '季', '年']
|
|
@@ -37,7 +37,9 @@
|
|
|
37
37
|
</span>
|
|
38
38
|
</sapn>
|
|
39
39
|
<span v-else-if="byLabel && !inBack" class="header-uif-by">{{ byLabel }}</span>
|
|
40
|
-
<el-button v-if="inBack" class="header-hdyy f-s-s" plain round size="mini" @click="toSystem"
|
|
40
|
+
<el-button v-if="inBack" class="header-hdyy f-s-s" plain round size="mini" @click="toSystem">{{
|
|
41
|
+
'回到应用' | $lc
|
|
42
|
+
}}</el-button>
|
|
41
43
|
<!-- YSCW-end -->
|
|
42
44
|
<el-dropdown class="m-l-lg" @command="setLang">
|
|
43
45
|
<!-- <el-tooltip v-if="!hideLang" :content="'语言切换' | $lc"> -->
|
|
@@ -51,9 +53,11 @@
|
|
|
51
53
|
></span>
|
|
52
54
|
<!-- </el-tooltip> -->
|
|
53
55
|
<el-dropdown-menu slot="dropdown">
|
|
54
|
-
<el-dropdown-item command="zh-cn"
|
|
55
|
-
|
|
56
|
-
|
|
56
|
+
<el-dropdown-item command="zh-cn"
|
|
57
|
+
><i class="iconfont icon-zhongwen"></i>{{ '简体中文' | $lc }}</el-dropdown-item
|
|
58
|
+
>
|
|
59
|
+
<el-dropdown-item command="zh-hk"><i class="iconfont icon-fanti"></i>{{ '繁体中文' | $lc }}</el-dropdown-item>
|
|
60
|
+
<el-dropdown-item command="en"><i class="iconfont icon-yuyanqiehuan"></i>{{ '英文' | $lc }}</el-dropdown-item>
|
|
57
61
|
</el-dropdown-menu>
|
|
58
62
|
</el-dropdown>
|
|
59
63
|
|
|
@@ -73,13 +77,13 @@
|
|
|
73
77
|
<div class="uby-h flex-box flex-v">
|
|
74
78
|
<i class="uby-h-icon iconfont icon-icon_huanyingmoshi"></i>
|
|
75
79
|
<span
|
|
76
|
-
|
|
80
|
+
>{{ '欢迎使用' | $lc }}<span>{{ headerTitle }}</span
|
|
77
81
|
>!</span
|
|
78
82
|
>
|
|
79
83
|
</div>
|
|
80
84
|
<div class="uby-b" style="height: 38px">{{ byLabel }}</div>
|
|
81
85
|
<div class="text-r">
|
|
82
|
-
<el-button type="primary" @click="byV = false"
|
|
86
|
+
<el-button type="primary" @click="byV = false">{{ '知道了' | $lc }}</el-button>
|
|
83
87
|
</div>
|
|
84
88
|
</el-popover>
|
|
85
89
|
|
|
@@ -177,7 +181,7 @@
|
|
|
177
181
|
<i class="el-icon-caret-right m-l-auto m-r-0"></i>
|
|
178
182
|
</div>
|
|
179
183
|
</el-dropdown-item>
|
|
180
|
-
<div class="uif-ydn p-r-m"
|
|
184
|
+
<div class="uif-ydn p-r-m">{{ '已登录' | $lc }}:{{ durationTime }}</div>
|
|
181
185
|
</el-dropdown-menu>
|
|
182
186
|
</el-dropdown>
|
|
183
187
|
|
|
@@ -294,7 +298,7 @@ export default {
|
|
|
294
298
|
underway: false,
|
|
295
299
|
/* */
|
|
296
300
|
byV: false,
|
|
297
|
-
byLabel: '
|
|
301
|
+
byLabel: '',
|
|
298
302
|
headerUserInfoBg: realUrl('/server-assets/userInfoBg.png'),
|
|
299
303
|
inBack: window.localStorage.getItem('pageInType') === 'inBack'
|
|
300
304
|
}
|
|
@@ -500,7 +504,6 @@ export default {
|
|
|
500
504
|
},
|
|
501
505
|
/* */
|
|
502
506
|
systemSet() {
|
|
503
|
-
alert('系统设置原型在哪?')
|
|
504
507
|
this.themeV = true
|
|
505
508
|
},
|
|
506
509
|
toBack() {
|
|
@@ -531,9 +534,9 @@ export default {
|
|
|
531
534
|
})
|
|
532
535
|
},
|
|
533
536
|
async editByLabel() {
|
|
534
|
-
let { value } = await this.$prompt('请输入欢迎语', '修改', {
|
|
535
|
-
confirmButtonText: '确定',
|
|
536
|
-
cancelButtonText: '取消',
|
|
537
|
+
let { value } = await this.$prompt($lc('请输入欢迎语'), $lc('修改'), {
|
|
538
|
+
confirmButtonText: $lc('确定'),
|
|
539
|
+
cancelButtonText: $lc('取消'),
|
|
537
540
|
inputValue: this.byLabel
|
|
538
541
|
})
|
|
539
542
|
await this.$axios.get(`/bems/portal/portalUserIndexConfig/saveConfigSign/${value}`)
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
>
|
|
23
23
|
</cl-upload>
|
|
24
24
|
</el-form-item>
|
|
25
|
-
<div class="color-placeholder f-s-s"
|
|
25
|
+
<div class="color-placeholder f-s-s">{{ '建议大小1920px*1080px,支持图片格式:png、jpg、bmp。' | $lc }}</div>
|
|
26
26
|
</el-form>
|
|
27
27
|
</div>
|
|
28
28
|
</section>
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
>
|
|
48
48
|
</cl-upload>
|
|
49
49
|
</el-form-item>
|
|
50
|
-
<div class="color-placeholder f-s-s"
|
|
50
|
+
<div class="color-placeholder f-s-s">{{ '建议大小108px*30px,支持图片格式:png、jpg、bmp。' | $lc }}</div>
|
|
51
51
|
</el-form>
|
|
52
52
|
</div>
|
|
53
53
|
</section>
|
|
@@ -292,7 +292,7 @@ export default {
|
|
|
292
292
|
let secondsToGo = 5
|
|
293
293
|
this.$message({
|
|
294
294
|
type: 'success',
|
|
295
|
-
message:
|
|
295
|
+
message: `${$lc('设置成功,系统将在')} ${secondsToGo} ${$lc('秒后退出到登录页面.')}`
|
|
296
296
|
})
|
|
297
297
|
const interval = setInterval(() => {
|
|
298
298
|
secondsToGo -= 1
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
<div class="flex-box" style="height: 100%; overflow: auto">
|
|
4
4
|
<div class="bd-r" style="width: 290px">
|
|
5
5
|
<div class="flex-box flex-v p-l">
|
|
6
|
-
<span
|
|
6
|
+
<span>{{ '登录页设置' | $lc }}</span>
|
|
7
7
|
<el-button class="m-l-auto bd-none" plain size="mini" @click="addItem"
|
|
8
|
-
><i class="n20-icon-xinzeng m-r-ss"></i
|
|
8
|
+
><i class="n20-icon-xinzeng m-r-ss"></i>{{ '新增' | $lc }}</el-button
|
|
9
9
|
>
|
|
10
10
|
</div>
|
|
11
11
|
<div
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
</template>
|
|
50
50
|
|
|
51
51
|
<script>
|
|
52
|
+
import { $lc } from '@/utils/i18n'
|
|
52
53
|
// import { $lc } from '../../utils/i18n/index'
|
|
53
54
|
import SetItem from './setItem.vue'
|
|
54
55
|
export default {
|
|
@@ -89,18 +90,18 @@ export default {
|
|
|
89
90
|
})
|
|
90
91
|
},
|
|
91
92
|
async addItem() {
|
|
92
|
-
let { value } = await this.$prompt('请输入登录页名称', '新增', {
|
|
93
|
-
confirmButtonText: '确定',
|
|
94
|
-
cancelButtonText: '取消'
|
|
93
|
+
let { value } = await this.$prompt($lc('请输入登录页名称'), $lc('新增'), {
|
|
94
|
+
confirmButtonText: $lc('确定'),
|
|
95
|
+
cancelButtonText: $lc('取消')
|
|
95
96
|
})
|
|
96
97
|
await this.$axios.get(`/bems/portal/portalSysLoginCon/saveLoginCon/${value}`)
|
|
97
98
|
|
|
98
99
|
this.Init(value)
|
|
99
100
|
},
|
|
100
101
|
async updateItem(item) {
|
|
101
|
-
let { value } = await this.$prompt('请输入登录页名称', '修改', {
|
|
102
|
-
confirmButtonText: '确定',
|
|
103
|
-
cancelButtonText: '取消',
|
|
102
|
+
let { value } = await this.$prompt($lc('请输入登录页名称'), $lc('修改'), {
|
|
103
|
+
confirmButtonText: $lc('确定'),
|
|
104
|
+
cancelButtonText: $lc('取消'),
|
|
104
105
|
inputValue: item.logName
|
|
105
106
|
})
|
|
106
107
|
await this.$axios.get(`/bems/portal/portalSysLoginCon/updateLoginCon/${item.id}/${value}`)
|
|
@@ -109,11 +110,11 @@ export default {
|
|
|
109
110
|
},
|
|
110
111
|
async delItem(item) {
|
|
111
112
|
await this.$msgboxPor({
|
|
112
|
-
title: '确认要删除吗?',
|
|
113
|
-
message: '配置删除后,将不可恢复',
|
|
113
|
+
title: $lc('确认要删除吗?'),
|
|
114
|
+
message: $lc('配置删除后,将不可恢复'),
|
|
114
115
|
type: 'error',
|
|
115
|
-
confirmButtonText: '确定',
|
|
116
|
-
cancelButtonText: '取消'
|
|
116
|
+
confirmButtonText: $lc('确定'),
|
|
117
|
+
cancelButtonText: $lc('取消')
|
|
117
118
|
})
|
|
118
119
|
await this.$axios.get(`/bems/portal/portalSysLoginCon/deleteLoginCon/${item.id}`)
|
|
119
120
|
|
|
@@ -3,73 +3,77 @@
|
|
|
3
3
|
<div class="p-l-lg" style="overflow: auto">
|
|
4
4
|
<el-form ref="form" :model="form" class="m-l-lg" label-position="top">
|
|
5
5
|
<el-form-item
|
|
6
|
-
label="登录页URL"
|
|
6
|
+
:label="'登录页URL' | $lc"
|
|
7
7
|
prop="LOGIN_URL"
|
|
8
|
-
:rules="{ required: true, message: '登录页URL不能为空', trigger: 'change' }"
|
|
8
|
+
:rules="{ required: true, message: $lc('登录页URL不能为空'), trigger: 'change' }"
|
|
9
9
|
>
|
|
10
10
|
<el-input v-model="form.LOGIN_URL" class="input-w-u" clearable />
|
|
11
11
|
</el-form-item>
|
|
12
12
|
<el-form-item
|
|
13
|
-
label="集团名称设置"
|
|
13
|
+
:label="'集团名称设置' | $lc"
|
|
14
14
|
prop="GROUP_NAME"
|
|
15
|
-
:rules="{ required: true, message: '集团名称不能为空', trigger: 'change' }"
|
|
15
|
+
:rules="{ required: true, message: $lc('集团名称不能为空'), trigger: 'change' }"
|
|
16
16
|
>
|
|
17
17
|
<el-input v-model="form.GROUP_NAME" class="input-w-u" clearable />
|
|
18
18
|
</el-form-item>
|
|
19
|
-
<el-form-item label="登录首页文字显示信息">
|
|
19
|
+
<el-form-item :label="'登录首页文字显示信息' | $lc">
|
|
20
20
|
<el-input v-model="form.LOGIN_SLOGAN" type="textarea" class="input-w-u" rows="1" />
|
|
21
21
|
</el-form-item>
|
|
22
22
|
<el-form-item
|
|
23
|
-
label="登录背景图片设置"
|
|
23
|
+
:label="'登录背景图片设置' | $lc"
|
|
24
24
|
prop="LOGIN_BG"
|
|
25
|
-
:rules="{ required: true, message: '登录背景图片不能为空', trigger: 'change' }"
|
|
25
|
+
:rules="{ required: true, message: $lc('登录背景图片不能为空'), trigger: 'change' }"
|
|
26
26
|
>
|
|
27
27
|
<div class="login-form-bg-box">
|
|
28
28
|
<img :key="key_1" class="login-preview" :src="form.LOGIN_BG" />
|
|
29
29
|
<div>
|
|
30
30
|
<div class="flex-box">
|
|
31
|
-
<span class="m-r"
|
|
31
|
+
<span class="m-r">{{ '上传图片' | $lc }}</span>
|
|
32
32
|
<cl-upload
|
|
33
33
|
:action="`/bems/1.0/upload/${idNo}_bg`"
|
|
34
34
|
:file-url.sync="form.LOGIN_BG"
|
|
35
35
|
accept="image/*"
|
|
36
36
|
msg-type="message"
|
|
37
|
-
placeholder="选择附件"
|
|
37
|
+
:placeholder="'选择附件' | $lc"
|
|
38
38
|
:on-success="() => (key_1 = key_1 + 1)"
|
|
39
39
|
/>
|
|
40
40
|
</div>
|
|
41
|
-
<div class="color-placeholder f-s-s"
|
|
41
|
+
<div class="color-placeholder f-s-s">
|
|
42
|
+
{{ '建议图片尺寸' | $lc }}:1920*1080,{{ '支持图片格式' | $lc }}:png、jpg、bmp、svg。
|
|
43
|
+
</div>
|
|
42
44
|
</div>
|
|
43
45
|
</div>
|
|
44
46
|
</el-form-item>
|
|
45
47
|
<el-form-item
|
|
46
|
-
label="公司LOGO图片设置"
|
|
48
|
+
:label="'公司LOGO图片设置' | $lc"
|
|
47
49
|
prop="LOGIN_LOGO"
|
|
48
|
-
:rules="{ required: true, message: '公司LOGO图片不能为空', trigger: 'change' }"
|
|
50
|
+
:rules="{ required: true, message: $lc('公司LOGO图片不能为空'), trigger: 'change' }"
|
|
49
51
|
>
|
|
50
52
|
<div class="login-form-bg-box">
|
|
51
53
|
<img :key="key_1" class="login-preview" :src="form.LOGIN_LOGO" />
|
|
52
54
|
<div>
|
|
53
55
|
<div class="flex-box">
|
|
54
|
-
<span class="m-r"
|
|
56
|
+
<span class="m-r">{{ '上传图片' | $lc }}</span>
|
|
55
57
|
<cl-upload
|
|
56
58
|
:action="`/bems/1.0/upload/${idNo}_logo`"
|
|
57
59
|
:file-url.sync="form.LOGIN_LOGO"
|
|
58
60
|
accept="image/*"
|
|
59
61
|
msg-type="message"
|
|
60
|
-
placeholder="选择附件"
|
|
62
|
+
:placeholder="'选择附件' | $lc"
|
|
61
63
|
:on-success="() => (key_2 = key_2 + 1)"
|
|
62
64
|
/>
|
|
63
65
|
</div>
|
|
64
|
-
<div class="color-placeholder f-s-s"
|
|
66
|
+
<div class="color-placeholder f-s-s">
|
|
67
|
+
{{ '建议图片尺寸' | $lc }}:108*30,{{ '支持图片格式' | $lc }}:png、jpg、bmp、svg。
|
|
68
|
+
</div>
|
|
65
69
|
</div>
|
|
66
70
|
</div>
|
|
67
71
|
</el-form-item>
|
|
68
72
|
|
|
69
73
|
<div class="bd-l bd-t bd-r m-t-lg m-b">
|
|
70
74
|
<el-table :data="form.SYSTEM_LIST">
|
|
71
|
-
<el-table-column label="系统名称" prop="NAME" />
|
|
72
|
-
<el-table-column label="是否在登录页显示" align="center">
|
|
75
|
+
<el-table-column :label="'系统名称' | $lc" prop="NAME" />
|
|
76
|
+
<el-table-column :label="'是否在登录页显示' | $lc" align="center">
|
|
73
77
|
<template slot-scope="{ row }">
|
|
74
78
|
<el-switch v-model="row.OPEN" />
|
|
75
79
|
</template>
|
|
@@ -77,51 +81,53 @@
|
|
|
77
81
|
</el-table>
|
|
78
82
|
</div>
|
|
79
83
|
<el-form-item
|
|
80
|
-
label="页面展示方式"
|
|
81
|
-
:rules="{ required: true, message: '页面展示方式不能为空', trigger: 'change' }"
|
|
84
|
+
:label="'页面展示方式' | $lc"
|
|
85
|
+
:rules="{ required: true, message: $lc('页面展示方式不能为空'), trigger: 'change' }"
|
|
82
86
|
>
|
|
83
87
|
<el-select v-model="form.LOGIN_TYPE" class="input-w-u">
|
|
84
|
-
<el-option label="左右切换" value="T1" />
|
|
85
|
-
<el-option label="平铺展示" value="T2" />
|
|
88
|
+
<el-option :label="'左右切换' | $lc" value="T1" />
|
|
89
|
+
<el-option :label="'平铺展示' | $lc" value="T2" />
|
|
86
90
|
</el-select>
|
|
87
91
|
</el-form-item>
|
|
88
|
-
<cl-expandable-pane title="系统详情设置" title-class="m-t-0">
|
|
92
|
+
<cl-expandable-pane :title="'系统详情设置' | $lc" title-class="m-t-0">
|
|
89
93
|
<template v-for="(systemItem, i) in form.SYSTEM_LIST">
|
|
90
94
|
<div v-if="systemItem.OPEN" :key="i">
|
|
91
95
|
<el-form-item
|
|
92
|
-
label="系统名称设置"
|
|
96
|
+
:label="'系统名称设置' | $lc"
|
|
93
97
|
:prop="`SYSTEM_LIST.${i}.NAME`"
|
|
94
|
-
:rules="{ required: true, message: '系统名称不能为空', trigger: 'change' }"
|
|
98
|
+
:rules="{ required: true, message: $lc('系统名称不能为空'), trigger: 'change' }"
|
|
95
99
|
>
|
|
96
100
|
<el-input ref="sys-name" v-model="systemItem.NAME" class="input-w-u" clearable />
|
|
97
101
|
</el-form-item>
|
|
98
|
-
<el-form-item label="系统标识图片设置" class="is-required">
|
|
102
|
+
<el-form-item :label="'系统标识图片设置' | $lc" class="is-required">
|
|
99
103
|
<div class="login-form-bg-box">
|
|
100
104
|
<img :key="keyS[i]" class="login-preview" :src="systemItem | realUrl" />
|
|
101
105
|
<div>
|
|
102
106
|
<div class="flex-box">
|
|
103
|
-
<span class="m-r"
|
|
107
|
+
<span class="m-r">{{ '上传图片' | $lc }}</span>
|
|
104
108
|
<cl-upload
|
|
105
109
|
:action="`/bems/1.0/upload/${idNo}_${systemItem.NO}_icon`"
|
|
106
110
|
:file-url.sync="systemItem.ICON"
|
|
107
111
|
accept="image/*"
|
|
108
112
|
msg-type="message"
|
|
109
|
-
placeholder="选择附件"
|
|
113
|
+
:placeholder="'选择附件' | $lc"
|
|
110
114
|
:on-success="() => (keyS[i] = keyS[i] + 1)"
|
|
111
115
|
/>
|
|
112
116
|
</div>
|
|
113
|
-
<div class="color-placeholder f-s-s"
|
|
117
|
+
<div class="color-placeholder f-s-s">
|
|
118
|
+
{{ '建议图片尺寸' | $lc }}:80*80,{{ '支持图片格式' | $lc }}:png、jpg、bmp、svg。
|
|
119
|
+
</div>
|
|
114
120
|
</div>
|
|
115
121
|
</div>
|
|
116
122
|
</el-form-item>
|
|
117
123
|
<el-form-item
|
|
118
|
-
label="登录方式设置"
|
|
124
|
+
:label="'登录方式设置' | $lc"
|
|
119
125
|
:prop="`SYSTEM_LIST.${i}.LOGIN_MODE`"
|
|
120
|
-
:rules="{ type: 'array', required: true, message: '至少选择一种登录方式', trigger: 'change' }"
|
|
126
|
+
:rules="{ type: 'array', required: true, message: $lc('至少选择一种登录方式'), trigger: 'change' }"
|
|
121
127
|
>
|
|
122
128
|
<span slot="label"
|
|
123
|
-
><span
|
|
124
|
-
><span class="color-danger m-l-s f-s-s">({{ '至少选择一种登录方式' | $lc }})</span></span
|
|
129
|
+
><span>{{ '登录方式设置' | $lc }}</span
|
|
130
|
+
><span class="color-danger m-l-s f-s-s">({{ $lc('至少选择一种登录方式') | $lc }})</span></span
|
|
125
131
|
>
|
|
126
132
|
<el-checkbox-group v-model="systemItem.LOGIN_MODE">
|
|
127
133
|
<el-checkbox v-for="item in plainOptions" :key="item.value" :label="item.value">{{
|
|
@@ -134,7 +140,7 @@
|
|
|
134
140
|
</cl-expandable-pane>
|
|
135
141
|
</el-form>
|
|
136
142
|
<div class="fixed-button-shadow flex-box flex-c flex-v">
|
|
137
|
-
<el-button type="primary" @click="save()"
|
|
143
|
+
<el-button type="primary" @click="save()">{{ '保存' | $lc }}</el-button>
|
|
138
144
|
<!-- <el-button @click="queryLoginPage">{{'预览' | $lc}}</el-button> -->
|
|
139
145
|
</div>
|
|
140
146
|
</div>
|
|
@@ -321,7 +327,7 @@ export default {
|
|
|
321
327
|
this.$axios.post(`/bems/1.0/sysSetting`, data).then((res) => {
|
|
322
328
|
this.$message({
|
|
323
329
|
type: 'success',
|
|
324
|
-
message: `设置成功.`
|
|
330
|
+
message: $lc(`设置成功.`)
|
|
325
331
|
})
|
|
326
332
|
this.$emit('renewal')
|
|
327
333
|
})
|
|
@@ -333,7 +339,7 @@ export default {
|
|
|
333
339
|
let secondsToGo = 5
|
|
334
340
|
this.$message({
|
|
335
341
|
type: 'success',
|
|
336
|
-
message:
|
|
342
|
+
message: `${$lc('设置成功,系统将在')} ${secondsToGo} ${$lc('秒后退出到登录页面.')}`
|
|
337
343
|
})
|
|
338
344
|
const interval = setInterval(() => {
|
|
339
345
|
secondsToGo -= 1
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
<img v-if="loginLogo" :src="loginLogo" :style="{ width: loginLogoWidth, height: loginLogoHeight }" />
|
|
27
27
|
<h3 class="login-logo-text">{{ loginLogoText | $l }}</h3>
|
|
28
28
|
</div>
|
|
29
|
-
<div class="login-verify-box" @click="inspectionV = true"
|
|
29
|
+
<div class="login-verify-box" @click="inspectionV = true">{{ '查验中心' | $lc }} ></div>
|
|
30
30
|
|
|
31
31
|
<template v-if="form.LOGIN_TYPE === 'T1'">
|
|
32
|
-
<div class="sys-title"
|
|
32
|
+
<div class="sys-title">{{ '系统选择区' | $lc }}</div>
|
|
33
33
|
|
|
34
34
|
<div class="sys-carousel">
|
|
35
35
|
<div class="swiper-wrapper">
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
<div class="swiper-button-next" @click="slideNext"></div>
|
|
51
51
|
</template>
|
|
52
52
|
<template v-if="form.LOGIN_TYPE === 'T2'">
|
|
53
|
-
<div class="sys-title"
|
|
53
|
+
<div class="sys-title">{{ '系统选择区' | $lc }}</div>
|
|
54
54
|
<div class="sys-carousel overflow-clear">
|
|
55
55
|
<div
|
|
56
56
|
v-for="(item, i) in systemList"
|
|
@@ -21,23 +21,25 @@
|
|
|
21
21
|
<div class="m-l-m"></div>
|
|
22
22
|
<!-- eslint-disable-next-line vue/no-v-html -->
|
|
23
23
|
<h3 class="header-title m-r-auto" v-html="headerTitle"></h3>
|
|
24
|
-
<el-button class="header-hdyy f-s-s" plain round size="mini" @click="$emit('to-login')"
|
|
24
|
+
<el-button class="header-hdyy f-s-s" plain round size="mini" @click="$emit('to-login')">{{
|
|
25
|
+
'返回登录' | $lc
|
|
26
|
+
}}</el-button>
|
|
25
27
|
</div>
|
|
26
28
|
<div class="inspection">
|
|
27
|
-
<h3 class="title"
|
|
29
|
+
<h3 class="title">{{ '查验中心' | $lc }}</h3>
|
|
28
30
|
<div class="search">
|
|
29
|
-
<el-input v-model="queryVal" size="medium" placeholder="请输入查验内容">
|
|
30
|
-
<el-button slot="suffix" type="primary" class="search-b" @click="search"
|
|
31
|
+
<el-input v-model="queryVal" size="medium" :placeholder="'请输入查验内容' | $lc">
|
|
32
|
+
<el-button slot="suffix" type="primary" class="search-b" @click="search">{{ '查询' | $lc }}</el-button>
|
|
31
33
|
</el-input>
|
|
32
|
-
<div v-if="errV" class="color-danger m-t"
|
|
34
|
+
<div v-if="errV" class="color-danger m-t">{{ '该单号不存在,请重新输入' | $lc }}</div>
|
|
33
35
|
</div>
|
|
34
36
|
<div v-if="!!previewUrl" class="content p-t p-b p-l-m p-r-m m-t-lg">
|
|
35
37
|
<div class="m-b-m flex-box flex-v">
|
|
36
38
|
<div>
|
|
37
|
-
|
|
38
|
-
|
|
39
|
+
{{ '单号' | $lc }}<span class="color-primary m-l-s m-r-s">{{ queryVal }}</span
|
|
40
|
+
>{{ '的查询结果如下' | $lc }}
|
|
39
41
|
</div>
|
|
40
|
-
<el-button class="m-l-auto" type="primary" size="mini" @click="printFn"
|
|
42
|
+
<el-button class="m-l-auto" type="primary" size="mini" @click="printFn">{{ '打印' | $lc }}</el-button>
|
|
41
43
|
</div>
|
|
42
44
|
<object class="preview-wrap" :data="previewUrl"></object>
|
|
43
45
|
</div>
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
:close-on-press-escape="false"
|
|
9
9
|
>
|
|
10
10
|
<template v-if="!hidePercent">
|
|
11
|
-
<p v-if="!percentType"
|
|
11
|
+
<p v-if="!percentType">{{ '系统处理中,请稍等......' | $lc }}</p>
|
|
12
12
|
<div v-else>
|
|
13
13
|
<div v-if="validateResult" class="m-b"><span class="m-r-m">导入文件</span>{{ validateResult.name }}</div>
|
|
14
14
|
<div class="flex-box">
|
|
15
|
-
<div class="m-r-m"
|
|
15
|
+
<div class="m-r-m">{{ '导入进度' | $lc }}</div>
|
|
16
16
|
<div class="flex-item">
|
|
17
17
|
<el-progress
|
|
18
18
|
class="m-b"
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
<template v-if="validateResult">
|
|
28
28
|
<div class="m-b">
|
|
29
29
|
<span class="m-r">{{ '导入统计' | $lc }}</span>
|
|
30
|
-
<span
|
|
30
|
+
<span>{{ '共计导入' | $lc }}{{ validateResult.totalNum }}{{ '条,' | $lc }} </span>
|
|
31
31
|
<span class="m-r-s">
|
|
32
32
|
{{ '其中有效数据' | $lc }}
|
|
33
33
|
<span class="color-success">{{ validateResult.successNum }}</span
|
|
34
|
-
|
|
34
|
+
>{{ '条,' | $lc }}
|
|
35
35
|
</span>
|
|
36
36
|
<span>
|
|
37
37
|
{{ '无效数据' | $lc }}
|
package/src/i18n.json
CHANGED
|
@@ -1468,5 +1468,377 @@
|
|
|
1468
1468
|
},
|
|
1469
1469
|
"登录方式至少勾选一种方式": {
|
|
1470
1470
|
"en": "Check at least one login method"
|
|
1471
|
+
},
|
|
1472
|
+
"抄送": {
|
|
1473
|
+
"en": "xxx"
|
|
1474
|
+
},
|
|
1475
|
+
"加签": {
|
|
1476
|
+
"en": "xxx"
|
|
1477
|
+
},
|
|
1478
|
+
"会签并行:增加一个会签节点,全部审批人同意才可通过审批": {
|
|
1479
|
+
"en": "xxx"
|
|
1480
|
+
},
|
|
1481
|
+
"普通串行:按照加签人数增加节点,每个节点审批通过才可完成当前加签流程": {
|
|
1482
|
+
"en": "xxx"
|
|
1483
|
+
},
|
|
1484
|
+
"请选择审批方式": {
|
|
1485
|
+
"en": "xxx"
|
|
1486
|
+
},
|
|
1487
|
+
"会签并行": {
|
|
1488
|
+
"en": "xxx"
|
|
1489
|
+
},
|
|
1490
|
+
"普通串行": {
|
|
1491
|
+
"en": "xxx"
|
|
1492
|
+
},
|
|
1493
|
+
"请输入操作意见(": {
|
|
1494
|
+
"en": "xxx"
|
|
1495
|
+
},
|
|
1496
|
+
"字以内),批准该意见为非必填,驳回/作废该意见为必填!": {
|
|
1497
|
+
"en": "xxx"
|
|
1498
|
+
},
|
|
1499
|
+
"批准至": {
|
|
1500
|
+
"en": "xxx"
|
|
1501
|
+
},
|
|
1502
|
+
"驳回至": {
|
|
1503
|
+
"en": "xxx"
|
|
1504
|
+
},
|
|
1505
|
+
"设置抄送用户": {
|
|
1506
|
+
"en": "xxx"
|
|
1507
|
+
},
|
|
1508
|
+
"设置加签用户": {
|
|
1509
|
+
"en": "xxx"
|
|
1510
|
+
},
|
|
1511
|
+
"驳回至节点": {
|
|
1512
|
+
"en": "xxx"
|
|
1513
|
+
},
|
|
1514
|
+
"批准至节点": {
|
|
1515
|
+
"en": "xxx"
|
|
1516
|
+
},
|
|
1517
|
+
"审批方式不能为空": {
|
|
1518
|
+
"en": "xxx"
|
|
1519
|
+
},
|
|
1520
|
+
"用户姓名": {
|
|
1521
|
+
"en": "xxx"
|
|
1522
|
+
},
|
|
1523
|
+
"请输入用户姓名": {
|
|
1524
|
+
"en": "xxx"
|
|
1525
|
+
},
|
|
1526
|
+
"单位名称": {
|
|
1527
|
+
"en": "xxx"
|
|
1528
|
+
},
|
|
1529
|
+
"请选择单位": {
|
|
1530
|
+
"en": "xxx"
|
|
1531
|
+
},
|
|
1532
|
+
"查询": {
|
|
1533
|
+
"en": "xxx"
|
|
1534
|
+
},
|
|
1535
|
+
"登录账号/用户编号": {
|
|
1536
|
+
"en": "xxx"
|
|
1537
|
+
},
|
|
1538
|
+
"抄送对象": {
|
|
1539
|
+
"en": "xxx"
|
|
1540
|
+
},
|
|
1541
|
+
"加签对象": {
|
|
1542
|
+
"en": "xxx"
|
|
1543
|
+
},
|
|
1544
|
+
"节点名称": {
|
|
1545
|
+
"en": "xxx"
|
|
1546
|
+
},
|
|
1547
|
+
"请输入节点名称": {
|
|
1548
|
+
"en": "xxx"
|
|
1549
|
+
},
|
|
1550
|
+
"选择": {
|
|
1551
|
+
"en": "xxx"
|
|
1552
|
+
},
|
|
1553
|
+
"审批权限": {
|
|
1554
|
+
"en": "xxx"
|
|
1555
|
+
},
|
|
1556
|
+
"请选择节点": {
|
|
1557
|
+
"en": "xxx"
|
|
1558
|
+
},
|
|
1559
|
+
"请选择审批意见": {
|
|
1560
|
+
"en": "xxx"
|
|
1561
|
+
},
|
|
1562
|
+
"抄送人:": {
|
|
1563
|
+
"en": "xxx"
|
|
1564
|
+
},
|
|
1565
|
+
"加签推进": {
|
|
1566
|
+
"en": "xxx"
|
|
1567
|
+
},
|
|
1568
|
+
"加签审批人:": {
|
|
1569
|
+
"en": "xxx"
|
|
1570
|
+
},
|
|
1571
|
+
"推进": {
|
|
1572
|
+
"en": "xxx"
|
|
1573
|
+
},
|
|
1574
|
+
"加签流程": {
|
|
1575
|
+
"en": "xxx"
|
|
1576
|
+
},
|
|
1577
|
+
"推进至": {
|
|
1578
|
+
"en": "xxx"
|
|
1579
|
+
},
|
|
1580
|
+
"选择日": {
|
|
1581
|
+
"en": "xxx"
|
|
1582
|
+
},
|
|
1583
|
+
"当前日": {
|
|
1584
|
+
"en": "xxx"
|
|
1585
|
+
},
|
|
1586
|
+
"前溯": {
|
|
1587
|
+
"en": "xxx"
|
|
1588
|
+
},
|
|
1589
|
+
"后延": {
|
|
1590
|
+
"en": "xxx"
|
|
1591
|
+
},
|
|
1592
|
+
"期望日": {
|
|
1593
|
+
"en": "xxx"
|
|
1594
|
+
},
|
|
1595
|
+
"提交日": {
|
|
1596
|
+
"en": "xxx"
|
|
1597
|
+
},
|
|
1598
|
+
"发起日": {
|
|
1599
|
+
"en": "xxx"
|
|
1600
|
+
},
|
|
1601
|
+
"yyyy 第 WW 周": {
|
|
1602
|
+
"en": "xxx"
|
|
1603
|
+
},
|
|
1604
|
+
"选择周": {
|
|
1605
|
+
"en": "xxx"
|
|
1606
|
+
},
|
|
1607
|
+
"选择月": {
|
|
1608
|
+
"en": "xxx"
|
|
1609
|
+
},
|
|
1610
|
+
"选择年": {
|
|
1611
|
+
"en": "xxx"
|
|
1612
|
+
},
|
|
1613
|
+
"日": {
|
|
1614
|
+
"en": "xxx"
|
|
1615
|
+
},
|
|
1616
|
+
"周": {
|
|
1617
|
+
"en": "xxx"
|
|
1618
|
+
},
|
|
1619
|
+
"月": {
|
|
1620
|
+
"en": "xxx"
|
|
1621
|
+
},
|
|
1622
|
+
"季": {
|
|
1623
|
+
"en": "xxx"
|
|
1624
|
+
},
|
|
1625
|
+
"年": {
|
|
1626
|
+
"en": "xxx"
|
|
1627
|
+
},
|
|
1628
|
+
"前一年": {
|
|
1629
|
+
"en": "xxx"
|
|
1630
|
+
},
|
|
1631
|
+
"后一年": {
|
|
1632
|
+
"en": "xxx"
|
|
1633
|
+
},
|
|
1634
|
+
"年 第一季度": {
|
|
1635
|
+
"en": "xxx"
|
|
1636
|
+
},
|
|
1637
|
+
"年 第二季度": {
|
|
1638
|
+
"en": "xxx"
|
|
1639
|
+
},
|
|
1640
|
+
"年 第三季度": {
|
|
1641
|
+
"en": "xxx"
|
|
1642
|
+
},
|
|
1643
|
+
"年 第四季度": {
|
|
1644
|
+
"en": "xxx"
|
|
1645
|
+
},
|
|
1646
|
+
"选择季度": {
|
|
1647
|
+
"en": "xxx"
|
|
1648
|
+
},
|
|
1649
|
+
"季度": {
|
|
1650
|
+
"en": "xxx"
|
|
1651
|
+
},
|
|
1652
|
+
"用户": {
|
|
1653
|
+
"en": "xxx"
|
|
1654
|
+
},
|
|
1655
|
+
"角色": {
|
|
1656
|
+
"en": "xxx"
|
|
1657
|
+
},
|
|
1658
|
+
"回到应用": {
|
|
1659
|
+
"en": "xxx"
|
|
1660
|
+
},
|
|
1661
|
+
"简体中文": {
|
|
1662
|
+
"en": "xxx"
|
|
1663
|
+
},
|
|
1664
|
+
"繁体中文": {
|
|
1665
|
+
"en": "xxx"
|
|
1666
|
+
},
|
|
1667
|
+
"欢迎使用": {
|
|
1668
|
+
"en": "xxx"
|
|
1669
|
+
},
|
|
1670
|
+
"知道了": {
|
|
1671
|
+
"en": "xxx"
|
|
1672
|
+
},
|
|
1673
|
+
"更换头像": {
|
|
1674
|
+
"en": "xxx"
|
|
1675
|
+
},
|
|
1676
|
+
"身份切换": {
|
|
1677
|
+
"en": "xxx"
|
|
1678
|
+
},
|
|
1679
|
+
"工作台设置": {
|
|
1680
|
+
"en": "xxx"
|
|
1681
|
+
},
|
|
1682
|
+
"后台管理": {
|
|
1683
|
+
"en": "xxx"
|
|
1684
|
+
},
|
|
1685
|
+
"退出": {
|
|
1686
|
+
"en": "xxx"
|
|
1687
|
+
},
|
|
1688
|
+
"已登录": {
|
|
1689
|
+
"en": "xxx"
|
|
1690
|
+
},
|
|
1691
|
+
"请输入欢迎语": {
|
|
1692
|
+
"en": "xxx"
|
|
1693
|
+
},
|
|
1694
|
+
"修改": {
|
|
1695
|
+
"en": "xxx"
|
|
1696
|
+
},
|
|
1697
|
+
"建议大小1920px*1080px,支持图片格式:png、jpg、bmp。": {
|
|
1698
|
+
"en": "xxx"
|
|
1699
|
+
},
|
|
1700
|
+
"建议大小108px*30px,支持图片格式:png、jpg、bmp。": {
|
|
1701
|
+
"en": "xxx"
|
|
1702
|
+
},
|
|
1703
|
+
"当前图片尺寸大于建议大小(": {
|
|
1704
|
+
"en": "xxx"
|
|
1705
|
+
},
|
|
1706
|
+
"),将以填充的方式进行处理,是否继续?": {
|
|
1707
|
+
"en": "xxx"
|
|
1708
|
+
},
|
|
1709
|
+
"当前图片尺寸小于建议大小(": {
|
|
1710
|
+
"en": "xxx"
|
|
1711
|
+
},
|
|
1712
|
+
"),可能会发生失真,是否继续?": {
|
|
1713
|
+
"en": "xxx"
|
|
1714
|
+
},
|
|
1715
|
+
"当前图片尺寸大于建议大小(108*30px),将以填充的方式进行处理,是否继续?": {
|
|
1716
|
+
"en": "xxx"
|
|
1717
|
+
},
|
|
1718
|
+
"当前图片尺寸小于建议大小(108*30px),可能会发生失真,是否继续?": {
|
|
1719
|
+
"en": "xxx"
|
|
1720
|
+
},
|
|
1721
|
+
"设置成功,系统将在": {
|
|
1722
|
+
"en": "xxx"
|
|
1723
|
+
},
|
|
1724
|
+
"秒后退出到登录页面.": {
|
|
1725
|
+
"en": "xxx"
|
|
1726
|
+
},
|
|
1727
|
+
"请输入登录页名称": {
|
|
1728
|
+
"en": "xxx"
|
|
1729
|
+
},
|
|
1730
|
+
"确认要删除吗?": {
|
|
1731
|
+
"en": "xxx"
|
|
1732
|
+
},
|
|
1733
|
+
"配置删除后,将不可恢复": {
|
|
1734
|
+
"en": "xxx"
|
|
1735
|
+
},
|
|
1736
|
+
"登录页URL": {
|
|
1737
|
+
"en": "xxx"
|
|
1738
|
+
},
|
|
1739
|
+
"登录页URL不能为空": {
|
|
1740
|
+
"en": "xxx"
|
|
1741
|
+
},
|
|
1742
|
+
"集团名称设置": {
|
|
1743
|
+
"en": "xxx"
|
|
1744
|
+
},
|
|
1745
|
+
"集团名称不能为空": {
|
|
1746
|
+
"en": "xxx"
|
|
1747
|
+
},
|
|
1748
|
+
"登录首页文字显示信息": {
|
|
1749
|
+
"en": "xxx"
|
|
1750
|
+
},
|
|
1751
|
+
"登录背景图片设置": {
|
|
1752
|
+
"en": "xxx"
|
|
1753
|
+
},
|
|
1754
|
+
"登录背景图片不能为空": {
|
|
1755
|
+
"en": "xxx"
|
|
1756
|
+
},
|
|
1757
|
+
"上传图片": {
|
|
1758
|
+
"en": "xxx"
|
|
1759
|
+
},
|
|
1760
|
+
"建议图片尺寸": {
|
|
1761
|
+
"en": "xxx"
|
|
1762
|
+
},
|
|
1763
|
+
"支持图片格式": {
|
|
1764
|
+
"en": "xxx"
|
|
1765
|
+
},
|
|
1766
|
+
"公司LOGO图片设置": {
|
|
1767
|
+
"en": "xxx"
|
|
1768
|
+
},
|
|
1769
|
+
"公司LOGO图片不能为空": {
|
|
1770
|
+
"en": "xxx"
|
|
1771
|
+
},
|
|
1772
|
+
"系统名称": {
|
|
1773
|
+
"en": "xxx"
|
|
1774
|
+
},
|
|
1775
|
+
"是否在登录页显示": {
|
|
1776
|
+
"en": "xxx"
|
|
1777
|
+
},
|
|
1778
|
+
"页面展示方式": {
|
|
1779
|
+
"en": "xxx"
|
|
1780
|
+
},
|
|
1781
|
+
"页面展示方式不能为空": {
|
|
1782
|
+
"en": "xxx"
|
|
1783
|
+
},
|
|
1784
|
+
"左右切换": {
|
|
1785
|
+
"en": "xxx"
|
|
1786
|
+
},
|
|
1787
|
+
"平铺展示": {
|
|
1788
|
+
"en": "xxx"
|
|
1789
|
+
},
|
|
1790
|
+
"系统详情设置": {
|
|
1791
|
+
"en": "xxx"
|
|
1792
|
+
},
|
|
1793
|
+
"系统标识图片设置": {
|
|
1794
|
+
"en": "xxx"
|
|
1795
|
+
},
|
|
1796
|
+
"必填项不能为空": {
|
|
1797
|
+
"en": "xxx"
|
|
1798
|
+
},
|
|
1799
|
+
"设置成功.": {
|
|
1800
|
+
"en": "xxx"
|
|
1801
|
+
},
|
|
1802
|
+
"图形验证码": {
|
|
1803
|
+
"en": "xxx"
|
|
1804
|
+
},
|
|
1805
|
+
"请输入图形验证码": {
|
|
1806
|
+
"en": "xxx"
|
|
1807
|
+
},
|
|
1808
|
+
"请输入图形验证码!": {
|
|
1809
|
+
"en": "xxx"
|
|
1810
|
+
},
|
|
1811
|
+
"查验中心": {
|
|
1812
|
+
"en": "xxx"
|
|
1813
|
+
},
|
|
1814
|
+
"系统选择区": {
|
|
1815
|
+
"en": "xxx"
|
|
1816
|
+
},
|
|
1817
|
+
"平台插件下载": {
|
|
1818
|
+
"en": "xxx"
|
|
1819
|
+
},
|
|
1820
|
+
"该单号不存在,请重新输入": {
|
|
1821
|
+
"en": "xxx"
|
|
1822
|
+
},
|
|
1823
|
+
"返回登录": {
|
|
1824
|
+
"en": "xxx"
|
|
1825
|
+
},
|
|
1826
|
+
"请输入查验内容": {
|
|
1827
|
+
"en": "xxx"
|
|
1828
|
+
},
|
|
1829
|
+
"单号": {
|
|
1830
|
+
"en": "xxx"
|
|
1831
|
+
},
|
|
1832
|
+
"的查询结果如下": {
|
|
1833
|
+
"en": "xxx"
|
|
1834
|
+
},
|
|
1835
|
+
"已选择": {
|
|
1836
|
+
"en": "xxx"
|
|
1837
|
+
},
|
|
1838
|
+
"导入进度": {
|
|
1839
|
+
"en": "xxx"
|
|
1840
|
+
},
|
|
1841
|
+
"暂无数据": {
|
|
1842
|
+
"en": "xxx"
|
|
1471
1843
|
}
|
|
1472
1844
|
}
|