diff --git a/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichan.vue b/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichan.vue
index b1dd3ce6ee..f4afcddef1 100644
--- a/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichan.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichan.vue
@@ -41,7 +41,7 @@
- 办理
+ 办理
查看
diff --git a/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/chexingbyconfiguration.vue b/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/chexingbyconfiguration.vue
index ab303a9e0e..3254b3245c 100644
--- a/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/chexingbyconfiguration.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/chexingbyconfiguration.vue
@@ -77,15 +77,12 @@ export default {
isSearchShow: false,
searchxianshitit: '隐藏查询条件',
tableKey: 0,
- showbackState: 30,
sids: [],
list: [],
- number: '',
listLoading: false,
- userOrgSid: '',
listQuery: {
current: 1,
- size: 10,
+ size: 5,
params: {
vehicleAlias: '',
configName: '',
@@ -118,8 +115,8 @@ export default {
},
getPathSid() {
const userSid = window.sessionStorage.getItem('userSid')
- getPathSidByUserSid({userSid:userSid}).then((res) => {
- if (res.code === '200') {
+ getPathSidByUserSid({ userSid: userSid }).then((res) => {
+ if (res.success) {
this.listQuery.params.useOrgSid = res.data
this.getList()
}
@@ -144,7 +141,7 @@ export default {
handresetting() {
this.listQuery.current = 1
this.listQuery.total = 0
- this.listQuery.size = 10
+ this.listQuery.size = 5
this.listQuery.params.vehicleAlias = ''
this.listQuery.params.configName = ''
this.listQuery.params.useOrgSid = ''
@@ -179,12 +176,14 @@ export default {
} else {
this.listQuery.params.sidList = []
}
+ this.listQuery.current = 1
+ this.listQuery.total = 0
+ this.listQuery.size = 5
this.getPathSid()
},
// 添加修改返回
AddUpdateReturn() {
if (this.sids.length > 0) {
- console.log('勾选的车辆信息',this.sids)
this.$emit('backData', this.sids)
} else {
this.$notify({
diff --git a/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/shangzhuangselect/shangzhuangpeizhi.vue b/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/shangzhuangselect/shangzhuangpeizhi.vue
index 7f508ca43b..0ad3a37b12 100644
--- a/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/shangzhuangselect/shangzhuangpeizhi.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/shangzhuangselect/shangzhuangpeizhi.vue
@@ -66,18 +66,18 @@
选择
-
-
-
-
+
+
+
+
-
-
+
+
-
-
+
+
-
+
@@ -127,8 +127,8 @@ export default {
tableIndex: 0,
queryParams: {
current: 1,
- size: 10,
- total: 10,
+ size: 5,
+ total: 0,
params: {
vehicleTypeKey: '',
installNameKey: '',
@@ -195,6 +195,9 @@ export default {
},
showData(index) {
this.tableIndex = index
+ this.listQuery.current = 1
+ this.listQuery.total = 0
+ this.listQuery.size = 5
this.init()
},
dosearch() {
@@ -204,7 +207,7 @@ export default {
resetQuery() {
this.queryParams = {
current: 1,
- size: 10,
+ size: 5,
total: 0,
params: {
vehicleTypeKey: '',
diff --git a/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/chexingbyconfiguration.vue b/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/chexingbyconfiguration.vue
index 6c4cc926ad..c9a51dfed4 100644
--- a/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/chexingbyconfiguration.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/chexingbyconfiguration.vue
@@ -77,15 +77,12 @@ export default {
isSearchShow: false,
searchxianshitit: '隐藏查询条件',
tableKey: 0,
- showbackState: 30,
sids: [],
list: [],
- number: '',
listLoading: false,
- userOrgSid: '',
listQuery: {
current: 1,
- size: 10,
+ size: 5,
params: {
vehicleAlias: '',
configName: '',
@@ -119,7 +116,7 @@ export default {
getPathSid() {
const userSid = window.sessionStorage.getItem('userSid')
getPathSidByUserSid({ userSid: userSid }).then((res) => {
- if (res.code === '200') {
+ if (res.success) {
this.listQuery.params.useOrgSid = res.data
this.getList()
}
@@ -144,7 +141,7 @@ export default {
handresetting() {
this.listQuery.current = 1
this.listQuery.total = 0
- this.listQuery.size = 10
+ this.listQuery.size = 5
this.listQuery.params.vehicleAlias = ''
this.listQuery.params.configName = ''
this.listQuery.params.useOrgSid = ''
@@ -179,6 +176,9 @@ export default {
} else {
this.listQuery.params.sidList = []
}
+ this.listQuery.current = 1
+ this.listQuery.total = 0
+ this.listQuery.size = 5
this.getPathSid()
},
// 添加修改返回
diff --git a/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/shangzhuangselect/shuangzhuangpeizhi.vue b/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/shangzhuangselect/shuangzhuangpeizhi.vue
index 787a1ecd16..dff9292607 100644
--- a/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/shangzhuangselect/shuangzhuangpeizhi.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/shangzhuangselect/shuangzhuangpeizhi.vue
@@ -66,18 +66,18 @@
选择
-
-
-
-
+
+
+
+
-
-
+
+
-
-
+
+
-
+
@@ -127,8 +127,8 @@ export default {
tableIndex: 0,
queryParams: {
current: 1,
- size: 10,
- total: 10,
+ size: 5,
+ total: 0,
params: {
vehicleTypeKey: '',
installNameKey: '',
@@ -195,6 +195,9 @@ export default {
},
showData(index) {
this.tableIndex = index
+ this.listQuery.current = 1
+ this.listQuery.total = 0
+ this.listQuery.size = 5
this.init()
},
dosearch() {
@@ -204,7 +207,7 @@ export default {
resetQuery() {
this.queryParams = {
current: 1,
- size: 10,
+ size: 5,
total: 0,
params: {
vehicleTypeKey: '',