bugfix 0706 doc

This commit is contained in:
lb
2023-07-06 16:41:09 +08:00
parent d55614cd6d
commit a33636ef05
10 changed files with 108 additions and 43 deletions

View File

@@ -5,6 +5,7 @@
**/
-->
<template>
<!-- v-loading="overlayVisible" -->
<section class="list-section-with-head">
<BaseSearchForm
:id="$attrs.id"
@@ -226,11 +227,12 @@ export default {
}
})
.catch((errMsg) => {
// this.$message({
// message: errMsg,
// type: "error",
// duration: 2000,
// });
console.log('ere...')
this.$message({
message: errMsg,
type: "error",
duration: 2000,
});
});
break;
}
@@ -332,7 +334,8 @@ export default {
if (res.code === 0) {
this.$message.success("删除成功!");
// 获取数据
if (currenPageListLength == 1) this.listQuery.page = this.listQuery.page > 1 ? this.listQuery.page - 1 : 1;
if (currenPageListLength == 1)
this.listQuery.page = this.listQuery.page > 1 ? this.listQuery.page - 1 : 1;
this.getAList(Object.assign({}, this.listQuery, this.extraSearchConditions, this.params));
}
});

View File

@@ -101,7 +101,7 @@ export default {
{ width: 80, prop: "orderCate", label: "订单子号" },
{ prop: "bomCode", label: "配方" },
{ prop: "shapeCode", label: "砖型" },
{ width: 80, prop: "qty", label: "订单数量" },
{ width: 80, prop: "qty", label: "数量" },
{ width: 72, prop: "goodqty", label: "合格数" },
{ width: 72, prop: "badqty", label: "废砖数" },
],