diff --git a/.env.production b/.env.production index 51a50f6..0fe478f 100644 --- a/.env.production +++ b/.env.production @@ -7,15 +7,23 @@ ENV = 'production' #林纪裕 # VUE_APP_BASE_API = 'http://101.43.77.55:9150/UDI_SPMS_SERVER/' -# VUE_APP_BASE_API = 'http://r.jiyuudims.cloud:5004/UDI_SPMS_SERVER/' +VUE_APP_BASE_API = 'http://r.jiyuudims.cloud:5004/UDI_SPMS_SERVER/' # 吴总测试服务器 # VUE_APP_BASE_API = 'http://116.204.106.103:9150/UDI_SPMS_SERVER/' # 平潭 # VUE_APP_BASE_API = 'http://121.204.169.96:9150/UDI_SPMS_SERVER/' -# 文明点 -VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_SPMS_SERVER/' +# 文明东 +# VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_SPMS_SERVER/' + +# 实施测试服务器 ljy +# VUE_APP_BASE_API = 'http://192.168.0.66:8504/UDI_SPMS_SERVER/' + +# 实施测试服务器 wqq +# VUE_APP_BASE_API = 'http://192.168.0.66:9160/UDI_SPMS_SERVER/' + + # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/UDI_SPMS_CLIENT/' diff --git a/src/api/inout/order.js b/src/api/inout/order.js index a32fa73..031b8d6 100644 --- a/src/api/inout/order.js +++ b/src/api/inout/order.js @@ -505,3 +505,11 @@ export function updateOrderDetailBiz(params) { }); } + +export function orderDetailAdd(params) { + return axios({ + url: "/inv/inner/order/orderDetailAdd", + method: "post", + data: params + }); +} diff --git a/src/views/basic/business/stockOrderPrint.vue b/src/views/basic/business/stockOrderPrint.vue new file mode 100644 index 0000000..268cf10 --- /dev/null +++ b/src/views/basic/business/stockOrderPrint.vue @@ -0,0 +1,546 @@ + + + + + diff --git a/src/views/basic/locUdi/UdiSupplement.vue b/src/views/basic/locUdi/UdiSupplement.vue index 9d2fc44..86a57ee 100644 --- a/src/views/basic/locUdi/UdiSupplement.vue +++ b/src/views/basic/locUdi/UdiSupplement.vue @@ -331,7 +331,7 @@ export default { return !row.check; }, handleCurrentChange(val) { - this.unionQuery.page = val; + this.unionQuery.page = val.page; this.getList(); }, tableRowClassName({row, rowIndex}) { diff --git a/src/views/inout/InvoiceRegistration.vue b/src/views/inout/InvoiceRegistration.vue index 8b6a791..61e2e77 100644 --- a/src/views/inout/InvoiceRegistration.vue +++ b/src/views/inout/InvoiceRegistration.vue @@ -690,7 +690,6 @@ export default { } this.filterQuery.page = 1; - this.filterQuery.supInoivceSearch=null; this.getList(); }, hideSearch() { @@ -738,7 +737,7 @@ export default { getBusType() { let query = { code: this.filterQuery.invCode, - enabled: true, + enable: true, vueType: "supInvoice", }; getLocalJoinByUser(query) diff --git a/src/views/inout/IoDeliverySearchOrder.vue b/src/views/inout/IoDeliverySearchOrder.vue index 309977f..19469ff 100644 --- a/src/views/inout/IoDeliverySearchOrder.vue +++ b/src/views/inout/IoDeliverySearchOrder.vue @@ -3,7 +3,7 @@ - + - - - - - - - - - - + + + + + + + + + + - - + - - + + + + + + + + + + --> - + - + - + + + + + + + + + + - + + + + + + + + + + - + - - - - + + + + diff --git a/src/views/inventory/InvSupPreInProducts.vue b/src/views/inventory/InvSupPreInProducts.vue index e7ffcd9..d4907e6 100644 --- a/src/views/inventory/InvSupPreInProducts.vue +++ b/src/views/inventory/InvSupPreInProducts.vue @@ -246,7 +246,7 @@ export default { getList() { this.loading = true; - this.filterQuery.supId = this.$store.getters.customerId; + // this.filterQuery.supId = this.$store.getters.customerId; getInvPreInProduct(this.filterQuery).then((res) => { this.loading = false; if (res.code === 20000) { @@ -266,7 +266,7 @@ export default { }, getInvList() { let query = { - advanceType: true, + advanceType: 2, }; getInvListByUser(query) .then((response) => { diff --git a/src/views/inventory/InvSupPreProducts.vue b/src/views/inventory/InvSupPreProducts.vue index dae6671..65984a3 100644 --- a/src/views/inventory/InvSupPreProducts.vue +++ b/src/views/inventory/InvSupPreProducts.vue @@ -266,7 +266,7 @@ export default { }, getInvList() { let query = { - advanceType: true, + advanceType: 3, //获取寄售库1:入账,2:预验收,3:寄售 }; getInvListByUser(query) .then((response) => { diff --git a/src/views/inventory/inner/innerCodeDetail.vue b/src/views/inventory/inner/innerCodeDetail.vue index 166ac7c..51a311b 100644 --- a/src/views/inventory/inner/innerCodeDetail.vue +++ b/src/views/inventory/inner/innerCodeDetail.vue @@ -273,7 +273,7 @@ export default { getOrderQRCodeTextList() { this.loading = true; - filterPrint({sOrderId :this.query.orderIdFk}) //查找该单号下的所有条码 + filterPrint({sOrderId :this.query.sOrderId}) //查找该单号下的所有条码 .then((response) => { console.log(response) this.codeArray = response.data.list || []; @@ -378,7 +378,7 @@ export default { type: "warning", }).then(() => { this.loading = true; - generateInnerQRCodeText({orderIdFk: this.formData.id}) + generateInnerQRCodeText({orderIdFk: this.formData.recordKey}) .then(response => { this.loading = false; if (response.code === 20000) { @@ -427,8 +427,9 @@ export default { if (this.$isNotBlank(this.inQuery.id)) { this.formData = this.inQuery.formData; this.query.orderId = this.inQuery.id; - this.query.orderIdFk = this.formData.id; + this.query.orderIdFk = this.formData.recordKey; this.query.sOrderId = this.inQuery.id; + console.log(this.query) this.getOrderQRCodeTextList(); } }, diff --git a/src/views/inventory/inner/innerOrder.vue b/src/views/inventory/inner/innerOrder.vue index e080ee3..c0a3a41 100644 --- a/src/views/inventory/inner/innerOrder.vue +++ b/src/views/inventory/inner/innerOrder.vue @@ -45,8 +45,8 @@ @@ -239,7 +239,7 @@ export default { }); }, handleDetail(row) { - let query = {orderIdFk: row.id}; + let query = {orderIdFk: row.recordKey}; this.loading = true; listInnerOrderDetail(query) //查找该单号下的所有条码 .then((response) => { diff --git a/src/views/inventory/inner/innerOrderEditDialog.vue b/src/views/inventory/inner/innerOrderEditDialog.vue index d1fa892..b4b6dab 100644 --- a/src/views/inventory/inner/innerOrderEditDialog.vue +++ b/src/views/inventory/inner/innerOrderEditDialog.vue @@ -108,6 +108,7 @@ :closeDialog="closeDialogC2" :data="thisData" :pId="pId" + :billNo="billNo" :filterType="2" > @@ -123,6 +124,11 @@ :append-to-body='true' > @@ -131,7 +137,7 @@