@@ -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..36f11ff4 100644
--- a/src/views/inout/InvoiceCkeck.vue
+++ b/src/views/inout/InvoiceCkeck.vue
@@ -166,7 +166,7 @@
row-key="id"
highlight-current-row
>
-
+
{
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..2d952958 100644
--- a/src/views/inout/InvoiceRegistration.vue
+++ b/src/views/inout/InvoiceRegistration.vue
@@ -196,7 +196,9 @@
- 确认
+ 确认
+
@@ -225,7 +227,7 @@
单据 {{ currentRow.billNo }}-单据详情
-
@@ -337,11 +339,14 @@
单据 {{ currentRow.billNo }}-发票信息
-
-
+
-
+
-
-
-
import {
deleteByOrderId,
- getOrderList, rollUnReceivebackOrder, filterInvoice, filterOrder,filterOrderList
+ getOrderList, rollUnReceivebackOrder, filterInvoice, filterOrder, filterOrderList
} from '../../api/inout/order'
import {getLocalJoinByUser} from "@/api/basic/busType";
import {getInvListByUser} from "@/api/system/invWarehouse";
@@ -552,13 +551,14 @@ export default {
name: "IoCheckSuccessOrder",
data() {
return {
- savebillno:null,
- invoiceRow:[],
- inputInv:[],
- checkInvoice:false,
+ savebillno: null,
+ invoiceRow: [],
+ inputInv: [],
+ checkInvoice: false,
imgList: [],
imgViewerVisible: false,
BASE_URL: process.env.VUE_APP_BASE_API,
+ IMAGE_URL: process.env.VUE_APP_SYNC_API,
showSearch: true,
filterQuery: {
id: "",
@@ -572,17 +572,17 @@ export default {
endTime: null,
invCode: this.$store.getters.locInvCode,
},
- Refresh:{
- id:"",
- orderIdFk:null,
- bizIdFk:"",
+ Refresh: {
+ id: "",
+ orderIdFk: null,
+ bizIdFk: "",
},
determineVisible: false,
- determineData:null,
+ determineData: null,
corpLoading: false,
fromOptions: [],
- regId:null,
- par:[],
+ regId: null,
+ par: [],
formName: 1,
formMap: {
@@ -711,7 +711,7 @@ export default {
subRow: null,
};
},
- components: {AcceptOrder, DialogInvoice, InvoiceRegister, ElImageViewer,InvoiceRegistrationDetermine,checkInvoice},
+ components: {AcceptOrder, DialogInvoice, InvoiceRegister, ElImageViewer, InvoiceRegistrationDetermine, checkInvoice},
methods: {
// upData(data){
// this.invoiceRow = data;
@@ -732,21 +732,21 @@ export default {
endTime: null,
invCode: this.$store.getters.locInvCode,
};
- this.actDateRange=[];
- this.auditDateRange=[];
+ this.actDateRange = [];
+ this.auditDateRange = [];
this.getList();
},
- InvoiceRegister1(row){
- this.savebillno=row.billNo
- this.inputInv=row;
- this.checkInvoice=true;
+ InvoiceRegister1(row) {
+ this.savebillno = row.billNo
+ this.inputInv = row;
+ this.checkInvoice = true;
},
- closecheckInvoice(){
- this.checkInvoice=false;
+ closecheckInvoice() {
+ this.checkInvoice = false;
this.getList();
- this.currentRow.billNo=this.savebillno;
- this.bizQuery.orderIdFk=this.savebillno;
- this.codeQuery.orderIdFk=this.savebillno;
+ this.currentRow.billNo = this.savebillno;
+ this.bizQuery.orderIdFk = this.savebillno;
+ this.codeQuery.orderIdFk = this.savebillno;
this.getCodeDetailList();
this.getBizDetailListInv();
@@ -777,7 +777,7 @@ export default {
this.showSearch = !this.showSearch;
},
showImgViewer(row) {
- this.certFileUrl = this.BASE_URL + "/udiwms/image/register/file/getImage?type=image2&name=";
+ this.certFileUrl = this.IMAGE_URL + "/mapi" + "/udiwms/image/register/file/getImage?type=image2&name=";
this.imgList = [];
previewImage({imageUrl: row.licenseUrl, certFileUrl: this.certFileUrl}).then(response => {
if (response.code === 20000) {
@@ -836,8 +836,8 @@ export default {
type: "warning",
})
.then(() => {
- this.par=row;
- this.par.regId=this.regId;
+ this.par = row;
+ this.par.regId = this.regId;
deleteById(row)
.then((response) => {
if (response.code == 20000) {
@@ -1039,11 +1039,11 @@ export default {
return;
}
this.bizDetailLoading = true;
- if(row != null) {
- this.bizQuery.orderIdFk=row.orderIdFk;
+ if (row != null) {
+ this.bizQuery.orderIdFk = row.orderIdFk;
this.bizQuery.batchNo = row.batchNo;
this.bizQuery.relId = row.bindRlFk;
- // this.bizQuery.bizIdFk = row.id;
+ // this.bizQuery.bizIdFk = row.id;
}
filterListInvoice(this.bizQuery).then((res) => {
this.bizDetailLoading = false;
@@ -1065,14 +1065,14 @@ export default {
BizDetail(row) {
- this.regId=row.id;
+ this.regId = row.id;
this.bizQuery.page = 1;
this.subRow = row;
this.getBizDetailListInv(row);
},
- determine(row){
- this.determineData=row;
- this.determineVisible=true;
+ determine(row) {
+ this.determineData = row;
+ this.determineVisible = true;
},
//单据撤回
@@ -1134,9 +1134,9 @@ export default {
return statusMap[status];
},
- getNewInv (row){
- this.Refresh.orderIdFk=row.billNo;
- addBizProduct(this.Refresh).then( (res) => {
+ getNewInv(row) {
+ this.Refresh.orderIdFk = row.billNo;
+ addBizProduct(this.Refresh).then((res) => {
if (res.code === 20000) {
this.$message.success("刷新成功!");
this.getList();