Browse Source

Merge branch 'dev_web' of http://dev.ccwin-in.com:3000/BoXu.Zheng/WZC2 into dev_web

dev_web_online
安虹睿 2 years ago
parent
commit
6c08b50425
  1. 9
      fe/PC/src/components/StepsCountPlanForm/index.vue
  2. 11
      fe/PC/src/components/commonTabel-drawer/index.vue
  3. 571
      fe/PC/src/utils/tableColumns/index.js
  4. 998
      fe/PC/src/utils/tabsDesTions/index.js
  5. 1
      fe/PC/src/views/finishedProductManage/dismantle/customerDismantleNote.vue

9
fe/PC/src/components/StepsCountPlanForm/index.vue

@ -412,6 +412,15 @@ export default {
// //
advancedFilter(url, list, TotalCount, data, oldSkipCount) { advancedFilter(url, list, TotalCount, data, oldSkipCount) {
return () => { return () => {
// 线 20230417
if (data == 'locationData') {
list.condition.filters.push({
action: "!=",
column: "type",
logic: "And",
value: "5"
})
}
list.SkipCount = (oldSkipCount - 1) * list.MaxResultCount; list.SkipCount = (oldSkipCount - 1) * list.MaxResultCount;
this.tableLoading = true; this.tableLoading = true;
getPageList(list, url) getPageList(list, url)

11
fe/PC/src/components/commonTabel-drawer/index.vue

@ -183,17 +183,6 @@ export default {
currenTabs, currenTabs,
currenTable, currenTable,
}, },
watch: {
propsData(newVal, oldVal){
// newValoldVal
// if (newVal != oldVal) {
// this.$parent.firstTabs = 'xq'
// }
// this.firstTabs = 'xq'
},
},
props: { props: {
title: { title: {
type: Array, type: Array,

571
fe/PC/src/utils/tableColumns/index.js

File diff suppressed because it is too large

998
fe/PC/src/utils/tabsDesTions/index.js

File diff suppressed because it is too large

1
fe/PC/src/views/finishedProductManage/dismantle/customerDismantleNote.vue

@ -117,6 +117,7 @@ export default {
}, },
//Table //Table
inlineDialog(val) { inlineDialog(val) {
this.firstTabs = 'xq'
// //
this.Loading.DrawerLoading = true this.Loading.DrawerLoading = true
this.displayDialog.detailsDialog = true; this.displayDialog.detailsDialog = true;

Loading…
Cancel
Save