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
99b731f9
Commit
99b731f9
authored
Dec 23, 2022
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
几个bug
parent
90a2e040
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
9 deletions
+26
-9
ueditor.all.min.js
public/static/plugins/ueditor/ueditor.all.min.js
+6
-4
process-designer.scss
...s/bpmnProcessDesigner/package/theme/process-designer.scss
+1
-1
LandingBillDetail.vue
src/views/ecw/order/components/LandingBillDetail.vue
+2
-2
UpdateDetail.vue
src/views/ecw/order/components/UpdateDetail.vue
+16
-1
edit.vue
src/views/ecw/order/edit.vue
+1
-1
No files found.
public/static/plugins/ueditor/ueditor.all.min.js
View file @
99b731f9
...
@@ -17972,8 +17972,9 @@ UE.plugins['video'] = function (){
...
@@ -17972,8 +17972,9 @@ UE.plugins['video'] = function (){
tmpCell.rowSpan = tmpCell.colSpan = 1;
tmpCell.rowSpan = tmpCell.colSpan = 1;
}
}
//去掉宽高
//去掉宽高
/* @ 20221223 dragondean
!keepPro && domUtils.removeAttributes(tmpCell,'width height');
!keepPro && domUtils.removeAttributes(tmpCell,'width height');
!keepPro && domUtils.removeAttributes(tmpCell,'style');
!keepPro && domUtils.removeAttributes(tmpCell,'style');
*/
tmpCell.style.borderLeftStyle = "";
tmpCell.style.borderLeftStyle = "";
tmpCell.style.borderTopStyle = "";
tmpCell.style.borderTopStyle = "";
...
@@ -18232,12 +18233,13 @@ UE.plugins['video'] = function (){
...
@@ -18232,12 +18233,13 @@ UE.plugins['video'] = function (){
};
};
}
}
//给第一行设置firstRow的样式名称,在排序图标的样式上使用到
//给第一行设置firstRow的样式名称,在排序图标的样式上使用到
/* @ 20221223 dragondean
if(!domUtils.hasClass(this.table.rows[0], "firstRow")) {
if(!domUtils.hasClass(this.table.rows[0], "firstRow")) {
domUtils.addClass(this.table.rows[0], "firstRow");
domUtils.addClass(this.table.rows[0], "firstRow
11111
");
for(var i = 1; i< this.table.rows.length; i++) {
for(var i = 1; i< this.table.rows.length; i++) {
domUtils.removeClasses(this.table.rows[i], "firstRow");
domUtils.removeClasses(this.table.rows[i], "firstRow22222");
}
}
}
} */
},
},
/**
/**
* 获取单元格的索引信息
* 获取单元格的索引信息
src/components/bpmnProcessDesigner/package/theme/process-designer.scss
View file @
99b731f9
...
@@ -140,7 +140,7 @@
...
@@ -140,7 +140,7 @@
}
}
}
}
}
}
pre
{
.my-process-designer
pre
{
margin
:
0
;
margin
:
0
;
height
:
100%
;
height
:
100%
;
overflow
:
hidden
;
overflow
:
hidden
;
...
...
src/views/ecw/order/components/LandingBillDetail.vue
View file @
99b731f9
...
@@ -22,8 +22,8 @@
...
@@ -22,8 +22,8 @@
</el-descriptions>
</el-descriptions>
<el-button
type=
"primary"
@
click=
"ShowLandingBill=true"
>
查看提单
</el-button>
<el-button
type=
"primary"
@
click=
"ShowLandingBill=true"
>
查看提单
</el-button>
<el-dialog
title=
"查看提单"
:visible.sync=
"ShowLandingBill"
>
<el-dialog
title=
"查看提单"
:visible.sync=
"ShowLandingBill"
width=
"1000px"
>
<div
style=
"text-align:center; width:
60
0px; margin: auto"
v-html=
"billContent"
/>
<div
style=
"text-align:center; width:
96
0px; margin: auto"
v-html=
"billContent"
/>
</el-dialog>
</el-dialog>
</div>
</div>
</
template
>
</
template
>
...
...
src/views/ecw/order/components/UpdateDetail.vue
View file @
99b731f9
...
@@ -22,7 +22,22 @@
...
@@ -22,7 +22,22 @@
<el-descriptions-item
:label=
"$t('申请理由')"
:span=
"4"
>
<el-descriptions-item
:label=
"$t('申请理由')"
:span=
"4"
>
<div>
<div>
<div
v-for=
"(item, index) in order.applyInfoList"
:key=
"index"
>
<div
v-for=
"(item, index) in order.applyInfoList"
:key=
"index"
>
{{
index
+
1
}}
、
{{
item
.
name
}}
{{
$t
(
'
从旧的【{orgValue
}
】改成新的【{newValue
}
】
'
,
{
orgValue
:
item
.
orgValue
,
newValue
:
item
.
newValue
}
)
}}
{{
index
+
1
}}
、
{{
item
.
name
}}
<template
v-if=
"item.type != 1"
>
{{
$t
(
'
从旧的【{orgValue
}
】改成新的【{newValue
}
】
'
,
{
orgValue
:
item
.
orgValue
,
newValue
:
item
.
newValue
}
)
}}
<
/template
>
<
div
v
-
else
class
=
"
pl-30
"
>
<
div
>
{{
$t
(
'
旧值
'
)
}}
:
<
div
v
-
if
=
"
!item.orgExternalWarehouse
"
class
=
"
pl-30
"
>
{{
$t
(
'
无
'
)
}}
<
/div
>
<
/div
>
<
div
v
-
for
=
"
it in item.orgExternalWarehouse
"
class
=
"
pl-30
"
>
{{
$t
(
'
时间
'
)
}}
:
{{
it
.
estLoadingTime
}}
,
{{
$t
(
'
地址
'
)
}}
:
{{
it
.
loadingAddress
}}
<
/div
>
<
div
>
{{
$t
(
'
新值
'
)
}}
:
<
template
v
-
if
=
"
!item.newExternalWarehouse
"
>
{{
$t
(
'
无
'
)
}}
<
/template
>
<
/div
>
<
div
v
-
for
=
"
it in item.newExternalWarehouse
"
class
=
"
pl-30
"
>
{{
$t
(
'
时间
'
)
}}
:
{{
it
.
estLoadingTime
}}
,
{{
$t
(
'
地址
'
)
}}
:
{{
it
.
loadingAddress
}}
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/el-descriptions-item
>
<
/el-descriptions-item
>
...
...
src/views/ecw/order/edit.vue
View file @
99b731f9
...
@@ -326,7 +326,7 @@
...
@@ -326,7 +326,7 @@
<el-date-picker
v-model=
"item.estLoadingTime"
value-format=
"yyyy-MM-dd HH:mm:ss"
class=
"w-200"
></el-date-picker>
<el-date-picker
v-model=
"item.estLoadingTime"
value-format=
"yyyy-MM-dd HH:mm:ss"
class=
"w-200"
></el-date-picker>
</el-form-item>
</el-form-item>
</div>
</div>
<div
class=
"w-
3
00"
>
<div
class=
"w-
5
00"
>
<el-form-item
:label=
"$t('装货地址')"
<el-form-item
:label=
"$t('装货地址')"
:prop=
"'externalWarehouseDtoList.' + index + '.loadingAddress'"
:prop=
"'externalWarehouseDtoList.' + index + '.loadingAddress'"
:rules=
"{
:rules=
"{
...
...
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