仓库对配件申请单的操作

This commit is contained in:
xiaofajia 2024-12-05 16:34:46 +08:00
parent f3161b34df
commit 877a2d2ffe
2 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,9 @@
// 应用全局配置 // 应用全局配置
module.exports = { module.exports = {
baseUrl: 'https://www.nuoyunr.com', // baseUrl: 'https://www.nuoyunr.com',
// baseUrl: 'http://124.222.105.7:48080', // baseUrl: 'http://124.222.105.7:48080',
// baseUrl: 'http://192.168.1.4:48080', // baseUrl: 'http://192.168.1.4:48080',
// baseUrl: "http://localhost:48080", baseUrl: "http://localhost:48080",
// baseUrl: "http://rzqhb7.natappfree.cc", // baseUrl: "http://rzqhb7.natappfree.cc",
imagesUrl: 'http://shequ.0315e.com/static/images/pages/', imagesUrl: 'http://shequ.0315e.com/static/images/pages/',
baseImageUrl: 'https://www.nuoyunr.com/minio/', baseImageUrl: 'https://www.nuoyunr.com/minio/',

View File

@ -345,6 +345,7 @@ export default {
return return
} }
this.formData.repairSo.userIds = this.chooseStaff.join(",") this.formData.repairSo.userIds = this.chooseStaff.join(",")
this.formData.ids = flag.map(item => item.id)
request({ request({
url: '/admin-api/repair/tw/pass', url: '/admin-api/repair/tw/pass',
method: 'post', method: 'post',