Compare commits
2 Commits
a0dd9a7aca
...
3fa5b9a7ed
| Author | SHA1 | Date |
|---|---|---|
|
|
3fa5b9a7ed | |
|
|
2362c26ef5 |
|
|
@ -177,7 +177,7 @@ export function backReceiveRecordWeb(data) {
|
|||
|
||||
export function backReceiveRecordWebPt(data) {
|
||||
return request({
|
||||
url: 'material/base/backReceive/backReceiveRecordWebPt ',
|
||||
url: 'material/base/backReceive/backReceiveRecordWebPt',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -760,7 +760,7 @@ export default {
|
|||
getUserByRoleList({ roleId: '101' }).then((response) => {
|
||||
this.keeperList = response.data
|
||||
})
|
||||
getUserByRoleList({ roleId: '102' }).then((response) => {
|
||||
getUserByRoleList({ roleIds: [133, 134] }).then((response) => {
|
||||
this.repairUserList = response.data
|
||||
})
|
||||
},
|
||||
|
|
|
|||
|
|
@ -791,7 +791,7 @@ export default {
|
|||
console.log(response, '库管员')
|
||||
this.keeperList = response.data
|
||||
})
|
||||
getUserByRoleList().then((response) => {
|
||||
getUserByRoleList({ roleIds: [133, 134] }).then((response) => {
|
||||
console.log(response, '维修员')
|
||||
this.repairUserList = response.data
|
||||
})
|
||||
|
|
|
|||
|
|
@ -605,7 +605,7 @@ export default {
|
|||
methods: {
|
||||
/** 查询用户列表--采购员 */
|
||||
getUserList() {
|
||||
getUserByRoleList({ roleId: '104' }).then((response) => {
|
||||
getUserByRoleList({ roleIds: [152] }).then((response) => {
|
||||
this.userList = response.data
|
||||
})
|
||||
},
|
||||
|
|
|
|||
|
|
@ -414,7 +414,7 @@ export default {
|
|||
methods: {
|
||||
/** 查询用户列表--采购员 */
|
||||
getUserList() {
|
||||
getUserByRoleList({ roleId: '104' }).then((response) => {
|
||||
getUserByRoleList({ roleIds: [152] }).then((response) => {
|
||||
this.userList = response.data
|
||||
})
|
||||
},
|
||||
|
|
@ -697,4 +697,4 @@ export default {
|
|||
::v-deep input[type='number'] {
|
||||
-moz-appearance: textfield !important;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ module.exports = {
|
|||
|
||||
// target: `http://192.168.2.141:39080`, //超
|
||||
// target: `http://10.40.92.81:8080`, //韩/
|
||||
target: `http://192.168.2.77:39080`,//旭/
|
||||
target: `http://192.168.2.82:39080`,//旭/
|
||||
// target: `http://10.40.92.138:28080`, //帅
|
||||
// target: `http://192.168.2.218:39080`, //福
|
||||
// target: `http://192.168.2.120:39080`, //跃
|
||||
|
|
|
|||
Reference in New Issue