diff --git a/src/api/wmsManagement/wmPolishInventory.js b/src/api/wmsManagement/wmPolishInventory.js index da0319e..322d5df 100644 --- a/src/api/wmsManagement/wmPolishInventory.js +++ b/src/api/wmsManagement/wmPolishInventory.js @@ -76,4 +76,40 @@ export function doWmPolishWarehousing(data) { method: 'post', data: data, }) +} + +/** +* 抛光库手动出库 +* @param data +*/ +export function doWmPolishRetrieval(data) { + return request({ + url: '/mes/wm/WmPolishInventory/doWmPolishRetrieval', + method: 'post', + data: data, + }) +} + +/** +* 抛光库盘点 +* @param data +*/ +export function doWmPolishStocktaking(data) { + return request({ + url: '/mes/wm/WmPolishInventory/doWmPolishStocktaking', + method: 'post', + data: data, + }) +} + +/** +* 抛光库操作记录 +* @param data +*/ +export function getWmPolishRecordList(query) { + return request({ + url: '/mes/wm/WmPolishRecord/list', + method: 'get', + params: query, + }) } \ No newline at end of file diff --git a/src/views/wmsManagement/WmPolishInventory/PolishFQC.vue b/src/views/wmsManagement/WmPolishInventory/PolishFQC.vue new file mode 100644 index 0000000..02409e3 --- /dev/null +++ b/src/views/wmsManagement/WmPolishInventory/PolishFQC.vue @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/src/views/wmsManagement/WmPolishInventory/ThePartNumberSelect.vue b/src/views/wmsManagement/WmPolishInventory/ThePartNumberSelect.vue index 836a36a..2757419 100644 --- a/src/views/wmsManagement/WmPolishInventory/ThePartNumberSelect.vue +++ b/src/views/wmsManagement/WmPolishInventory/ThePartNumberSelect.vue @@ -4,6 +4,7 @@ style="width: 400px" @change="selectChange" v-bind="$attrs" + v-on="$listeners" v-model="value" filterable remote @@ -20,6 +21,7 @@ import { getMaterialSelectOption } from '@/api/wmsManagement/wmPolishInventory.js' export default { name: 'ThePartNumberSelect', + inheritAttrs: false, data() { return { options: [], diff --git a/src/views/wmsManagement/WmPolishInventory/index.vue b/src/views/wmsManagement/WmPolishInventory/index.vue index 3512013..f8ab7a2 100644 --- a/src/views/wmsManagement/WmPolishInventory/index.vue +++ b/src/views/wmsManagement/WmPolishInventory/index.vue @@ -44,34 +44,25 @@ - 抛光零件入库 - - + @@ -89,7 +80,7 @@ @@ -154,10 +145,14 @@ title="编辑" @click="handleUpdate(scope.row)" > --> - 记录 - 盘点 - + - - - + @@ -201,32 +190,13 @@ - + - - - - - + - - - + 确 定 + + + + + + + + + + + + + + + + + 搜索 + + + + + + + + + + + + + + + +