diff --git a/src/api/collect/IoDestroyLog.js b/src/api/collect/IoDestroyLog.js new file mode 100644 index 00000000..c6bb006c --- /dev/null +++ b/src/api/collect/IoDestroyLog.js @@ -0,0 +1,18 @@ +import axios from '@/utils/request' + +export function desOrderPage(query) { + return axios({ + url: "/udiwms/basic/collect/desOrder/filter", + method: "get", + params: query + }); +} + + +export function getBizDetailList(query) { + return axios({ + url: "/udiwms/basic/collect/desOrder/detail", + method: "get", + params: query + }); +} diff --git a/src/views/basic/product/drug/chooseHouseDrug.vue b/src/views/basic/product/drug/chooseHouseDrug.vue index f9e3027f..fa9a70c9 100644 --- a/src/views/basic/product/drug/chooseHouseDrug.vue +++ b/src/views/basic/product/drug/chooseHouseDrug.vue @@ -72,9 +72,15 @@ - - + + + + + @@ -298,6 +304,7 @@ export default { multipleUdiSelection: [], thirdSys: [], thirdSysFk: null, + chenck: '', }; }, methods: { @@ -337,8 +344,15 @@ export default { this.unionQuery.page = val; this.getList(); }, - handleErpChange(val) { - this.currentRow = val; + handleErpChange(val,currentRow, oldCurrentRow) { + if (!this.isImport){ + this.chenck = val.id + this.currentRow = val; + } + }, + handleRowClick(row){ + row.isSelected = !row.isSelected; + this.$refs.multipleTable.toggleRowSelection(row); }, hideSearch() { this.showSearch = !this.showSearch; @@ -581,10 +595,6 @@ export default { }, created() { - console.log("jjjjj",this.data) - if (this.data != null){ - this.data.spec = this.data.bzgg - } this.getBasicThirdSys(); this.erpQuery.code = this.intentThirdId; diff --git a/src/views/collect/IoDestroyLog.vue b/src/views/collect/IoDestroyLog.vue new file mode 100644 index 00000000..aeee3c9a --- /dev/null +++ b/src/views/collect/IoDestroyLog.vue @@ -0,0 +1,1216 @@ + + + + + +