Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tianjin
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
徐来柯
tianjin
Commits
dcb230cf
Commit
dcb230cf
authored
Jan 20, 2021
by
徐来柯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
334c7487
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
12 deletions
+12
-12
ProductDelivery.vue
src/views/education/ProductDelivery.vue
+1
-1
ProductHouseshow.vue
src/views/education/ProductHouseshow.vue
+6
-6
SearchForm.vue
src/views/education/component/SearchForm.vue
+1
-1
StoreDialog.vue
src/views/education/component/StoreDialog.vue
+2
-2
schedulingStatistics.vue
src/views/education/schedulingStatistics.vue
+2
-2
No files found.
src/views/education/ProductDelivery.vue
View file @
dcb230cf
...
...
@@ -42,7 +42,7 @@
<el-table-column
label=
"产品编号"
:show-overflow-tooltip=
"true"
prop=
"
MHSort
"
prop=
"
wlid
"
width=
"180"
>
</el-table-column>
<el-table-column
...
...
src/views/education/ProductHouseshow.vue
View file @
dcb230cf
...
...
@@ -72,16 +72,16 @@ export default {
name
:
'线体名称'
},
{
id
:
'
物料
编号'
,
name
:
'
物料
编号'
id
:
'
产品
编号'
,
name
:
'
产品
编号'
},
{
id
:
'
物料
名称'
,
name
:
'
物料
名称'
id
:
'
产品
名称'
,
name
:
'
产品
名称'
},
{
id
:
'
物料
描述'
,
name
:
'
物料
描述'
id
:
'
产品
描述'
,
name
:
'
产品
描述'
}
],
deletetext
:
''
,
...
...
src/views/education/component/SearchForm.vue
View file @
dcb230cf
...
...
@@ -31,7 +31,7 @@
<div
class=
"search-btn"
@
click=
"searchData"
>
查询
</div>
<div
class=
"search-block search-input"
v-if=
"formList.includes(3)"
style=
"width: 280px; margin-left: 20px"
>
<el-input
type=
"text"
ref=
"codeInput"
v-model=
"formData.scanValue"
@
keyup
.
enter
.
native=
"scanGunCode"
></el-input>
<el-input
type=
"text"
ref=
"codeInput"
placeholder=
"扫码前请点击"
v-model=
"formData.scanValue"
@
keyup
.
enter
.
native=
"scanGunCode"
></el-input>
</div>
</div>
...
...
src/views/education/component/StoreDialog.vue
View file @
dcb230cf
...
...
@@ -40,8 +40,8 @@
<el-select
v-model=
"PID"
placeholder=
"请选择"
>
<el-option
v-for=
"item in proList"
:key=
"item.
Name
"
:label=
"item.
Name
"
:key=
"item.
ProNumber
"
:label=
"item.
ProNumber
"
:value=
"item.ID"
>
</el-option>
</el-select>
...
...
src/views/education/schedulingStatistics.vue
View file @
dcb230cf
<
template
>
<div
class=
"box-container"
>
<div
class=
"wrap"
>
<search-form
:formList=
"[1,2]"
:searchList=
"searchList"
:formData=
"formData"
@
searchData=
"searchData"
/>
<search-form
:formList=
"[1,2]"
:searchList=
"searchList"
:formData=
"formData"
@
searchData=
"searchData"
/>
<baseTable
:tableHead=
"tableHead"
:tableData=
"tableData"
:rowClassName=
"tableRowClassName"
/>
<Pagination
ref=
"page"
:totalCount=
"totalCount"
:totalPage=
"totalPage"
@
pageFun=
"pageFun"
/>
...
...
@@ -71,7 +71,7 @@ export default {
width
:
180
,
},
{
prop
:
'Pro
ductID
'
,
prop
:
'Pro
Number
'
,
label
:
'产品编号'
,
width
:
180
,
},
...
...
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