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
9338d05c
Commit
9338d05c
authored
Dec 23, 2022
by
huyufeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批量设置提单模版更换组件
parent
6d967fb2
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
306 additions
and
3 deletions
+306
-3
index.vue
src/components/RoutersSelectorWithoutChannel/index.vue
+302
-0
index.vue
src/views/ecw/warehouse/index.vue
+4
-3
No files found.
src/components/RoutersSelectorWithoutChannel/index.vue
0 → 100644
View file @
9338d05c
This diff is collapsed.
Click to expand it.
src/views/ecw/warehouse/index.vue
View file @
9338d05c
...
...
@@ -367,7 +367,7 @@
</el-form-item>
<el-form-item
v-if=
"showFlag"
>
<routers-selector
v-model=
"ladingform.lineIds"
/>
<routers-selector
-without-channel
v-model=
"ladingform.lineIds"
/>
</el-form-item>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
...
...
@@ -389,7 +389,7 @@ import { uploadFile } from "@/api/infra/file";
import
{
listDept
}
from
"
@/api/system/dept
"
;
import
Ueditor
from
'
@/components/Ueditor
'
import
{
getDictData
}
from
'
@/utils/dict
'
import
RoutersSelector
from
'
@/components/RoutersSelector
'
;
import
RoutersSelector
WithoutChannel
from
'
@/components/RoutersSelectorWithoutChannel
'
;
import
{
has
}
from
'
min-dash
'
;
import
Template
from
"
../../cms/template/index
"
;
...
...
@@ -398,7 +398,7 @@ export default {
components
:
{
Template
,
Ueditor
,
RoutersSelector
RoutersSelectorWithoutChannel
},
data
()
{
...
...
@@ -1071,6 +1071,7 @@ export default {
});
this
.
ladingform
.
lineId
=
lineId
.
substr
(
0
,
lineId
.
length
-
1
);
}
console
.
log
(
this
.
ladingform
.
lineId
);
this
.
ladingform
.
account
=
JSON
.
stringify
(
this
.
arr
);
createTemplate
(
this
.
ladingform
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
this
.
$t
(
"
设置路线提单模板成功
"
));
...
...
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