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": { "scripts": {
"dev": "vue-cli-service serve", "dev": "vue-cli-service serve",
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build", "build": "vue-cli-service build",
"build:sit": "vue-cli-service build --mode production.sit", "build:sit": "vue-cli-service build --mode production.sit",
"build:uat": "vue-cli-service build --mode production.uat", "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> @cancleBack="cancleBack"></footbar-list>
</div> </div>
<div v-show="showType==='mostedit'"> <div v-show="showType==='mostedit'">
<most-list ref="ref_mostlist" <most-list ref="ref_mostlist" @cancleBack="cancleBack"></most-list>
@cancleBack="cancleBack"></most-list>
</div> </div>
<el-dialog :visible.sync="funcVisible" <el-dialog :visible.sync="funcVisible"
@ -213,12 +212,10 @@ export default {
// most // most
showMost (customerId, customerName) { showMost (customerId, customerName) {
this.showType = 'mostedit' 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) { showLimitConfig (customerId, customerName) {
this.customerId = customerId this.customerId = customerId
this.customerName = customerName 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