Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
mes
mes-ui
Commits
d3fbe43a
Commit
d3fbe43a
authored
Jan 18, 2024
by
全洪江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
拜访信息,订单信息
parent
18fc74c9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
604 additions
and
603 deletions
+604
-603
brandIndex.vue
src/views/mes/md/brand/brandIndex.vue
+597
-0
index.vue
src/views/mes/md/brand/index.vue
+0
-596
quantity.vue
src/views/mes/md/brand/quantity.vue
+3
-3
visit.vue
src/views/mes/md/brand/visit.vue
+4
-4
No files found.
src/views/mes/md/brand/brandIndex.vue
0 → 100644
View file @
d3fbe43a
This diff is collapsed.
Click to expand it.
src/views/mes/md/brand/index.vue
deleted
100644 → 0
View file @
18fc74c9
This diff is collapsed.
Click to expand it.
src/views/mes/md/
quantity/index
.vue
→
src/views/mes/md/
brand/quantity
.vue
View file @
d3fbe43a
...
...
@@ -130,7 +130,7 @@
@
pagination=
"getList"
/>
<!-- 添加或修改
【请填写功能名称】
对话框 -->
<!-- 添加或修改
订单信息
对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"960px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-row>
...
...
@@ -274,7 +274,7 @@
// 表单重置
reset
()
{
this
.
form
=
{
brandOrderQuantityId
:
null
,
brandId
:
null
,
time
:
null
,
region
:
null
,
orderQuantity
:
null
,
enableFlag
:
null
,
remark
:
null
,
createBy
:
null
,
createTime
:
null
,
updateBy
:
null
,
updateTime
:
null
};
brandOrderQuantityId
:
null
,
brandId
:
null
,
brandName
:
null
,
time
:
null
,
region
:
null
,
orderQuantity
:
null
,
enableFlag
:
null
,
remark
:
null
,
createBy
:
null
,
createTime
:
null
,
updateBy
:
null
,
updateTime
:
null
};
this
.
resetForm
(
"form"
);
},
/** 搜索按钮操作 */
...
...
@@ -297,7 +297,7 @@
handleAdd
()
{
this
.
reset
();
this
.
open
=
true
;
this
.
title
=
"添加
【请填写功能名称】
"
;
this
.
title
=
"添加
订单量信息
"
;
},
/** 修改按钮操作 */
handleUpdate
(
row
)
{
...
...
src/views/mes/md/
visit/index
.vue
→
src/views/mes/md/
brand/visit
.vue
View file @
d3fbe43a
...
...
@@ -296,7 +296,7 @@ export default {
// 表单重置
reset
()
{
this
.
form
=
{
brandVisitId
:
null
,
brandId
:
null
,
contactName
:
null
,
visitPerson
:
null
,
visitTime
:
null
,
visitSummary
:
null
,
enableFlag
:
null
,
remark
:
null
,
createBy
:
null
,
createTime
:
null
,
updateBy
:
null
,
updateTime
:
null
}
;
brandVisitId
:
null
,
brandId
:
null
,
brandName
:
null
,
contactName
:
null
,
visitPerson
:
null
,
visitTime
:
null
,
visitSummary
:
null
,
enableFlag
:
null
,
remark
:
null
,
createBy
:
null
,
createTime
:
null
,
updateBy
:
null
,
updateTime
:
null
}
;
this
.
resetForm
(
"form"
);
}
,
/** 搜索按钮操作 */
...
...
@@ -319,7 +319,7 @@ export default {
handleAdd
()
{
this
.
reset
();
this
.
open
=
true
;
this
.
title
=
"添加
【请填写功能名称】
"
;
this
.
title
=
"添加
品牌访问信息
"
;
this
.
optType
=
"add"
;
}
,
/** 修改按钮操作 */
...
...
@@ -329,7 +329,7 @@ export default {
getVisit
(
brandVisitId
).
then
(
response
=>
{
this
.
form
=
response
.
data
;
this
.
open
=
true
;
this
.
title
=
"修改
【请填写功能名称】
"
;
this
.
title
=
"修改
品牌访问信息
"
;
this
.
optType
=
"edit"
;
}
);
}
,
...
...
@@ -357,7 +357,7 @@ export default {
/** 删除按钮操作 */
handleDelete
(
row
)
{
const
brandVisitIds
=
row
.
brandVisitId
||
this
.
ids
;
this
.
$modal
.
confirm
(
'是否确认删除
【请填写功能名称】
编号为"'
+
brandVisitIds
+
'"的数据项?'
).
then
(
function
()
{
this
.
$modal
.
confirm
(
'是否确认删除
品牌访问
编号为"'
+
brandVisitIds
+
'"的数据项?'
).
then
(
function
()
{
return
delVisit
(
brandVisitIds
);
}
).
then
(()
=>
{
this
.
getList
();
...
...
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