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
758681b6
Commit
758681b6
authored
Feb 20, 2025
by
honghy
Committed by
wux
Feb 27, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
需求98 空运待出-可出-新增提示
parent
76a3d4bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
detail.vue
src/views/ecw/offer/detail.vue
+6
-0
edit.vue
src/views/ecw/offer/edit.vue
+3
-3
No files found.
src/views/ecw/offer/detail.vue
View file @
758681b6
...
...
@@ -279,6 +279,12 @@
</el-descriptions-item>
</el-descriptions>
<el-descriptions>
<el-descriptions-item
:label=
"$t('厂家')"
>
{{ list.manufacturer || "/" }}
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('厂家电话')"
>
{{ list.manufacturerPhone || "/" }}
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('备注')"
>
{{ list.remarks || "/" }}
</el-descriptions-item>
...
...
src/views/ecw/offer/edit.vue
View file @
758681b6
...
...
@@ -525,16 +525,16 @@
</el-form-item>
<br>
<el-form-item
:label=
"$t('厂家')"
prop=
"manufacturer"
>
<el-input
v-model=
"form.manufacturer"
type=
"textarea"
style=
"width:
50
0px; height: 50px"
></el-input>
<el-input
v-model=
"form.manufacturer"
type=
"textarea"
style=
"width:
41
0px; height: 50px"
></el-input>
</el-form-item>
<br>
<el-form-item
:label=
"$t('厂家电话')"
prop=
"manufacturerPhone"
>
<el-input
v-model=
"form.manufacturerPhone"
type=
"textarea"
style=
"width:
50
0px; height: 50px"
></el-input>
<el-input
v-model=
"form.manufacturerPhone"
type=
"textarea"
style=
"width:
41
0px; height: 50px"
></el-input>
</el-form-item>
</div>
<div
class=
"form-section"
>
<el-form-item
:label=
"$t('备注')"
:span=
"2"
prop=
"remarks"
>
<el-input
v-model=
"form.remarks"
type=
"textarea"
placeholder=
""
style=
"width: 50
0px; height: 100px"
></el-input>
<el-input
v-model=
"form.remarks"
:rows =
"6"
type=
"textarea"
placeholder=
""
style=
"width: 41
0px; height: 100px"
></el-input>
</el-form-item>
</div>
</el-card>
...
...
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