Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
00b2f206
Commit
00b2f206
authored
Oct 16, 2022
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化提单模板编辑器兼容性等
parent
9d32fa8b
Changes
7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
29602 additions
and
29598 deletions
+29602
-29598
ueditor.all.js
public/static/plugins/ueditor/ueditor.all.js
+0
-29568
ueditor.all.min.js
public/static/plugins/ueditor/ueditor.all.min.js
+29564
-12
ueditor.all.min.old.js
public/static/plugins/ueditor/ueditor.all.min.old.js
+18
-0
ueditor.config.js
public/static/plugins/ueditor/ueditor.config.js
+1
-1
process-designer.scss
...s/bpmnProcessDesigner/package/theme/process-designer.scss
+2
-2
ApprovalDetail.vue
src/views/ecw/order/components/ApprovalDetail.vue
+14
-12
Preferential.vue
src/views/ecw/order/special/Preferential.vue
+3
-3
No files found.
public/static/plugins/ueditor/ueditor.all.js
deleted
100644 → 0
View file @
9d32fa8b
This diff is collapsed.
Click to expand it.
public/static/plugins/ueditor/ueditor.all.min.js
View file @
00b2f206
This diff is collapsed.
Click to expand it.
public/static/plugins/ueditor/ueditor.all.min.old.js
0 → 100644
View file @
00b2f206
This source diff could not be displayed because it is too large. You can
view the blob
instead.
public/static/plugins/ueditor/ueditor.config.js
View file @
00b2f206
...
...
@@ -403,7 +403,7 @@
header
:
[],
hr
:
[],
i
:
[
'
class
'
,
'
style
'
],
img
:
[
'
src
'
,
'
alt
'
,
'
title
'
,
'
width
'
,
'
height
'
,
'
id
'
,
'
_src
'
,
'
loadingclass
'
,
'
class
'
,
'
data-latex
'
],
img
:
[
'
src
'
,
'
alt
'
,
'
title
'
,
'
width
'
,
'
height
'
,
'
id
'
,
'
_src
'
,
'
loadingclass
'
,
'
class
'
,
'
data-latex
'
,
'
style
'
],
ins
:
[
'
datetime
'
],
li
:
[
'
class
'
,
'
style
'
],
mark
:
[],
...
...
src/components/bpmnProcessDesigner/package/theme/process-designer.scss
View file @
00b2f206
...
...
@@ -141,11 +141,11 @@
}
}
pre
{
margin
:
0
;
/*
margin: 0;
height: 100%;
overflow: hidden;
max-height: calc(80vh - 32px);
overflow-y
:
auto
;
overflow-y: auto;
*/
}
.hljs
{
word-break
:
break-word
;
...
...
src/views/ecw/order/components/ApprovalDetail.vue
View file @
00b2f206
...
...
@@ -34,19 +34,21 @@
</div>
</el-descriptions-item>
<!-- 管理折扣 -->
<!--
<el-descriptions-item
:label=
"$t('申请理由')"
v-if=
"type == 2"
:span=
"4"
>
<div
class=
"bold"
>
<div>
{{
$t
(
'
原运费
'
)
}}
:
{{
detail
.
orgFreight
}}
{{
currencyMap
[
detail
.
freightCurrency
]
}}
/
{{
unitMap
[
detail
.
freightVolume
]
}}
,
{{
$t
(
'
新运费
'
)
}}
:
{{
detail
.
freight
}}
{{
currencyMap
[
detail
.
freightCurrency
]
}}
/
{{
unitMap
[
detail
.
freightVolume
]
}}
</div>
<div>
{{
$t
(
'
原清关费
'
)
}}
:
{{
detail
.
orgClearanceFreight
}}
{{
currencyMap
[
detail
.
clearanceFreightCurrency
]
}}
/
{{
unitMap
[
detail
.
clearanceFreightVolume
]
}}
,
{{
$t
(
'
新清关费
'
)
}}
:
{{
detail
.
clearanceFreight
}}
{{
currencyMap
[
detail
.
clearanceFreightCurrency
]
}}
/
{{
unitMap
[
detail
.
clearanceFreightVolume
]
}}
<!-- 重泡货 -->
<el-descriptions-item
:label=
"$t('申请理由')"
v-if=
"type == 4 || type ==5"
:span=
"4"
>
<div
class=
"bold"
v-if=
"type == 4"
>
{{
$t
(
'
重货优惠标准申请为:{new
}
kg/cbm,原重货标准:{old
}
kg/cbm
'
,
{
new
:
detail
.
wVolume
,
old
:
detail
.
orgWVolume
}
)
}}
<
/div
>
<
div
class
=
"
bold
"
v
-
if
=
"
type == 5
"
>
{{
$t
(
'
泡货优惠标准申请为:{new
}
kg/cbm,原泡货标准:{old
}
kg/cbm
'
,
{
new
:
detail
.
vWeight
,
old
:
detail
.
orgVWeight
}
)
}}
<
/div
>
</el-descriptions-item>
-->
<
/el-descriptions-item
>
<!--
佣金设置
-->
<
el
-
descriptions
-
item
:
label
=
"
$t('申请理由')
"
v
-
if
=
"
type == 3
"
:
span
=
"
4
"
>
...
...
src/views/ecw/order/special/Preferential.vue
View file @
00b2f206
...
...
@@ -8,7 +8,7 @@
{{
form
.
orgWVolume
}}
kg/cbm
</el-form-item>
<el-form-item
:label=
"$t('现重货标准')"
style=
"width: 400px"
prop=
"clearanceFreight"
>
<el-input
v-model=
"form.
WV
olume"
type=
"number"
class=
"w-100"
/>
kg/cbm
<el-input
v-model=
"form.
wv
olume"
type=
"number"
class=
"w-100"
/>
kg/cbm
</el-form-item>
</
template
>
<
template
v-else
>
...
...
@@ -16,13 +16,13 @@
{{
form
.
orgWVolume
}}
kg
</el-form-item>
<el-form-item
:label=
"$t('现泡货标准')"
style=
"width: 400px"
prop=
"clearanceFreight"
>
<el-input
v-model=
"form.
VW
eight"
type=
"number"
class=
"w-100"
/>
kg
<el-input
v-model=
"form.
vw
eight"
type=
"number"
class=
"w-100"
/>
kg
</el-form-item>
</
template
>
</el-form>
<div
class=
"page-title"
>
审批流程
</div>
<work-flow
xmlkey=
"special_apply"
v-model=
"ccIdArr"
/>
<div
v-if=
"
!form.applyStatus
"
>
<div
v-if=
"
form.applyStatus != 1
"
>
<el-button
type=
"primary"
@
click=
"handleSubmit"
>
提交
</el-button>
</div>
<div
v-else
>
...
...
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