Browse Source

添加项目外部流转系统

master
13176889840 4 years ago
parent
commit
44196198e3
  1. 22436
      epmet-oper-web/package-lock.json
  2. 1
      epmet-oper-web/package.json
  3. 11
      epmet-oper-web/src/views/modules/customer/customize/CustomerList.vue
  4. 1171
      epmet-oper-web/src/views/modules/productConfig/mostedit/MostList.vue

22436
epmet-oper-web/package-lock.json

File diff suppressed because it is too large

1
epmet-oper-web/package.json

@ -5,7 +5,6 @@
"scripts": {
"dev": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:sit": "vue-cli-service build --mode production.sit",
"build:uat": "vue-cli-service build --mode production.uat",

11
epmet-oper-web/src/views/modules/customer/customize/CustomerList.vue

@ -88,8 +88,7 @@
@cancleBack="cancleBack"></footbar-list>
</div>
<div v-show="showType==='mostedit'">
<most-list ref="ref_mostlist"
@cancleBack="cancleBack"></most-list>
<most-list ref="ref_mostlist" @cancleBack="cancleBack"></most-list>
</div>
<el-dialog :visible.sync="funcVisible"
@ -213,12 +212,10 @@ export default {
// most
showMost (customerId, customerName) {
this.showType = 'mostedit'
//this.$refs['ref_mostlist'].initData(customerId, customerName)
console.log('ref_mostlist', this.$refs['ref_mostlist'])
this.$refs['ref_mostlist'].initData(customerId, customerName)
},
//
//
showLimitConfig (customerId, customerName) {
this.customerId = customerId
this.customerName = customerName

1171
epmet-oper-web/src/views/modules/productConfig/mostedit/MostList.vue

File diff suppressed because it is too large
Loading…
Cancel
Save