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
f7f96a78
Commit
f7f96a78
authored
Oct 08, 2022
by
dcy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除多余组件
parent
421557be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
81 deletions
+0
-81
singleApplication.vue
src/views/ecw/order/singleApplication.vue
+0
-81
No files found.
src/views/ecw/order/singleApplication.vue
deleted
100644 → 0
View file @
421557be
<
template
>
<div
class=
"single-application"
>
<h1
class=
"title"
>
调仓申请-EC00123132N
</h1>
<el-divider></el-divider>
<h1>
订单信息
</h1>
<orde-details-form></orde-details-form>
<el-divider></el-divider>
<h1>
货物信息
</h1>
<el-table
border
>
<el-table-column
label=
"序号"
></el-table-column>
<el-table-column
label=
"品名"
>
<template
v-slot:default =
"scope"
>
</
template
>
</el-table-column>
<el-table-column
label=
"填单货物属性"
>
<
template
v-slot:default =
"scope"
></
template
>
</el-table-column>
<el-table-column
label=
"入库货物属性"
>
<
template
v-slot:default =
"scope"
></
template
>
</el-table-column>
<el-table-column
label=
"入库统计"
>
<
template
v-slot:default =
"scope"
></
template
>
</el-table-column>
<el-table-column
label=
"收款货物属性"
>
<
template
v-slot:default =
"scope"
></
template
>
</el-table-column>
<el-table-column
label=
"最后操作时间"
>
<
template
v-slot:default =
"scope"
></
template
>
</el-table-column>
<el-table-column
label=
"状态"
></el-table-column>
</el-table>
<el-row
style=
"margin-top: 20px;line-height: 3;"
type=
"flex"
justify=
"center"
align=
"center"
>
<el-col
:span=
"3"
>
<div>
从 广州仓 调至
</div>
</el-col>
<el-col
:span=
"3"
>
<el-input></el-input>
</el-col>
</el-row>
<el-divider></el-divider>
<h1>
审批流程
</h1>
<div
style=
"height: 50px"
></div>
<el-form
label-width=
"100px"
>
<el-form-item
label=
"抄送"
></el-form-item>
<el-form-item
label=
"抄送人"
></el-form-item>
</el-form>
<div
style=
"text-align:center"
>
<el-button
style=
"margin-right: 50px"
>
提交申请
</el-button>
<el-button>
取消
</el-button>
</div>
</div>
</template>
<
script
>
import
ordeDetailsForm
from
"
@/views/ecw/order/components/ordeDetailsForm
"
;
export
default
{
name
:
"
singleApplication
"
,
components
:
{
ordeDetailsForm
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
.single-application
{
padding
:
20px
;
box-sizing
:
border-box
;
.title
{
font-size
:
30px
;
font-weight
:
600
;
}
.el-form
{
.content
{
min-width
:
230px
;
max-width
:
300px
;
}
}
}
</
style
>
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