diff --git a/src/api/mes/reportWork.js b/src/api/mes/reportWork.js index c6bee9c..464f883 100644 --- a/src/api/mes/reportWork.js +++ b/src/api/mes/reportWork.js @@ -191,6 +191,23 @@ export function getReportList(query) { params: query }); } + +// 查询报工详细列表 +export function getCKList(data) { + return request({ + url: '/wms/order/listCKT', + method: 'post', + params: data + }); +} +//查询报工详细列表+SAP收货状态 +export function getReportSAPList(query) { + return request({ + url: '/wms/put/getReportListSap', + method: 'get', + params: query + }); +} // 提交报工详细列表 export function submitReportPS(data) { return request({ @@ -199,7 +216,14 @@ export function submitReportPS(data) { data: data }); } - +// SAP收货 +export function submitReportPSSAP(data) { + return request({ + url: '/wms/put/addReportListSap', + method: 'post', + data: data + }); +} // 查询物料管理列表 export function getPrepareList(query) { return request({ diff --git a/src/api/quality/produceReport.js b/src/api/quality/produceReport.js index d8b4e8f..e7467de 100644 --- a/src/api/quality/produceReport.js +++ b/src/api/quality/produceReport.js @@ -43,3 +43,13 @@ export function delProduce(recordId) { }); } +export function getProduceReportXJ(orderNo) { + const data = { + orderNo + } + return request({ + url: '/quality/qcProduceReport/getProduceReportXJ', + method: 'post', + data: data + }); +} diff --git a/src/views/device/operation/index.vue b/src/views/device/operation/index.vue index 9fdaf91..e8ecf40 100644 --- a/src/views/device/operation/index.vue +++ b/src/views/device/operation/index.vue @@ -228,6 +228,8 @@ + + diff --git a/src/views/device/sparePartsLedger/index.vue b/src/views/device/sparePartsLedger/index.vue index 96615e7..7213c75 100644 --- a/src/views/device/sparePartsLedger/index.vue +++ b/src/views/device/sparePartsLedger/index.vue @@ -139,17 +139,17 @@ - + - - - + + + - - + + diff --git a/src/views/kanban/finishproduct/BottomRightTable1.vue b/src/views/kanban/finishproduct/BottomRightTable1.vue index d96ac3d..765e2e2 100644 --- a/src/views/kanban/finishproduct/BottomRightTable1.vue +++ b/src/views/kanban/finishproduct/BottomRightTable1.vue @@ -1,10 +1,11 @@ @@ -19,6 +20,7 @@ export default { }, data () { return { + borderBoxKey: 1, // 初始化一个key值 config:{ header: ['工单号', '产线名称', '产品名称', '生产数量', '单位'], data: [ @@ -37,6 +39,7 @@ export default { tableData(newVal) { console.log("newVal-",newVal) this.config.data = this.formatTableData(newVal); + this.borderBoxKey += 1; } }, methods: { @@ -100,5 +103,6 @@ export default { .dv-scroll-board { height: calc(~"100% - 0px"); } + } diff --git a/src/views/kanban/finishproduct/TopMiddleCmp.vue b/src/views/kanban/finishproduct/TopMiddleCmp.vue index 3941989..de13d20 100644 --- a/src/views/kanban/finishproduct/TopMiddleCmp.vue +++ b/src/views/kanban/finishproduct/TopMiddleCmp.vue @@ -87,15 +87,15 @@ export default { diff --git a/src/views/kanban/finishproduct/index.vue b/src/views/kanban/finishproduct/index.vue index 9ae42c8..8715499 100644 --- a/src/views/kanban/finishproduct/index.vue +++ b/src/views/kanban/finishproduct/index.vue @@ -1,32 +1,47 @@ - diff --git a/src/views/mes/reportWork/index.vue b/src/views/mes/reportWork/index.vue index 6e04378..3d85b8f 100644 --- a/src/views/mes/reportWork/index.vue +++ b/src/views/mes/reportWork/index.vue @@ -71,6 +71,7 @@ v-hasPermi="['mes:reportWork:add']" >新增 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - +