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
cee87185
Commit
cee87185
authored
Mar 24, 2025
by
Smile
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
需求 后台-集运-追加包裹
parent
ed3a81da
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
168 additions
and
268 deletions
+168
-268
addForOrder.vue
src/views/ecw/cons/addForOrder.vue
+164
-264
index.vue
src/views/ecw/cons/index.vue
+4
-4
No files found.
src/views/ecw/cons/addForOrder.vue
View file @
cee87185
This diff is collapsed.
Click to expand it.
src/views/ecw/cons/index.vue
View file @
cee87185
...
...
@@ -428,7 +428,7 @@
</
template
>
</el-form-item>
<el-form-item
label=
"订单编号:"
>
<el-input
style=
"width: 70%;margin-right: 5px"
v-model=
"addForm.orderId"
></el-input><el-button
type=
"primary"
@
click=
"showAddForOrder = true"
>
添加
</el-button>
<el-input
style=
"width: 70%;margin-right: 5px"
v-model=
"addForm.orderId"
></el-input><el-button
type=
"primary"
@
click
.native
=
"showAddForOrder = true"
>
添加
</el-button>
</el-form-item>
<el-form-item
label=
"订单状态:"
>
<
template
slot-scope=
"scope"
>
...
...
@@ -534,14 +534,14 @@
<cons-withdrawal
v-if=
"show"
:dialog-visible=
"show"
:consId=
"consId"
></cons-withdrawal>
<cons-withdrawal-exit
v-if=
"showExit"
:dialog-visible=
"showExit"
:consId=
"consId"
></cons-withdrawal-exit>
<cons-withdrawal-deal
v-if=
"showReturnWarehouse"
:dialog-visible=
"showReturnWarehouse"
:consId=
"consId"
></cons-withdrawal-deal>
<add-for-order
v-if=
"showAddForOrder"
:dialog-visible=
"showAddForOrder"
:consId=
"consId
"
></add-for-order>
<add-for-order
:showAddForOrder.sync=
"showAddForOrder"
:consId=
"id"
@
determine=
"getList
"
></add-for-order>
</div>
</template>
<
script
>
import
{
createCons
,
deleteCons
,
exportConsExcel
,
getCons
,
getConsPage
,
updateCons
,
updateInspect
}
from
"
@/api/ecw/cons
"
;
import
Transmutation
from
"
@/views/ecw/cons/components/Transmutation.vue
"
import
a
ddForOrder
from
"
@/views/ecw/cons/addForOrder.vue
"
import
A
ddForOrder
from
"
@/views/ecw/cons/addForOrder.vue
"
import
Template
from
"
@/views/cms/template/index.vue
"
;
import
UserSelector
from
"
@/components/UserSelector/index.vue
"
;
import
{
getWarehouseList
}
from
"
@/api/ecw/warehouse
"
;
...
...
@@ -567,7 +567,7 @@ import ImageAndVideoUpload from "@/components/ImageAndVideoUpload/index.vue";
export
default
{
name
:
"
Cons
"
,
components
:
{
a
ddForOrder
,
A
ddForOrder
,
ImageAndVideoUpload
,
Label
,
Selector
,
...
...
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