diff --git a/src/api/ManufacturingCenter/ScrappedSupplementaryInvestment.js b/src/api/ManufacturingCenter/ScrappedSupplementaryInvestment.js index 5e9309fb..6eae8111 100644 --- a/src/api/ManufacturingCenter/ScrappedSupplementaryInvestment.js +++ b/src/api/ManufacturingCenter/ScrappedSupplementaryInvestment.js @@ -42,7 +42,7 @@ export function searchtable(check1, value1, check3, value3, check5, value5, valu } }) } -export function editSpare(CutCode, number, id, Unqualified, remarkGroup, people) { +export function editSpare(CutCode, number, id, Unqualified, remarkGroup, people, operaPeople, procedureGroup) { return request({ url: '', method: 'post', @@ -51,7 +51,7 @@ export function editSpare(CutCode, number, id, Unqualified, remarkGroup, people) ModularID: router.currentRoute.path, type: '2', name: '报废补投_提交报废_循环执行', - param: '工艺计划流水号组=' + CutCode + '&报废数量组=' + number + '&报废人=' + id + '&不合格原因组=' + Unqualified + '&备注组=' + remarkGroup + '&质检人组=' + people + param: '工艺计划流水号组=' + CutCode + '&报废数量组=' + number + '&报废人=' + id + '&不合格原因组=' + Unqualified + '&备注组=' + remarkGroup + '&质检人组=' + people + '&操作人员组=' + operaPeople + '&工序组=' + procedureGroup } }) } diff --git a/src/utils/request.js b/src/utils/request.js index c09b5fd3..24b890ab 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -2,7 +2,7 @@ import axios from 'axios' // import Cookies from 'js-cookie' // import store from '@/store' -export const wsuri = `ws://123.56.95.229:61101//WebMoudule//websocket` +export const wsuri = `ws://192.168.1.232:61101//WebMoudule//websocket` export const name = `OP8888` export const name1 = `OP1000` export const name3 = `OP2000` diff --git a/src/views/Inventory/CreatePickingList/index.vue b/src/views/Inventory/CreatePickingList/index.vue index aff18896..60642971 100644 --- a/src/views/Inventory/CreatePickingList/index.vue +++ b/src/views/Inventory/CreatePickingList/index.vue @@ -33,7 +33,7 @@ - + + + + + + + + + +