+
显示/隐藏搜索栏
重置
@@ -169,12 +169,12 @@
+
+
diff --git a/src/views/inout/InvoiceCkeck.vue b/src/views/inout/InvoiceCkeck.vue
index 76982252..ff8b4e0b 100644
--- a/src/views/inout/InvoiceCkeck.vue
+++ b/src/views/inout/InvoiceCkeck.vue
@@ -653,7 +653,7 @@ export default {
},
showImgViewer(row) {
this.certFileUrl =
- this.IMAGE_URL + "/mapi" +
+ this.BASE_URL +
"/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 812b3870..53235c63 100644
--- a/src/views/inout/InvoiceRegistration.vue
+++ b/src/views/inout/InvoiceRegistration.vue
@@ -777,7 +777,7 @@ export default {
this.showSearch = !this.showSearch;
},
showImgViewer(row) {
- this.certFileUrl = this.IMAGE_URL + "/mapi" + "/udiwms/image/register/file/getImage?type=image2&name=";
+ this.certFileUrl = this.BASE_URL + "/udiwms/image/register/file/getImage?type=image2&name=";
this.imgList = [];
previewImage({imageUrl: row.licenseUrl, certFileUrl: this.certFileUrl}).then(response => {
if (response.code === 20000) {
diff --git a/src/views/inout/InvoiceRegistrationDetermine.vue b/src/views/inout/InvoiceRegistrationDetermine.vue
index 02338cdf..c50b9e3c 100644
--- a/src/views/inout/InvoiceRegistrationDetermine.vue
+++ b/src/views/inout/InvoiceRegistrationDetermine.vue
@@ -1,9 +1,9 @@
-
+
-
+
确认
取消
@@ -13,12 +13,14 @@
-
+
-
-
+
+
@@ -26,12 +28,14 @@
-
+
-
-
+
+
@@ -218,23 +222,15 @@
diff --git a/src/views/inventory/InvProducts.vue b/src/views/inventory/InvProducts.vue
index 6e6a1906..deaae103 100644
--- a/src/views/inventory/InvProducts.vue
+++ b/src/views/inventory/InvProducts.vue
@@ -153,14 +153,20 @@
-
+
-
+
+
+ {{ scope.row.inCount - scope.row.outCount }}
+
+
-
+
-
+
+
+ {{ scope.row.inCount - scope.row.outCount }}
+
+
{
this.invList = response.data || [];
- for(var i=0;i< this.invList.length;i++){
- if(this.invList[i].advanceType == 2){
- this.filterQuery.invCode=this.invList[i].code;
+ for (var i = 0; i < this.invList.length; i++) {
+ if (this.invList[i].advanceType == 2) {
+ this.filterQuery.invCode = this.invList[i].code;
}
}
this.getList();
@@ -449,7 +455,7 @@ export default {
}
this.findMethod();
this.getInvList();
- // this.getList();
+ // this.getList();
},
};
diff --git a/src/views/monitor/logininfor/index.vue b/src/views/monitor/logininfor/index.vue
index 26d793c1..aed72da4 100644
--- a/src/views/monitor/logininfor/index.vue
+++ b/src/views/monitor/logininfor/index.vue
@@ -1,6 +1,13 @@
-
+
@@ -18,105 +25,153 @@
@keyup.enter.native="handleQuery"
/>
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- 重置
- 查询
删除
-
-
+ @click="resetQuery"
+ >重置
+
+ 搜索
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
{{ parseTime(scope.row.loginTime) }}
@@ -127,7 +182,7 @@
-
diff --git a/src/views/monitor/operlog/index.vue b/src/views/monitor/operlog/index.vue
index 0cb6747d..58c474b8 100644
--- a/src/views/monitor/operlog/index.vue
+++ b/src/views/monitor/operlog/index.vue
@@ -1,7 +1,13 @@
-
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
-
- 查询
- 重置
- 删除
-
-
+ 搜索
+
+ 重置
+
@@ -74,39 +79,76 @@
-
-
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
+
+
+
+
-
+ {{
+ scope.row.status === 0 ? "正常" : "失败"
+ }}
+
-
+
{{ parseTime(scope.row.operTime) }}
-
+
详情
@@ -114,7 +156,7 @@
-
+
- {{ form.title }} / {{ typeFormat(form) }}
- {{ form.title }} / {{ typeFormat(form) }}
+
+ {{ form.operName }} / {{ form.operIp }} / {{ form.operLocation }}
{{ form.operUrl }}
- {{ form.requestMethod }}
+ {{
+ form.requestMethod
+ }}
+
{{ form.method }}
@@ -143,7 +195,10 @@
{{ form.operParam }}
- {{ form.jsonResult }}
+ {{
+ form.jsonResult
+ }}
+
@@ -152,10 +207,16 @@
- {{ parseTime(form.operTime) }}
+ {{
+ parseTime(form.operTime)
+ }}
+
- {{ form.errorMsg }}
+ {{
+ form.errorMsg
+ }}
+
@@ -171,7 +232,7 @@ import {list, delOperlog, cleanOperlog} from "@/api/monitor/operlog";
export default {
name: "Operlog",
- dicts: ['sys_oper_type', 'sys_common_status'],
+ dicts: ["sys_oper_type", "sys_common_status"],
data() {
return {
// 遮罩层
@@ -191,7 +252,6 @@ export default {
// 日期范围
dateRange: [],
// 默认排序
- defaultSort: {prop: 'operTime', order: 'descending'},
// 表单参数
form: {},
// 查询参数
@@ -201,8 +261,8 @@ export default {
title: undefined,
operName: undefined,
businessType: undefined,
- status: undefined
- }
+ status: undefined,
+ },
};
},
created() {
@@ -212,7 +272,8 @@ export default {
/** 查询登录日志 */
getList() {
this.loading = true;
- list(this.addDateRange(this.queryParams, this.dateRange)).then(response => {
+ list(this.addDateRange(this.queryParams, this.dateRange)).then(
+ (response) => {
this.list = response.data.list;
this.total = response.data.total;
this.loading = false;
@@ -221,7 +282,10 @@ export default {
},
// 操作日志类型字典翻译
typeFormat(row, column) {
- return this.selectDictLabel(this.dict.type.sys_oper_type, row.businessType);
+ return this.selectDictLabel(
+ this.dict.type.sys_oper_type,
+ row.businessType
+ );
},
/** 搜索按钮操作 */
handleQuery() {
@@ -232,53 +296,62 @@ export default {
resetQuery() {
this.dateRange = [];
this.resetForm("queryForm");
- this.$refs.tables.sort(this.defaultSort.prop, this.defaultSort.order)
+ this.$refs.tables.sort(this.defaultSort.prop, this.defaultSort.order);
this.handleQuery();
},
/** 多选框选中数据 */
- handleSelectionChange(selection) {
- this.ids = selection.map(item => item.operId)
- this.multiple = !selection.length
- },
+ /* handleSelectionChange(selection) {
+ this.ids = selection.map((item) => item.operId);
+ this.multiple = !selection.length;
+ }, */
/** 排序触发事件 */
- handleSortChange(column, prop, order) {
+ /* handleSortChange(column, prop, order) {
this.queryParams.orderByColumn = column.prop;
this.queryParams.isAsc = column.order;
this.getList();
- },
+ }, */
/** 详细按钮操作 */
handleView(row) {
this.open = true;
this.form = row;
},
/** 删除按钮操作 */
- handleDelete(row) {
+ /* handleDelete(row) {
const operIds = row.operId || this.ids;
- this.$modal.confirm('是否确认删除日志编号为"' + operIds + '"的数据项?').then(function () {
- return delOperlog(operIds);
- }).then(() => {
- this.getList();
- this.$modal.msgSuccess("删除成功");
- }).catch(() => {
- });
- },
+ this.$modal
+ .confirm('是否确认删除日志编号为"' + operIds + '"的数据项?')
+ .then(function () {
+ return delOperlog(operIds);
+ })
+ .then(() => {
+ this.getList();
+ this.$modal.msgSuccess("删除成功");
+ })
+ .catch(() => {});
+ }, */
/** 清空按钮操作 */
- handleClean() {
- this.$modal.confirm('是否确认清空所有操作日志数据项?').then(function () {
- return cleanOperlog();
- }).then(() => {
- this.getList();
- this.$modal.msgSuccess("清空成功");
- }).catch(() => {
- });
- },
+ /* handleClean() {
+ this.$modal
+ .confirm("是否确认清空所有操作日志数据项?")
+ .then(function () {
+ return cleanOperlog();
+ })
+ .then(() => {
+ this.getList();
+ this.$modal.msgSuccess("清空成功");
+ })
+ .catch(() => {});
+ }, */
/** 导出按钮操作 */
- handleExport() {
- this.download('monitor/operlog/export', {
- ...this.queryParams
- }, `operlog_${new Date().getTime()}.xlsx`)
- }
- }
+ /* handleExport() {
+ this.download(
+ "monitor/operlog/export",
+ {
+ ...this.queryParams,
+ },
+ `operlog_${new Date().getTime()}.xlsx`
+ );
+ }, */
+ },
};
-
diff --git a/src/views/remind/invRemindSet.vue b/src/views/remind/invRemindSet.vue
index fee38d57..b65ccaae 100644
--- a/src/views/remind/invRemindSet.vue
+++ b/src/views/remind/invRemindSet.vue
@@ -141,7 +141,7 @@
:close-on-click-modal="false"
:close-on-press-escape="false"
:before-close="closeAddDialog"
- width="60%"
+ width="80%"
>
{
- this.$message.error("用户数据加载失败")
+ this.$message.error("数据正在处理,请勿重复提交")
});
},