diff --git a/src/api/npcIqc/npcIqc.js b/src/api/npcIqc/npcIqc.js index 011d5b1..626868a 100644 --- a/src/api/npcIqc/npcIqc.js +++ b/src/api/npcIqc/npcIqc.js @@ -2,6 +2,12 @@ import { createAPI } from '@/utils/httpRequest.js' export const searchNpcIqc = (data) => createAPI(`/npcIqc/search`, 'post', data) +// 查询物流记录 +export const searchLogistics = (data) => createAPI(`/srm/logistics/search`, 'post', data) + +// 查询PO清单 +export const getPoList = (data) => createAPI(`/srm/logistics/getPoList`, 'post', data) + // 下载导入模板 export const downloadTemplate = () => { return createAPI('/npcIqc/downloadTemplate', 'post', {}, { responseType: 'blob' }) diff --git a/src/views/common/home.vue b/src/views/common/home.vue index f764fb2..3002b77 100644 --- a/src/views/common/home.vue +++ b/src/views/common/home.vue @@ -360,4 +360,33 @@ export default { color: #64748b; margin-top: 6px; } +/* 强制整体靠左顶格 + 靠上顶格 */ +.mod-home--tech .tech-frame { + max-width: none !important; + margin: 0 !important; + padding: 0 !important; +} + +.mod-home--tech .tech-backdrop { + padding: 0 !important; /* 去掉顶部内边距 */ + margin: 0 !important; +} + +.mod-home--tech .home-reminders { + margin-top: 12px !important; +} + +.mod-home--tech .tech-header--simple { + margin: 0 !important; /* 去掉标题上边距 */ + padding: 0 !important; +} + +.mod-home--tech .tech-header__title { + margin: 0 !important; + padding: 0 !important; +} + +.mod-home--tech .tech-header--simple::after { + left: 0; +} diff --git a/src/views/modules/npcIqc/com_logisticsAttachmentTab.vue b/src/views/modules/npcIqc/com_logisticsAttachmentTab.vue new file mode 100644 index 0000000..a74e08a --- /dev/null +++ b/src/views/modules/npcIqc/com_logisticsAttachmentTab.vue @@ -0,0 +1,266 @@ + + + + + 上传附件 + + + + + + + + + + + 查看 | + 删除 + + + + + + + + + + + 将文件拖到此处,或点击上传 + + + + + 确定 + 取消 + + + + + + + + \ No newline at end of file diff --git a/src/views/modules/npcIqc/logisticsManagement.vue b/src/views/modules/npcIqc/logisticsManagement.vue new file mode 100644 index 0000000..eb7f382 --- /dev/null +++ b/src/views/modules/npcIqc/logisticsManagement.vue @@ -0,0 +1,323 @@ + + + + + + + + + + + + + + + + 查询 + + + + + + + + + + + + + + 删除附件 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +