Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_pda_Web
Project
Project
Details
Activity
Releases
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
胡宝山
template_pda_Web
Commits
7590df7e
Commit
7590df7e
authored
May 21, 2024
by
高宇
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/template_pda_vue' into template_pda_vue
parents
8a11412e
176f2e67
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
14 deletions
+23
-14
incomeWmsBox.js
src/api/incomeWmsBox.js
+16
-0
enterbound.vue
src/views/setup/enterbound.vue
+7
-14
No files found.
src/api/incomeWmsBox.js
View file @
7590df7e
...
@@ -103,3 +103,19 @@ export function checkIsZero(data) {
...
@@ -103,3 +103,19 @@ export function checkIsZero(data) {
}
}
})
})
}
}
const
manufacturer
=
[
{
value
:
'1'
,
label
:
'baidu'
},
{
value
:
'2'
,
label
:
'ali'
},
{
value
:
'3'
,
label
:
'taobao'
}
]
export
default
manufacturer
src/views/setup/enterbound.vue
View file @
7590df7e
...
@@ -90,7 +90,7 @@
...
@@ -90,7 +90,7 @@
</template>
</template>
<
script
>
<
script
>
import
{
import
manufacturer
,
{
batchAddIncomeWmsBox
,
checkIsZero
,
getJcCode
,
queryPass
batchAddIncomeWmsBox
,
checkIsZero
,
getJcCode
,
queryPass
}
from
'@/api/incomeWmsBox'
}
from
'@/api/incomeWmsBox'
import
{
findByLocation
,
updateIncomeWmsLabel
}
from
'@/api/incomeWmsLabel'
import
{
findByLocation
,
updateIncomeWmsLabel
}
from
'@/api/incomeWmsLabel'
...
@@ -126,19 +126,7 @@ export default {
...
@@ -126,19 +126,7 @@ export default {
userList
:
{
userList
:
{
nickName
:
''
nickName
:
''
},
},
manufacturer
:
[{
manufacturer
:
{},
value
:
'1'
,
label
:
'baidu'
},
{
value
:
'2'
,
label
:
'ali'
},
{
value
:
'3'
,
label
:
'taobao'
}],
// 表单校验
// 表单校验
rules
:
{
rules
:
{
value1
:
[
value1
:
[
...
@@ -152,10 +140,15 @@ export default {
...
@@ -152,10 +140,15 @@ export default {
}
}
},
},
created
()
{
created
()
{
console
.
log
(
'manufacturer'
,
manufacturer
)
this
.
manufacturer
=
manufacturer
this
.
getDictData
()
this
.
getDictData
()
this
.
focusing
()
this
.
focusing
()
this
.
getOrderCode
()
this
.
getOrderCode
()
this
.
getLoginUser
()
this
.
getLoginUser
()
// this.queryForm.cj = this.manufacturer[0].value
},
mounted
()
{
this
.
queryForm
.
cj
=
this
.
manufacturer
[
0
].
value
this
.
queryForm
.
cj
=
this
.
manufacturer
[
0
].
value
},
},
methods
:
{
methods
:
{
...
...
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