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
41d3fdaf
Commit
41d3fdaf
authored
Sep 18, 2022
by
Marcus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入库文案修改
parent
a4dfb922
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
editDialog.vue
src/views/ecw/order/warehousing/components/editDialog.vue
+3
-3
No files found.
src/views/ecw/order/warehousing/components/editDialog.vue
View file @
41d3fdaf
...
...
@@ -6,7 +6,7 @@
width=
"1080px"
>
<el-tabs
v-model=
"activeName"
type=
"card"
@
tab-click=
"handleTabs"
>
<el-tab-pane
label=
"货物入仓
"
name=
"first"
>
<el-tab-pane
:label=
"edit ? '货物修改' : '货物入仓'
"
name=
"first"
>
<el-descriptions
border
:column=
"2"
>
<el-descriptions-item
label=
"中文品名"
>
{{
warehousing
.
prodTitleZh
}}
</el-descriptions-item>
<el-descriptions-item
label=
"英文品名"
>
{{
warehousing
.
prodTitleEn
}}
</el-descriptions-item>
...
...
@@ -138,7 +138,7 @@
</el-card>
</el-tab-pane>
<el-tab-pane
label=
"添加新品名"
name=
"second"
>
<el-tab-pane
label=
"添加新品名"
name=
"second"
v-if=
"!edit"
>
<el-descriptions
border
:column=
"2"
>
<el-descriptions-item
label=
"中文品名"
>
<product-selector
v-model=
"form1.prodId"
@
change=
"onProductChange"
/>
...
...
@@ -278,7 +278,7 @@
<span
slot=
"footer"
>
<el-button
@
click=
"opened = false"
>
关 闭
</el-button>
<el-button
type=
"primary"
@
click=
"handleSubmit()"
>
提 交
</el-button>
<el-button
type=
"primary"
@
click=
"handleSubmit()"
>
{{ edit ? '确认修改' : '提 交' }}
</el-button>
</span>
</el-dialog>
</div>
...
...
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