Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chehuidong
saas-manage
Commits
ffe23bbc
Commit
ffe23bbc
authored
Aug 28, 2024
by
zhuzhequan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
版本管理
parent
afaf5631
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
116 additions
and
64 deletions
+116
-64
src/common/api/production/assistantManage.js
+4
-5
src/main.js
+3
-1
src/views/production/AssistantManage.vue
+108
-57
src/views/taskManage/index.vue
+1
-1
No files found.
src/common/api/production/assistantManage.js
View file @
ffe23bbc
import
axios
from
'../axios'
import
axios
from
'../axios'
export
function
erpProductionAssistantManage
(
data
)
{
export
function
erpProductionAssistantManage
(
data
)
{
return
axios
.
post
(
'/erp
ProductionAssistant
Manage/uploadToLocal'
,
data
,
{
return
axios
.
post
(
'/erp
App
Manage/uploadToLocal'
,
data
,
{
headers
:
{
headers
:
{
'Content-Type'
:
'multipart/form-data'
'Content-Type'
:
'multipart/form-data'
}
}
...
@@ -9,9 +9,9 @@ export function erpProductionAssistantManage(data) {
...
@@ -9,9 +9,9 @@ export function erpProductionAssistantManage(data) {
}
}
export
function
erpProductionAssistantManageListPage
(
data
)
{
export
function
erpProductionAssistantManageListPage
(
data
)
{
return
axios
.
post
(
'/erp
ProductionAssistant
Manage/list_page'
,
data
)
return
axios
.
post
(
'/erp
App
Manage/list_page'
,
data
)
}
}
export
function
deleteErpProductionAssistantManage
(
data
)
{
export
function
deleteErpProductionAssistantManage
(
data
)
{
return
axios
.
get
(
'/erpProductionAssistantManage/delete?ids='
+
data
)
return
axios
.
get
(
'/erpAppManage/delete?ids='
+
data
)
}
}
\ No newline at end of file
src/main.js
View file @
ffe23bbc
...
@@ -4,7 +4,9 @@ import router from './router'
...
@@ -4,7 +4,9 @@ import router from './router'
import
store
from
'./store'
import
store
from
'./store'
import
'./plugins/myui'
import
'./plugins/myui'
import
element
from
'@/common/components/element-ui.js'
import
element
from
'@/common/components/element-ui.js'
import
vxeTable
from
'@/common/components/vxeTable.js'
import
vxeTable
from
'vxe-table'
import
'xe-utils'
import
'vxe-table/lib/index.css'
import
'./common/style/index.scss'
import
'./common/style/index.scss'
import
'./assets/css/common.css'
import
'./assets/css/common.css'
import
Directives
from
'./utils/directives'
import
Directives
from
'./utils/directives'
...
...
src/views/production/AssistantManage.vue
View file @
ffe23bbc
This diff is collapsed.
Click to expand it.
src/views/taskManage/index.vue
View file @
ffe23bbc
...
@@ -861,7 +861,7 @@ export default {
...
@@ -861,7 +861,7 @@ export default {
},
},
data
()
{
data
()
{
const
userInfo
=
localStorage
.
getItem
(
'user'
)
const
userInfo
=
localStorage
.
getItem
(
'user'
)
var
validatePass2
=
(
rule
,
value
,
callback
)
=>
{
const
validatePass2
=
(
rule
,
value
,
callback
)
=>
{
const
start
=
new
Date
(
value
)
const
start
=
new
Date
(
value
)
if
(
!
value
)
{
if
(
!
value
)
{
callback
(
new
Error
(
'请选择预计完成时间'
))
callback
(
new
Error
(
'请选择预计完成时间'
))
...
...
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