diff --git a/.env.production b/.env.production index d27b795d..15d4fd21 100644 --- a/.env.production +++ b/.env.production @@ -40,10 +40,10 @@ ENV = 'production' # VUE_APP_BASE_API = 'http://192.168.6.189:9150/UDI_WMS_MC/' # 三明大田医院 -# VUE_APP_BASE_API = 'http://170.20.124.4:9150/UDI_WMS_MC/' +VUE_APP_BASE_API = 'http://172.20.124.4:9150/UDI_WMS_MC/' -VUE_APP_BASE_API = 'http://192.168.0.207:9150/UDI_WMS_MC/' +# VUE_APP_BASE_API = 'http://192.168.0.207:9150/UDI_WMS_MC/' diff --git a/src/api/basic/sicker/skPersonApi.js b/src/api/basic/sicker/skPersonApi.js index 8a6d7346..eb5c5d8b 100644 --- a/src/api/basic/sicker/skPersonApi.js +++ b/src/api/basic/sicker/skPersonApi.js @@ -21,7 +21,6 @@ export function downloadSick(query) { /** * 处方使用耗材明细 */ - export function skPrescribeDi(query) { return axios({ url: "/udiwms/basic/sk/prescribe/di/filter", @@ -31,4 +30,18 @@ export function skPrescribeDi(query) { } +/** + * 下载并查询处方信息 + */ + +export function dlOrFilter(query) { + return axios({ + url: "/udiwms/basic/sk/prescribe/di/dlOrFilter", + method: "get", + params: query + }); +} + + + diff --git a/src/views/basic/busType/bussinessType.vue b/src/views/basic/busType/bussinessType.vue index 808c3f21..3489b4da 100644 --- a/src/views/basic/busType/bussinessType.vue +++ b/src/views/basic/busType/bussinessType.vue @@ -269,6 +269,7 @@ export default { thrCheckReview: null, inPreInBack: 1, deptNoInvType: 0, + vailPrescribe:false, }, enableMap: { true: '是', @@ -557,6 +558,7 @@ export default { sortNum: 999, inPreInBack: 1, deptNoInvType: 0, + vailPrescribe: false, } this.addDialogVisible = true }, diff --git a/src/views/basic/busType/bussinessTypeModify.vue b/src/views/basic/busType/bussinessTypeModify.vue index 5ff191e3..b11e446f 100644 --- a/src/views/basic/busType/bussinessTypeModify.vue +++ b/src/views/basic/busType/bussinessTypeModify.vue @@ -518,7 +518,6 @@ 预验收剩余库存退库方式 - @@ -542,8 +541,25 @@ 预验收退库单据类型 - - + + + + 出库是否校验处方 + + + + + + + + + + + 出库是否校验处方 + + diff --git a/src/views/inout/DialogCreateOrder.vue b/src/views/inout/DialogCreateOrder.vue index f5e6f89a..935e276c 100644 --- a/src/views/inout/DialogCreateOrder.vue +++ b/src/views/inout/DialogCreateOrder.vue @@ -196,6 +196,7 @@ v-if="curAction.corpType == 1 && curAction.genUnit " > + + + + {{ item.name }} + {{ + item.adNum + }} + + + + + @@ -415,6 +446,18 @@ + + + + + - - - { + this.fromSickOptions = res.data.list || [] + }).catch(() => { + }); + }, //单据类型改变 actionChange(item) { this.orderFormData.checkPreInOption = null; @@ -914,7 +975,6 @@ export default { } else { this.bizShow = false; } - if ( this.curAction.corpType == 0 || this.curAction.corpType == 2 || @@ -942,6 +1002,12 @@ export default { this.preInSpaceShow = false; } + if (this.curAction.vailPrescribe != null && this.curAction.vailPrescribe) { + this.viewSickVisible = true; + } else { + this.viewSickVisible = false; + } + if (this.curAction.scanPreIn && this.curAction.spaceOut == 1) { this.preInSpaceShow = true; this.curSpaceShow = false; @@ -1592,6 +1658,23 @@ export default { OptionalDocument() { this.selectorder = true; }, + + sickChange(value) { + this.orderFormData.sickerAdNum = value; + }, + + + getConfig() { + selectSysParamByKey({"paramKey": "his_sicker"}).then((response) => { + if (response.code == 20000) { + if (response.data.paramValue == "1") { + this.enableSick = true; + } + } + }); + } + + }, filters: {}, mounted() { @@ -1640,6 +1723,7 @@ export default { this.viewBizVisible = true; } this.orderFormData.orderType = this.viewType; + this.getConfig(); if (this.$isNotBlank(this.orderQuery.billNo)) { //编辑页面 this.corpOrderIdDisabled = true; @@ -1656,6 +1740,7 @@ export default { this.initBusType(); // this.findMethod(this.orderFormData.fromCorp); this.findFromInvList(); + this.findSickMethod(this.orderFormData.sickerAdNum) } else { //新增页面 this.corpOrderIdDisabled = false; @@ -1670,6 +1755,7 @@ export default { this.orderFormData.deptCode = this.$store.getters.deptCode; this.orderFormData.invCode = this.$store.getters.locInvCode; this.findInvListByUser(); + } }, }; diff --git a/src/views/inout/PanelSkPrescribeDi.vue b/src/views/inout/PanelSkPrescribeDi.vue new file mode 100644 index 00000000..11f807bd --- /dev/null +++ b/src/views/inout/PanelSkPrescribeDi.vue @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + 查询 + 更新处方信息 + + + + + + + + + + + + + + + + + + + + + + 详情 + + + + + + + + + + +