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
e700931c
Commit
e700931c
authored
Jul 13, 2022
by
wanglianghe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改字段名称
parent
eeaaa5c2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
13 deletions
+12
-13
indexAir.vue
src/views/ecw/box/indexAir.vue
+4
-4
indexSea.vue
src/views/ecw/box/indexSea.vue
+4
-4
indexSeaAir.vue
src/views/ecw/box/indexSeaAir.vue
+4
-5
No files found.
src/views/ecw/box/indexAir.vue
View file @
e700931c
...
...
@@ -3,8 +3,8 @@
<!-- 搜索工作栏 -->
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form-item
label=
"自编号"
prop=
"
order
No"
>
<el-input
v-model=
"queryParams.
order
No"
placeholder=
"请输入自编号"
clearable
@
keyup.enter.native=
"handleQuery"
/>
<el-form-item
label=
"自编号"
prop=
"
self
No"
>
<el-input
v-model=
"queryParams.
self
No"
placeholder=
"请输入自编号"
clearable
@
keyup.enter.native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"柜号"
prop=
"cubNo"
>
<el-input
v-model=
"queryParams.cubNo"
placeholder=
"请输入柜号"
clearable
@
keyup.enter.native=
"handleQuery"
/>
...
...
@@ -64,7 +64,7 @@
<!-- 列表 -->
<el-table
v-loading=
"loading"
:data=
"list"
>
<el-table-column
label=
"自编号"
align=
"center"
prop=
"
order
No"
/>
<el-table-column
label=
"自编号"
align=
"center"
prop=
"
self
No"
/>
<el-table-column
label=
"柜号"
align=
"center"
prop=
"cubNo"
/>
<el-table-column
label=
"出货渠道"
align=
"center"
prop=
"shippingChannelId"
>
...
...
@@ -186,7 +186,7 @@
pageNo
:
1
,
pageSize
:
10
,
id
:
null
,
order
No
:
null
,
self
No
:
null
,
cubNo
:
null
,
cabinetId
:
null
,
boxStatus
:
null
,
...
...
src/views/ecw/box/indexSea.vue
View file @
e700931c
...
...
@@ -3,8 +3,8 @@
<!-- 搜索工作栏 -->
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form-item
label=
"自编号"
prop=
"
order
No"
>
<el-input
v-model=
"queryParams.
order
No"
placeholder=
"请输入自编号"
clearable
@
keyup.enter.native=
"handleQuery"
/>
<el-form-item
label=
"自编号"
prop=
"
self
No"
>
<el-input
v-model=
"queryParams.
self
No"
placeholder=
"请输入自编号"
clearable
@
keyup.enter.native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"柜号"
prop=
"cubNo"
>
<el-input
v-model=
"queryParams.cubNo"
placeholder=
"请输入柜号"
clearable
@
keyup.enter.native=
"handleQuery"
/>
...
...
@@ -79,7 +79,7 @@
<!-- 列表 -->
<el-table
v-loading=
"loading"
:data=
"list"
>
<el-table-column
label=
"自编号"
align=
"center"
prop=
"
order
No"
/>
<el-table-column
label=
"自编号"
align=
"center"
prop=
"
self
No"
/>
<el-table-column
label=
"柜号"
align=
"center"
prop=
"cubNo"
/>
<el-table-column
label=
"柜型"
align=
"center"
prop=
"cabinetId"
>
<template
slot-scope=
"scope"
>
...
...
@@ -211,7 +211,7 @@
pageNo
:
1
,
pageSize
:
10
,
id
:
null
,
order
No
:
null
,
self
No
:
null
,
cubNo
:
null
,
cabinetId
:
null
,
boxStatus
:
null
,
...
...
src/views/ecw/box/indexSeaAir.vue
View file @
e700931c
...
...
@@ -3,8 +3,8 @@
<!-- 搜索工作栏 -->
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form-item
label=
"自编号"
prop=
"
order
No"
>
<el-input
v-model=
"queryParams.
order
No"
placeholder=
"请输入自编号"
clearable
@
keyup.enter.native=
"handleQuery"
/>
<el-form-item
label=
"自编号"
prop=
"
self
No"
>
<el-input
v-model=
"queryParams.
self
No"
placeholder=
"请输入自编号"
clearable
@
keyup.enter.native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"柜号"
prop=
"cubNo"
>
<el-input
v-model=
"queryParams.cubNo"
placeholder=
"请输入柜号"
clearable
@
keyup.enter.native=
"handleQuery"
/>
...
...
@@ -71,7 +71,7 @@
<!-- 列表 -->
<el-table
v-loading=
"loading"
:data=
"list"
>
<el-table-column
label=
"自编号"
align=
"center"
prop=
"
order
No"
/>
<el-table-column
label=
"自编号"
align=
"center"
prop=
"
self
No"
/>
<el-table-column
label=
"柜号"
align=
"center"
prop=
"cubNo"
/>
<el-table-column
label=
"柜型"
align=
"center"
prop=
"cabinetId"
>
<template
slot-scope=
"scope"
>
...
...
@@ -209,7 +209,7 @@
pageNo
:
1
,
pageSize
:
10
,
id
:
null
,
order
No
:
null
,
self
No
:
null
,
cubNo
:
null
,
cabinetId
:
null
,
boxStatus
:
null
,
...
...
@@ -344,7 +344,6 @@
}
this
.
form
.
transportType
=
4
;
console
.
log
(
this
.
form
);
// 修改的提交
if
(
this
.
form
.
id
!=
null
)
{
...
...
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