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) {
return () => {
// 线 20230417
if (data == 'locationData') {
list.condition.filters.push({
action: "!=",
column: "type",
logic: "And",
value: "5"
})
}
list.SkipCount = (oldSkipCount - 1) * list.MaxResultCount;
this.tableLoading = true;
getPageList(list, url)

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

@ -183,17 +183,6 @@ export default {
currenTabs,
currenTable,
},
watch: {
propsData(newVal, oldVal){
// newValoldVal
// if (newVal != oldVal) {
// this.$parent.firstTabs = 'xq'
// }
// this.firstTabs = 'xq'
},
},
props: {
title: {
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
inlineDialog(val) {
this.firstTabs = 'xq'
//
this.Loading.DrawerLoading = true
this.displayDialog.detailsDialog = true;

Loading…
Cancel
Save