diff --git a/dev_wms_client/src/api/excel.js b/dev_wms_client/src/api/excel.js index f4e0b14..4a16809 100644 --- a/dev_wms_client/src/api/excel.js +++ b/dev_wms_client/src/api/excel.js @@ -133,90 +133,20 @@ export const exportKanbanExcel = (data) => { timeout: 600000 }) } - -// 以下待废弃 -export const downloadInRecordExcel = (data) => { +// 导出入库记录 +export const exportInTaskRecordExcel = (data) => { return request({ - url: '/excel/downloadInRecordExcel', + url: '/excel/exportInTaskRecordExcel', method: 'post', responseType: 'blob', data: data, timeout: 600000 }) } - -export const downloadOutRecordExcel = (data) => { +// 导出出库记录 +export const exportOutTaskRecordExcel = (data) => { return request({ - url: '/excel/downloadOutRecordExcel', - method: 'post', - responseType: 'blob', - data: data, - timeout: 600000 - }) -} - -export const downloadInventoryRecordExcel = (data) => { - return request({ - url: '/excel/downloadInventoryRecordExcel', - method: 'post', - responseType: 'blob', - data: data, - timeout: 600000 - }) -} - -export const downloadGoodsExcel = (data) => { - return request({ - url: '/excel/exportBaseGoods', - method: 'post', - responseType: 'blob', - data: data, - timeout: 600000 - }) -} - -export const downloadVehicleExcel = (data) => { - return request({ - url: '/excel/downloadVehicleExcel', - method: 'post', - responseType: 'blob', - data: data, - timeout: 600000 - }) -} - -export const downloadLocationsExcel = (data) => { - return request({ - url: '/excel/downloadLocationsExcel', - method: 'post', - responseType: 'blob', - data: data, - timeout: 600000 - }) -} - -export const queryUploadRecord = (data) => { - return request({ - url: '/excel/queryUploadRecord', - method: 'post', - data: data, - timeout: 100000 - }) -} - -export const downloadClcKanbanRequirementExcel = (data) => { - return request({ - url: '/excel/downloadClcKanbanRequirementExcel', - method: 'post', - responseType: 'blob', - data: data, - timeout: 600000 - }) -} - -export const downloadWorkSummaryExcel = (data) => { - return request({ - url: '/excel/downloadWorkSummaryExcel', + url: '/excel/exportOutTaskRecordExcel', method: 'post', responseType: 'blob', data: data, diff --git a/dev_wms_client/src/layout/clcKanban.vue b/dev_wms_client/src/layout/clcKanban.vue index 69635b9..7f87934 100644 --- a/dev_wms_client/src/layout/clcKanban.vue +++ b/dev_wms_client/src/layout/clcKanban.vue @@ -1,96 +1,105 @@ \ No newline at end of file diff --git a/dev_wms_client/src/layout/dbsList.vue b/dev_wms_client/src/layout/dbsList.vue index 744192a..5eeb44c 100644 --- a/dev_wms_client/src/layout/dbsList.vue +++ b/dev_wms_client/src/layout/dbsList.vue @@ -334,7 +334,7 @@ const timeFormat = (row, column, cellValue, index) => { } const rowStyle = ({ row, rowIndex }) => { if (row.dbsStatus == 2) { - return { "color": "red" } + return { "color": "green" } } } const handleSortChange = (data) => { diff --git a/dev_wms_client/src/layout/goodsIn.vue b/dev_wms_client/src/layout/goodsIn.vue index 049e1cc..d0ccd70 100644 --- a/dev_wms_client/src/layout/goodsIn.vue +++ b/dev_wms_client/src/layout/goodsIn.vue @@ -30,7 +30,7 @@ 绑定物料 + @click="confirmBinding()">绑定物料 清除输入 @@ -70,8 +70,8 @@ -