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
cd3d0f61
Commit
cd3d0f61
authored
Feb 02, 2021
by
tao
Browse files
Options
Browse Files
Download
Plain Diff
解决冲突
parents
ff211720
532f47a0
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
2 deletions
+19
-2
dist.rar
dist.rar
+0
-0
ProducSchedule.vue
src/views/education/ProducSchedule.vue
+17
-0
linePop.vue
src/views/education/component/linePop.vue
+1
-1
vue.config.js
vue.config.js
+1
-1
No files found.
dist.rar
deleted
100644 → 0
View file @
ff211720
File deleted
src/views/education/ProducSchedule.vue
View file @
cd3d0f61
...
...
@@ -305,6 +305,7 @@ export default {
},
//添加
addFun
(
value
){
value
.
ID
=
''
let
data
=
value
if
(
value
.
LinVar
.
trim
()
===
''
)
{
this
.
typeV
=
'5'
...
...
@@ -335,6 +336,18 @@ export default {
var
$this
=
this
let
data
=
value
console
.
log
(
'aa'
,
JSON
.
stringify
(
data
))
this
.
$axios
({
method
:
"post"
,
url
:
`/api/Schedule/Schedule_CheckWindowSave`
,
//检验是否可添加
data
:
value
}).
then
((
res
)
=>
{
console
.
log
(
'resadd==>'
,
res
)
if
(
res
.
data
.
code
!=
0
){
this
.
typeV
=
'9'
this
.
deletetext
=
res
.
data
.
msg
this
.
pathE
=
data
this
.
deleteShow
=
true
}
else
{
this
.
$axios
({
method
:
"post"
,
url
:
`/api/Schedule/Schedule_WindowEditSave`
,
...
...
@@ -353,6 +366,10 @@ export default {
}).
catch
(
function
(
err
){
console
.
log
(
'err'
,
err
)
})
}
}).
catch
(
function
(
err
){
console
.
log
(
'err'
,
err
)
})
},
resetData
()
{
...
...
src/views/education/component/linePop.vue
View file @
cd3d0f61
...
...
@@ -587,7 +587,7 @@ export default {
ProductID
:
this
.
ProductID
,
PID
:
this
.
PID
,
Quantity
:
this
.
Quantity
,
DeliveryDt
:
this
.
DeliveryDt
,
DeliveryDt
:
this
.
$moment
(
this
.
DeliveryDt
).
format
(
'YYYY-MM-DD HH:mm:ss'
)
,
VPID
:
this
.
VPID
,
VStatus
:
this
.
VStatus
,
VDeliveryDt
:
this
.
VDeliveryDt
,
...
...
vue.config.js
View file @
cd3d0f61
...
...
@@ -34,7 +34,7 @@ module.exports = {
'/api'
:
{
//这里最好有一个 /
// 192.168.1.237 192.168.1.125
target
:
'http://192.168.1.1
80:8802
'
,
// 后台接口域名
target
:
'http://192.168.1.1
25:8803
'
,
// 后台接口域名
ws
:
true
,
//如果要代理 websockets,配置这个参数
secure
:
false
,
// 如果是https接口,需要配置这个参数
changeOrigin
:
true
,
//是否跨域
...
...
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