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
96cadfb9
Commit
96cadfb9
authored
Jan 21, 2021
by
徐来柯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
2a9a3126
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
ProducSchedule.vue
src/views/education/ProducSchedule.vue
+2
-2
SchedulingPop.vue
src/views/education/component/SchedulingPop.vue
+2
-2
deletePop.vue
src/views/education/component/deletePop.vue
+1
-1
No files found.
src/views/education/ProducSchedule.vue
View file @
96cadfb9
...
...
@@ -36,7 +36,7 @@
width=
"140"
>
</el-table-column>
<el-table-column
prop=
"P
roductName
"
prop=
"P
lanNaber
"
label=
"生产计划编号"
:show-overflow-tooltip=
"true"
width=
"140"
>
...
...
@@ -44,7 +44,7 @@
<el-table-column
label=
"产品编号"
:show-overflow-tooltip=
"true"
prop=
"P
lan
Type"
prop=
"P
roduct
Type"
width=
"140"
>
</el-table-column>
<el-table-column
...
...
src/views/education/component/SchedulingPop.vue
View file @
96cadfb9
...
...
@@ -20,7 +20,7 @@
<el-option
v-for=
"item in planArr"
:key=
"item.ID"
:label=
"item.P
roductName
"
:label=
"item.P
ID
"
:value=
"item.ID"
>
</el-option>
</el-select>
...
...
@@ -154,7 +154,7 @@ export default {
queryPlan
(){
this
.
$axios
({
method
:
"post"
,
url
:
`/api/Plan/Plan_Query?argKeyWord&argWhere&Stime&Etime`
,
url
:
`/api/Plan/Plan_Query?argKeyWord&arg
KeyWord1&arg
Where&Stime&Etime`
,
}).
then
((
res
)
=>
{
this
.
planArr
=
res
.
data
.
data
}).
catch
(
function
(
err
){
...
...
src/views/education/component/deletePop.vue
View file @
96cadfb9
...
...
@@ -57,7 +57,7 @@ export default {
}
else
if
(
this
.
type
==
'4'
){
console
.
log
(
'this.pathE'
,
this
.
pathE
)
if
(
this
.
pathE
){
this
.
text
=
`是否确认删除排
查
【
${
this
.
pathE
.
SID
}
】?`
this
.
text
=
`是否确认删除排
程
【
${
this
.
pathE
.
SID
}
】?`
}
else
{
this
.
text
=
'是否确认删除?'
}
...
...
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