diff --git a/.env.development b/.env.development index 27ca6342..1562a5da 100644 --- a/.env.development +++ b/.env.development @@ -7,6 +7,8 @@ ENV = 'development' # 若依管理系统/开发环境 VUE_APP_BASE_API = '/dev-api' +VUE_APP_SYNC_API ="http://127.0.0.1:10001" + # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/' diff --git a/.env.production b/.env.production index 1bb0a0fe..03c7814b 100644 --- a/.env.production +++ b/.env.production @@ -2,9 +2,6 @@ VUE_APP_TITLE = UDI管理系统 - - - # 生产环境配置 ENV = 'production' # VUE_APP_BASE_API = 'http://116.204.71.86:9150/UDI_WMS_MC/' @@ -13,13 +10,19 @@ ENV = 'production' #林纪裕cd # VUE_APP_BASE_API = 'http://101.43.77.55:9150/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://116.204.106.103:9150/UDI_WMS_MC/' -VUE_APP_BASE_API = 'http://r.jiyuudims.cloud:5004/UDI_WMS_MC/' +# VUE_APP_BASE_API = 'http://r.jiyuudims.cloud:5004/UDI_WMS_MC/' +# VUE_APP_SYNC_API ="http://r.jiyuudims.cloud:5008/SP_SYNC_SERVER" # VUE_APP_BASE_API = 'http://127.0.0.1:9150/UDI_WMS_MC/' # 测试服务器 # VUE_APP_BASE_API = 'http://192.168.0.66:9150/UDI_WMS_MC/' -# 文明东 +# 文明东1 # VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_WMS_MC/' +# 文明东2 +# VUE_APP_BASE_API = 'http://192.168.0.61:9150/UDI_WMS_MC/' +# VUE_APP_SYNC_API ="http://192.168.0.62:9150/SP_SYNC_SERVER" +VUE_APP_BASE_API = 'http://55.55.0.62:9150/UDI_WMS_MC/' +VUE_APP_SYNC_API ="http://55.55.0.24:9150/SP_SYNC_SERVER" # 吴总测试服务器 # VUE_APP_BASE_API = 'http://116.204.106.103:9150/UDI_WMS_MC/' diff --git a/.env.test b/.env.test index fdfe673d..e7f166e5 100644 --- a/.env.test +++ b/.env.test @@ -9,19 +9,19 @@ ENV = 'test' #林纪裕cd # VUE_APP_BASE_API = 'http://101.43.77.55:9150/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://116.204.106.103:9150/UDI_WMS_MC/' -#VUE_APP_BASE_API = 'http://r.jiyuudims.cloud:5004/UDI_WMS_MC/' +# VUE_APP_BASE_API = 'http://r.jiyuudims.cloud:5004/UDI_WMS_MC/' # 测试服务器 # VUE_APP_BASE_API = 'http://192.168.0.66:9150/UDI_WMS_MC/' # 文明东 -# VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_WMS_MC/' +VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_WMS_MC/' # 吴总测试服务器 # VUE_APP_BASE_API = 'http://116.204.106.103:9150/UDI_WMS_MC/' -VUE_APP_BASE_API = 'http://192.168.0.66:8883/UDI_WMS_MC/' +# VUE_APP_BASE_API = 'http://192.168.0.66:8883/UDI_WMS_MC/' # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/UDI_WMS_NEW/' diff --git a/src/api/inventory/invPlace.js b/src/api/inventory/invPlace.js index f0dac60f..35cc1684 100644 --- a/src/api/inventory/invPlace.js +++ b/src/api/inventory/invPlace.js @@ -16,6 +16,14 @@ export function bindInvSpace(data) { }); } +export function unbindInvOrderSpace(data) { + return axios({ + url: "/spms/inv/product/unbindInvOrderSpace", + method: "post", + data: data + }); +} + export function bindInvOrderSpace(data) { return axios({ url: "/spms/inv/product/bindInvOrderSpace", @@ -40,6 +48,14 @@ export function getInvProductInfo(params) { }); } +export function getInvProductOutInfo(params) { + return axios({ + url: "/spms/inv/product/getInvProductOutInfo", + method: "get", + params: params + }); +} + export function getCheckInvProductInfo(params) { return axios({ url: "/spms/inv/product/getCheckInvProductInfo", diff --git a/src/api/inventory/invPlaceOrder.js b/src/api/inventory/invPlaceOrder.js index 1461787b..1cf4479b 100644 --- a/src/api/inventory/invPlaceOrder.js +++ b/src/api/inventory/invPlaceOrder.js @@ -15,3 +15,11 @@ export function getInvPlaceOrderDetailList(params) { params: params }); } + +export function selectPlaceList(params) { + return axios({ + url: "/spms/inv/product/selectPlaceList", + method: "get", + params: params + }); +} diff --git a/src/views/basic/product/bindHospProduct.vue b/src/views/basic/product/bindHospProduct.vue index d010fca4..667afa4f 100644 --- a/src/views/basic/product/bindHospProduct.vue +++ b/src/views/basic/product/bindHospProduct.vue @@ -159,7 +159,8 @@ export default { page: 1, limit: 20, addType: 1, - diType: 1 + diType: 1, + bindType: 1 }; this.getList(); }, diff --git a/src/views/inout/DialogCheck.vue b/src/views/inout/DialogCheck.vue index 66263aac..0cdfdbf7 100644 --- a/src/views/inout/DialogCheck.vue +++ b/src/views/inout/DialogCheck.vue @@ -39,7 +39,7 @@ - + @@ -50,7 +50,7 @@ - + @@ -62,7 +62,7 @@ - + @@ -73,7 +73,7 @@ - + @@ -83,7 +83,7 @@ - + @@ -93,7 +93,7 @@ - + @@ -123,7 +123,6 @@ -
@@ -164,10 +163,11 @@ - 检验报告预览 + style="text-align:right" @click="showImgViewer"> + 检验报告预览 - + @@ -183,11 +183,10 @@ import draggable from "vuedraggable"; import store from "@/store"; import {updateById} from '@/api/inout/orderDetailBiz' import {updateOrderDetailBiz} from '@/api/inout/order' -import { previewImage } from '@/api/purchase/supCompany' +import {previewImage} from '@/api/purchase/supCompany' import ElImageViewer from "element-ui/packages/image/src/image-viewer"; - export default { name: "DialogCheck", props: { @@ -208,19 +207,20 @@ export default { }, data() { return { - imgList:[], - imgViewerVisible:false, + imgList: [], + imgViewerVisible: false, BASE_URL: process.env.VUE_APP_BASE_API, + IMAGE_URL: process.env.VUE_APP_SYNC_API, code: "", formData: { - ggxh:"", - cpmctymc:"", - machineNo:"", - invoiceCode:"", - invoiceEncode:"", - price:"", - remark:"", - licenseUrl:"" + ggxh: "", + cpmctymc: "", + machineNo: "", + invoiceCode: "", + invoiceEncode: "", + price: "", + remark: "", + licenseUrl: "" }, // formRules: { // name: [ @@ -239,20 +239,20 @@ export default { }; }, components: { - draggable,ElImageViewer + draggable, ElImageViewer }, methods: { submitUpload() { - updateById(this.inputQuery).then((res) =>{ - if(res.code==20000){ - this.$message({ - type: "success", - message: "修改成功!", - }); - this.closeDialog(); - } + updateById(this.inputQuery).then((res) => { + if (res.code == 20000) { + this.$message({ + type: "success", + message: "修改成功!", + }); + this.closeDialog(); + } - } ) + }) }, @@ -299,8 +299,8 @@ export default { // // }, uploadHandleRemove(file, fileList) { - this.inputQuery.filePath=null; - this.inputQuery.checkFileName=null; + this.inputQuery.filePath = null; + this.inputQuery.checkFileName = null; console.log(file, fileList); }, uploadHandlePreview(file) { @@ -311,7 +311,7 @@ export default { this.$message.warning(`当前限制选择 1 个文件,本次选择了 ${files.length} 个文件,共选择了 ${files.length + fileList.length} 个文件`); }, uploadOnchange(file, fileList) { - this.inputQuery.checkFileName=file.name; + this.inputQuery.checkFileName = file.name; let fileName = file.name; let uid = file.uid let pos = fileName.lastIndexOf("."); @@ -340,7 +340,7 @@ export default { uploadHandleSuccess(response, file, fileList) { if (response.code === 20000) { this.inputQuery.filePath = response.data.name; - // this.onSubmit(); + // this.onSubmit(); } else { this.$message.error("文件上传失败:" + response.message); } @@ -349,24 +349,28 @@ export default { }, - showImgViewer(row){ - this.certFileUrl = this.BASE_URL + "/udiwms/image/register/file/getImage?type=image2&name="; - this.imgList=[]; - previewImage({imageUrl:this.inputQuery.filePath,certFileUrl:this.certFileUrl}).then(response => { + showImgViewer(row) { + this.certFileUrl = this.IMAGE_URL + "/mapi" + "/udiwms/image/register/file/getImage?type=image2&name="; + this.imgList = []; + previewImage({imageUrl: this.inputQuery.filePath, certFileUrl: this.certFileUrl}).then(response => { if (response.code === 20000) { - this.imgList=response.data; + this.imgList = response.data; } console.log(this.imgList) this.imgViewerVisible = true; }); - const m = (e) => { e.preventDefault() }; + const m = (e) => { + e.preventDefault() + }; document.body.style.overflow = 'hidden'; document.addEventListener("touchmove", m, false); // 禁止页面滑动 }, - closeImgViewer(){ + closeImgViewer() { this.imgViewerVisible = false; - const m = (e) => { e.preventDefault() }; + const m = (e) => { + e.preventDefault() + }; document.body.style.overflow = 'auto'; document.removeEventListener("touchmove", m, true); }, diff --git a/src/views/inout/InvoiceCkeck.vue b/src/views/inout/InvoiceCkeck.vue index 27271b70..76982252 100644 --- a/src/views/inout/InvoiceCkeck.vue +++ b/src/views/inout/InvoiceCkeck.vue @@ -166,7 +166,7 @@ row-key="id" highlight-current-row > - + @@ -264,7 +264,7 @@ import AcceptOrder from "@/views/inout/DialogReviewOrder"; import DialogInvoice from "@/views/inout/DialogInvoice"; import InvoiceRegister from "@/views/inout/InvoiceRegister"; -import { previewImage } from "@/api/purchase/supCompany"; +import {previewImage} from "@/api/purchase/supCompany"; import ElImageViewer from "element-ui/packages/image/src/image-viewer"; import store from "@/store"; @@ -318,6 +318,7 @@ export default { imgList: [], imgViewerVisible: false, BASE_URL: process.env.VUE_APP_BASE_API, + IMAGE_URL: process.env.VUE_APP_SYNC_API, showSearch: true, filterQuery: { id: "", @@ -341,16 +342,16 @@ export default { }, formRules: { machineNo: [ - { required: true, message: "请输入机械编码", trigger: "blur" }, + {required: true, message: "请输入机械编码", trigger: "blur"}, ], invoiceCode: [ - { required: true, message: "请输入发票代码", trigger: "blur" }, + {required: true, message: "请输入发票代码", trigger: "blur"}, ], invoiceEncode: [ - { required: true, message: "请输入发票编码", trigger: "blur" }, + {required: true, message: "请输入发票编码", trigger: "blur"}, ], - price: [{ required: true, message: "请输入发票价格", trigger: "blur" }], - invoiceDate: [{ required: true, message: "请输入日期", trigger: "blur" }], + price: [{required: true, message: "请输入发票价格", trigger: "blur"}], + invoiceDate: [{required: true, message: "请输入日期", trigger: "blur"}], }, certFileUrl: "", Upinvoice: false, @@ -471,7 +472,7 @@ export default { subRow: null, }; }, - components: { AcceptOrder, DialogInvoice, InvoiceRegister, ElImageViewer }, + components: {AcceptOrder, DialogInvoice, InvoiceRegister, ElImageViewer}, methods: { onSubmit() { if (this.invoiceRow == null) { @@ -517,7 +518,8 @@ export default { }); }, - uploadHandleError() {}, + uploadHandleError() { + }, uploadHandleSuccess(response, file, fileList) { debugger; if (response.code === 20000) { @@ -646,11 +648,12 @@ export default { .then((res) => { this.closeDialog(); }) - .catch((error) => {}); + .catch((error) => { + }); }, showImgViewer(row) { this.certFileUrl = - this.BASE_URL + + this.IMAGE_URL + "/mapi" + "/udiwms/image/register/file/getImage?type=image2&name="; this.imgList = []; previewImage({ diff --git a/src/views/inout/InvoiceRegistration.vue b/src/views/inout/InvoiceRegistration.vue index 1e36cefe..812b3870 100644 --- a/src/views/inout/InvoiceRegistration.vue +++ b/src/views/inout/InvoiceRegistration.vue @@ -196,7 +196,9 @@ + + + + + diff --git a/src/views/inventory/InvPlace.vue b/src/views/inventory/InvPlace.vue index 1343b083..16f320c0 100644 --- a/src/views/inventory/InvPlace.vue +++ b/src/views/inventory/InvPlace.vue @@ -104,7 +104,7 @@ 查询 按物资上架 按单上架 - 货位变更 +
@@ -114,7 +114,6 @@ - @@ -124,7 +123,7 @@ - + @@ -174,20 +173,6 @@ > - - - - - @@ -224,7 +209,6 @@ export default { loading: false, productPlaceDialogVisible: false, orderPlaceDialogVisible: false, - placeChangeDialogVisible: false, typeNames: { 1: "按物资上架", 2: "按单上架" @@ -308,8 +292,6 @@ export default { this.productPlaceDialogVisible = true; } else if (type === 2) { this.orderPlaceDialogVisible = true; - } else if (type === 3) { - this.placeChangeDialogVisible = true; } }, closePlaceDialog(type) { @@ -317,8 +299,6 @@ export default { this.productPlaceDialogVisible = false; } else if (type === 2) { this.orderPlaceDialogVisible = false; - } else if (type === 3) { - this.placeChangeDialogVisible = false; } this.getList(); }, diff --git a/src/views/inventory/InvPlaceChangeModify.vue b/src/views/inventory/InvPlaceChangeModify.vue index c7aaeeb8..5e6910db 100644 --- a/src/views/inventory/InvPlaceChangeModify.vue +++ b/src/views/inventory/InvPlaceChangeModify.vue @@ -103,7 +103,7 @@ { if (res.code === 20000) { - this.$message.success("上架成功"); + this.$message.success("变更成功"); this.clearFormData(); this.$nextTick(() => { this.$refs.spaceInputRef.focus(); diff --git a/src/views/inventory/InvPlaceSelect.vue b/src/views/inventory/InvPlaceSelect.vue new file mode 100644 index 00000000..c159109a --- /dev/null +++ b/src/views/inventory/InvPlaceSelect.vue @@ -0,0 +1,135 @@ + + + + + + diff --git a/src/views/inventory/InvPreProducts.vue b/src/views/inventory/InvPreProducts.vue index c08b4c8c..2524990e 100644 --- a/src/views/inventory/InvPreProducts.vue +++ b/src/views/inventory/InvPreProducts.vue @@ -153,6 +153,7 @@ + diff --git a/src/views/inventory/InvProductPlaceOutModify.vue b/src/views/inventory/InvProductPlaceOutModify.vue new file mode 100644 index 00000000..a21d8974 --- /dev/null +++ b/src/views/inventory/InvProductPlaceOutModify.vue @@ -0,0 +1,313 @@ + + + + + diff --git a/src/views/inventory/InvProducts.vue b/src/views/inventory/InvProducts.vue index ec1de167..6e6a1906 100644 --- a/src/views/inventory/InvProducts.vue +++ b/src/views/inventory/InvProducts.vue @@ -153,6 +153,7 @@ + @@ -252,7 +253,7 @@ export default { supId: null, zczbhhzbapzbh: null, ylqxzcrbarmc: null, - invCode: null, + invCode: this.$store.getters.locInvCode, invSpaceCode: null, page: 1, limit: 10, @@ -471,6 +472,7 @@ export default { }; }, created() { + this.filterQuery.invCode=this.$store.getters.locInvCode let supId = this.$store.getters.customerId; if (supId == "110") { this.showSup = true; diff --git a/src/views/inventory/InvSupPreInProducts.vue b/src/views/inventory/InvSupPreInProducts.vue index c8daa2f0..3b7e0b83 100644 --- a/src/views/inventory/InvSupPreInProducts.vue +++ b/src/views/inventory/InvSupPreInProducts.vue @@ -151,8 +151,8 @@ - + + diff --git a/src/views/purchase/purApply/purApply.vue b/src/views/purchase/purApply/purApply.vue index 36b10996..c5b787d7 100644 --- a/src/views/purchase/purApply/purApply.vue +++ b/src/views/purchase/purApply/purApply.vue @@ -174,6 +174,7 @@ export default { editStatus: 1, emergency:'', targetDeptCode:'', + targetInvCode:null }, isChang:false, formName: null, @@ -247,6 +248,7 @@ export default { this.$router.push({ path: "", }); + let deptCode = this.filterQuery.targetDeptCode this.filterQuery = { billNo: "", thirdSysFk: "", @@ -260,7 +262,11 @@ export default { type: 1, editStatus: 1, targetDeptCode: this.invCodebe, + targetInvCode:null }; + if(deptCode!=this.invCodebe){ + this.getInvList() + } this.actDateRange = []; this.getList(); }, @@ -405,6 +411,8 @@ export default { var query={ parentId:this.filterQuery.targetDeptCode } + this.filterQuery.targetInvCode = null + this.$forceUpdate() filterSubAll(query).then((res) => { this.invList = res.data || []; }) diff --git a/src/views/purchase/purApply/purApplyEditDiaolog.vue b/src/views/purchase/purApply/purApplyEditDiaolog.vue index c1aac5fb..26de2e75 100644 --- a/src/views/purchase/purApply/purApplyEditDiaolog.vue +++ b/src/views/purchase/purApply/purApplyEditDiaolog.vue @@ -286,7 +286,7 @@ export default { return this.$message.error("单据日期不能为空!"); } if (this.formData.targetInvCode == "" || this.formData.targetInvCode == null) { - return this.$message.error("采购科室不能为空!"); + return this.$message.error("申购仓库不能为空!"); } if (this.formData.emergency == "" || this.formData.emergency == null) { return this.$message.error("紧急程度不能为空!");