diff --git a/mes/qd/src/api/wms/st/out/semiProductOut.js b/mes/qd/src/api/wms/st/out/semiProductOut.js
index caeea7c9..365de088 100644
--- a/mes/qd/src/api/wms/st/out/semiProductOut.js
+++ b/mes/qd/src/api/wms/st/out/semiProductOut.js
@@ -1,261 +1,260 @@
import request from '@/utils/request'
export function add(data) {
- return request({
- url: 'api/semiProductOut',
- method: 'post',
- data
- })
+ return request({
+ url: 'api/semiProductOut',
+ method: 'post',
+ data
+ })
}
export function del(ids) {
- return request({
- url: 'api/semiProductOut/',
- method: 'delete',
- data: ids
- })
+ return request({
+ url: 'api/semiProductOut/',
+ method: 'delete',
+ data: ids
+ })
}
export function edit(data) {
- return request({
- url: 'api/semiProductOut',
- method: 'put',
- data
- })
+ return request({
+ url: 'api/semiProductOut',
+ method: 'put',
+ data
+ })
}
export function getOutBillDtl(data) {
- return request({
- url: '/api/semiProductOut/getOutBillDtl',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/getOutBillDtl',
+ method: 'post',
+ data
+ })
}
export function getOutBillDis(data) {
- return request({
- url: '/api/semiProductOut/getOutBillDis',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/getOutBillDis',
+ method: 'post',
+ data
+ })
}
export function getOutBillDisDtl(params) {
- return request({
- url: '/api/semiProductOut/getOutBillDisDtl',
- method: 'get',
- params
- })
+ return request({
+ url: '/api/semiProductOut/getOutBillDisDtl',
+ method: 'get',
+ params
+ })
}
export function getOutBillTask(params) {
- return request({
- url: '/api/semiProductOut/getOutBillTask',
- method: 'get',
- params
- })
+ return request({
+ url: '/api/semiProductOut/getOutBillTask',
+ method: 'get',
+ params
+ })
}
export function getInvTypes() {
- return request({
- url: '/api/semiProductOut/getInvTypes',
- method: 'get'
- })
+ return request({
+ url: '/api/semiProductOut/getInvTypes',
+ method: 'get'
+ })
}
export function insertDtl(data) {
- return request({
- url: '/api/semiProductOut/insertDtl',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/insertDtl',
+ method: 'post',
+ data
+ })
}
export function allDiv(data) {
- return request({
- url: '/api/semiProductOut/allDiv',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/allDiv',
+ method: 'post',
+ data
+ })
}
export function allDivOne(data) {
- return request({
- url: '/api/semiProductOut/allDivOne',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/allDivOne',
+ method: 'post',
+ data
+ })
}
export function allCancel(data) {
- return request({
- url: '/api/semiProductOut/allCancel',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/allCancel',
+ method: 'post',
+ data
+ })
}
export function oneCancel(data) {
- return request({
- url: '/api/semiProductOut/oneCancel',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/oneCancel',
+ method: 'post',
+ data
+ })
}
export function setPoint(data) {
-
- return request({
- url: '/api/semiProductOut/setPoint',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/setPoint',
+ method: 'post',
+ data
+ })
}
export function oneSetPoint(data) {
- return request({
- url: '/api/semiProductOut/oneSetPoint',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/oneSetPoint',
+ method: 'post',
+ data
+ })
}
export function getStructIvt(params) {
- return request({
- url: '/api/semiProductOut/getStructIvt',
- method: 'get',
- params
- })
+ return request({
+ url: '/api/semiProductOut/getStructIvt',
+ method: 'get',
+ params
+ })
}
export function manualDiv(data) {
- return request({
- url: '/api/semiProductOut/manualDiv',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/manualDiv',
+ method: 'post',
+ data
+ })
}
export function confirm(data) {
- return request({
- url: '/api/semiProductOut/confirm',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/confirm',
+ method: 'post',
+ data
+ })
}
export function issueTask(data) {
- return request({
- url: '/api/semiProductOut/issueTask',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/issueTask',
+ method: 'post',
+ data
+ })
}
export function finishTask(data) {
- return request({
- url: '/api/semiProductOut/finishTask',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/finishTask',
+ method: 'post',
+ data
+ })
}
export function cancleTaskfinish(data) {
- return request({
- url: '/api/semiProductOut/cancleTaskfinish',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/cancleTaskfinish',
+ method: 'post',
+ data
+ })
}
export function paramByCodeType(data) {
- return request({
- url: '/api/semiProductOut/paramByCodeType',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/paramByCodeType',
+ method: 'post',
+ data
+ })
}
export function schAreaType(data) {
- return request({
- url: '/api/semiProductOut/schAreaType',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/schAreaType',
+ method: 'post',
+ data
+ })
}
export function backConfirm(data) {
- return request({
- url: '/api/semiProductOut/backConfirm',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/backConfirm',
+ method: 'post',
+ data
+ })
}
export function getType() {
- return request({
- url: '/api/semiProductOut/getType',
- method: 'get'
- })
+ return request({
+ url: '/api/semiProductOut/getType',
+ method: 'get'
+ })
}
export function moneySubmit(data) {
- return request({
- url: '/api/semiProductOut/moneySubmit',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/moneySubmit',
+ method: 'post',
+ data
+ })
}
export function getDisNum(data) {
- return request({
- url: '/api/semiProductOut/getDisNum',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/getDisNum',
+ method: 'post',
+ data
+ })
}
export function queryBox(data) {
- return request({
- url: '/api/semiProductOut/queryBox',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/queryBox',
+ method: 'post',
+ data
+ })
}
export function getOutBillTask2(data) {
- return request({
- url: '/api/semiProductOut/getOutBillTask2',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/getOutBillTask2',
+ method: 'post',
+ data
+ })
}
export function cancelTask(data) {
- return request({
- url: '/api/semiProductOut/cancelTask',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/cancelTask',
+ method: 'post',
+ data
+ })
}
export function allSetPoint(data) {
- return request({
- url: '/api/semiProductOut/allSetPoint',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/allSetPoint',
+ method: 'post',
+ data
+ })
}
export function oneSetPoint2(data) {
- return request({
- url: '/api/semiProductOut/oneSetPoint2',
- method: 'post',
- data
- })
+ return request({
+ url: '/api/semiProductOut/oneSetPoint2',
+ method: 'post',
+ data
+ })
}
export default {
- add,
- edit,
- del,
- allDiv,
- allCancel,
- getOutBillDtl,
- getOutBillDis,
- setPoint,
- oneSetPoint,
- getOutBillTask,
- getStructIvt,
- manualDiv,
- confirm,
- issueTask,
- finishTask,
- cancleTaskfinish,
- getInvTypes,
- paramByCodeType,
- schAreaType,
- backConfirm,
- getOutBillDisDtl,
- getType,
- allDivOne,
- moneySubmit,
- getDisNum,
- queryBox,
- getOutBillTask2,
- oneCancel,
- cancelTask,
- allSetPoint,
- oneSetPoint2
+ add,
+ edit,
+ del,
+ allDiv,
+ allCancel,
+ getOutBillDtl,
+ getOutBillDis,
+ setPoint,
+ oneSetPoint,
+ getOutBillTask,
+ getStructIvt,
+ manualDiv,
+ confirm,
+ issueTask,
+ finishTask,
+ cancleTaskfinish,
+ getInvTypes,
+ paramByCodeType,
+ schAreaType,
+ backConfirm,
+ getOutBillDisDtl,
+ getType,
+ allDivOne,
+ moneySubmit,
+ getDisNum,
+ queryBox,
+ getOutBillTask2,
+ oneCancel,
+ cancelTask,
+ allSetPoint,
+ oneSetPoint2
}
diff --git a/mes/qd/src/views/wms/device_manage/deviceMaterial/index.vue b/mes/qd/src/views/wms/device_manage/deviceMaterial/index.vue
index 3f2205cc..18466c7f 100644
--- a/mes/qd/src/views/wms/device_manage/deviceMaterial/index.vue
+++ b/mes/qd/src/views/wms/device_manage/deviceMaterial/index.vue
@@ -101,7 +101,7 @@ const defaultForm = { product_area: 'A1', workprocedure_id: '1535144552481034240
export default {
name: 'SKdevice',
- components: { crudOperation, pagination, rrOperation },
+ components: { crudOperation, pagination, rrOperation },
dicts: ['product_area'],
cruds() {
return [
@@ -139,7 +139,7 @@ export default {
this.notify('保存成功', 'success')
}).catch(() => {
})
- },
+ }
}
}
diff --git a/mes/qd/src/views/wms/product_manage/workorder/index.vue b/mes/qd/src/views/wms/product_manage/workorder/index.vue
index f93625e7..4b930d1b 100644
--- a/mes/qd/src/views/wms/product_manage/workorder/index.vue
+++ b/mes/qd/src/views/wms/product_manage/workorder/index.vue
@@ -403,8 +403,7 @@