diff --git a/api/mes/mesMachineSetUpRecord.js b/api/mes/mesMachineSetUpRecord.js new file mode 100644 index 0000000..0576341 --- /dev/null +++ b/api/mes/mesMachineSetUpRecord.js @@ -0,0 +1,9 @@ +import request from '@/utils/request' + +export function addRecord(data) { + return request({ + url: '/mes/mesMachineSetupRecord', + method: 'post', + data: data, + }) +} \ No newline at end of file diff --git a/manifest.json b/manifest.json index d85f6b8..da5826a 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name": "MES", "appid": "__UNI__66F7FE2", "description": "", - "versionName": "3.4.2", - "versionCode": 342, + "versionName": "3.4.3", + "versionCode": 343, "transformPx": false, "sassImplementationName": "node-sass", "app-plus": { diff --git a/pages.json b/pages.json index e6ae10a..85e66f3 100644 --- a/pages.json +++ b/pages.json @@ -828,6 +828,12 @@ "navigationBarTitleText": "新增模具" } }, + { + "path": "pages/mes/jobReport/commissionRecord", + "style": { + "navigationBarTitleText": "调机记录" + } + }, { "path": "pages/wms/purchase/quickStorage", "style": { diff --git a/pages/les/bindMaterial.vue b/pages/les/bindMaterial.vue index 9163454..e9000a8 100644 --- a/pages/les/bindMaterial.vue +++ b/pages/les/bindMaterial.vue @@ -1,22 +1,17 @@ @@ -131,4 +126,39 @@ export default { } } } - \ No newline at end of file + + + \ No newline at end of file diff --git a/pages/les/callMaterial.vue b/pages/les/callMaterial.vue index a21bca9..cdaf6f3 100644 --- a/pages/les/callMaterial.vue +++ b/pages/les/callMaterial.vue @@ -9,11 +9,7 @@ v-model="formData.destLocationCode" /> - - - 呼叫 - - + 呼叫 @@ -96,4 +92,20 @@ export default { } } } - \ No newline at end of file + + + \ No newline at end of file diff --git a/pages/les/chooseTask.vue b/pages/les/chooseTask.vue index 8c9583f..3fbd0e8 100644 --- a/pages/les/chooseTask.vue +++ b/pages/les/chooseTask.vue @@ -4,7 +4,7 @@ 任务类型 : {{item.taskType}} - + diff --git a/pages/les/deliveryMaterial.vue b/pages/les/deliveryMaterial.vue index 8be3fab..5b8edda 100644 --- a/pages/les/deliveryMaterial.vue +++ b/pages/les/deliveryMaterial.vue @@ -1,5 +1,5 @@ @@ -71,7 +67,7 @@ export default { handleDelivery() { const _this = this; this.$refs.form.validate().then(res => { - if (_this.formData.srcLocationCode && this.formData.robotType) { + if (_this.formData.srcLocationCode && _this.formData.robotType) { _this.$modal.loading('提交中') delivery(_this.formData).then(res => { _this.$modal.closeLoading(); @@ -124,4 +120,34 @@ export default { } } } - \ No newline at end of file + + + \ No newline at end of file diff --git a/pages/les/returnPallet.vue b/pages/les/returnPallet.vue index 50c8483..c45d729 100644 --- a/pages/les/returnPallet.vue +++ b/pages/les/returnPallet.vue @@ -2,18 +2,13 @@ - + - + - - - 呼叫 - - + 呼叫 @@ -87,4 +82,19 @@ export default { } } } - \ No newline at end of file + + + \ No newline at end of file diff --git a/pages/mes/jobReport/commissionRecord.vue b/pages/mes/jobReport/commissionRecord.vue new file mode 100644 index 0000000..ecf8047 --- /dev/null +++ b/pages/mes/jobReport/commissionRecord.vue @@ -0,0 +1,209 @@ + + + + + \ No newline at end of file diff --git a/pages/work/indexList.json b/pages/work/indexList.json index 9031878..117f6bc 100644 --- a/pages/work/indexList.json +++ b/pages/work/indexList.json @@ -281,6 +281,14 @@ "style": { "navigationBarTitleText": "班产报工" } + }, { + "path": "/pages/mes/jobReport/commissionRecord", + "permission": "mes:pwoReport:add", + "icon": "icon-gongdan", + "color": "linear-gradient(#95D097,#7BC47D)", + "style": { + "navigationBarTitleText": "调机记录" + } }] }, { "name": "合并标签",