src/api/product/handymantype.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/api/product/personboard.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/product/workbench/workReportCard.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
vue.config.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/api/product/handymantype.js
@@ -119,3 +119,18 @@ params: query }) } export function isProductionCounting(query) { return request({ url: '/mes/product/isProductionCounting', method: 'get', params: query }) } export function qualifiedLocation(id) { return request({ url: '/mes/product/qualifiedLocation/' + id, method: 'get' }) } src/api/product/personboard.js
@@ -134,6 +134,14 @@ }) } export function getOperationTaskCopy(query) { return request({ url: '/mes/operationTask/getOperationTaskCopy', method: 'get', params: query }) } export function changeOperationTaskState(ids, event) { return request({ url: '/mes/operationTask/product/changeState/' + event, @@ -260,14 +268,6 @@ }) } export function submitProductMain(obj) { return request({ url: '/mes/product/submitProductMain', method: 'post', data: obj }) } export function batchSaveProductOutput(obj) { return request({ url: '/mes/product/batchSaveProductOutput', @@ -339,6 +339,15 @@ url: '/mes/product/state/batchChange/' + event, method: 'post', data: ids }) } // 批量提交 export function batchChangeCopy(qury, event) { return request({ url: '/mes/product/state/batchChangeCopy/' + event, method: 'post', data: qury }) } @@ -518,9 +527,41 @@ }) } export function getOperationTaskCopy(query) { export function submitInsPart(obj) { return request({ url: '/mes/operationTask/getOperationTaskCopy', url: '/mes/applyPart/submitIns', method: 'post', data: obj }) } export function submitProductMain(obj) { return request({ url: '/mes/product/submitProductMain', method: 'post', data: obj }) } export function inputHandle(obj) { return request({ url: '/mes/feeding/inputHandle', method: 'post', data: obj }) } export function cancellationOfWorkApplication(query) { return request({ url: '/mes/product/cancellationOfWorkApplication', method: 'get', params: query }) } export function generateBackflush(query) { return request({ url: '/mes/product/generateBackFlush', method: 'get', params: query }) src/views/product/workbench/workReportCard.vue
@@ -126,7 +126,7 @@ <!-- <el-button class="tracking-out-revoke-btn" type="primary" icon="tracking-btn-out" :disabled="currProductMainDisable || currentDutyRecord.isConfirm" v-if="!editShow" >交班 </el-button> --> <el-button class="submit-out-btn" type="primary" <el-button class="submit-out-btn" type="primary" :disabled="currProductMainDisable || currentDutyRecord.isConfirm" v-if="!editShow" @click="submitList()" :loading="submitLoading">提交 </el-button> @@ -3246,7 +3246,7 @@ // 刷新产出记录 // this.$emit('refreshProductOutput') } else if (refreshType === 5) { // 提交报告后,刷新 // 提交报告后,刷 // 刷新工单列表 this.$emit('refreshOperateTasks') // 刷新产出记录 @@ -3270,7 +3270,9 @@ this.options = res.data.data if (this.options.length > 1) { this.dialogVisible = true } else { } else if(this.options.length == 0){ this.$message.error('工作站未绑定合格库位') } else { this.locationIdValue = this.options[0].id this.submitListApi() } vue.config.js
@@ -4,8 +4,8 @@ */ const url = 'http://192.168.0.23:9999' // const url = 'http://192.168.32.45:9999' // const url = 'http://localhost:9999' // const url = 'http://192.168.0.60:9999' const url = 'http://localhost:9999' // const url = 'http://ztt-gateway:9999' const localUrl = 'http://localhost:8089'