diff --git a/src/api/inventory/invPreInSearch.js b/src/api/inventory/invPreInSearch.js index 96a420e..68579ff 100644 --- a/src/api/inventory/invPreInSearch.js +++ b/src/api/inventory/invPreInSearch.js @@ -26,4 +26,28 @@ export function deleterPrein(data) { }); } +export function getInvPreInProduct(params) { + return axios({ + url: "/spms/inv/pre/in/product/filter", + method: "get", + params: params + }); +} + +export function getInvPreInProductDetail(params) { + return axios({ + url: "/spms/inv/pre/in/product/filterDetail", + method: "get", + params: params + }); +} + +export function deleteInvPreInProduct(data) { + return axios({ + url: "/spms/inv/pre/in/product/delete", + method: "post", + data: data + }); +} + diff --git a/src/views/inventory/InvPreInProductsDetail.vue b/src/views/inventory/InvPreInProductsDetail.vue new file mode 100644 index 0000000..708b6a3 --- /dev/null +++ b/src/views/inventory/InvPreInProductsDetail.vue @@ -0,0 +1,213 @@ + + + + + + 物资名称 + + {{ inputQuery.cpmctymc }} + + + + DI/物资编码 + + {{ inputQuery.nameCode }} + + + + + 批次号 + + {{ inputQuery.batchNo }} + + + + 规格型号 + + {{ inputQuery.ggxh }} + + + + 生产日期 + + {{ inputQuery.productionDate }} + + + + 失效日期 + + {{ inputQuery.expireDate }} + + + + + + + + + + + 查询 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/inventory/InvSupPreInProducts.vue b/src/views/inventory/InvSupPreInProducts.vue new file mode 100644 index 0000000..e7ffcd9 --- /dev/null +++ b/src/views/inventory/InvSupPreInProducts.vue @@ -0,0 +1,365 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ item.name }} + + + + + + + + + 显示/隐藏搜索栏 + 重置 + + 查询 + + + + + + + + + + + + + + + + + + + + + + + + + + 详情 + + + + + + + + + + + + + + + + + + diff --git a/src/views/sync/SysUdimsData.vue b/src/views/sync/SysUdimsData.vue index 6acd5b8..b12356e 100644 --- a/src/views/sync/SysUdimsData.vue +++ b/src/views/sync/SysUdimsData.vue @@ -33,9 +33,10 @@ 查询 同步单据 + 同步单据类型