From a69eb1ca0e3ba1a05d1704d0b758cb6324f7744e Mon Sep 17 00:00:00 2001 From: liushuai Date: Tue, 28 Apr 2020 18:34:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ScrappedSupplementaryInvestment.js | 4 +- src/utils/request.js | 2 +- .../Inventory/CreatePickingList/index.vue | 52 +++++++++++++++++-- .../DiscardedPartsInquiry/index.vue | 5 ++ .../ScrappedSupplementaryInvestment/index.vue | 10 +++- 5 files changed, 65 insertions(+), 8 deletions(-) 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 @@ - + + + + + + + + + +