manage-client 3.2.229 → 3.2.230

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,6 +30,8 @@ let specialComp = {
30
30
  'enable-query':(resolve) => {require(['./EnableQuery'], resolve)},
31
31
  // 停用查询
32
32
  'disable-query':(resolve) => {require(['./DisableQuery'], resolve)},
33
+ // 客户查询
34
+ 'user-query':(resolve) => {require(['./UserQuery.vue'], resolve)},
33
35
  // 销户查询
34
36
  'cancellation-query':(resolve) => {require(['./CancellationQuery'], resolve)},
35
37
  // 汇总查询
@@ -176,12 +176,12 @@
176
176
  <th style="text-align:center"><nobr>{{row.f_jval}}</nobr></th>
177
177
  <th style="text-align:center"><nobr>{{row.f_price}}</nobr></th>
178
178
  <th style="text-align:center"><nobr>{{row.f_tablebase}}</nobr></th>
179
- <th style="text-align:center" v-show="$parent.$parent.$parent.isShow"><nobr>{{row.standardConditionTotal}}</nobr></th>
180
- <th style="text-align:center" v-show="$parent.$parent.$parent.isShow"><nobr>{{row.operatingModeTotalForDay}}</nobr></th>
181
- <th style="text-align:center" v-show="$parent.$parent.$parent.isShow"><nobr>{{row.standardConditionFlow}}</nobr></th>
182
- <th style="text-align:center" v-show="$parent.$parent.$parent.isShow"><nobr>{{row.operatingModeFlow}}</nobr></th>
183
- <th style="text-align:center" v-show="$parent.$parent.$parent.isShow"><nobr>{{row.flowmeterTemperatureState}}</nobr></th>
184
- <th style="text-align:center" v-show="$parent.$parent.$parent.isShow"><nobr>{{row.flowmeterPressureState}}</nobr></th>
179
+ <th style="text-align:center" v-show="$parent.$parent.$parent.isShow"><nobr>{{row.standardconditiontotal}}</nobr></th>
180
+ <th style="text-align:center" v-show="$parent.$parent.$parent.isShow"><nobr>{{row.operatingmodetotalforday}}</nobr></th>
181
+ <th style="text-align:center" v-show="$parent.$parent.$parent.isShow"><nobr>{{row.standardconditionflow}}</nobr></th>
182
+ <th style="text-align:center" v-show="$parent.$parent.$parent.isShow"><nobr>{{row.operatingmodeflow}}</nobr></th>
183
+ <th style="text-align:center" v-show="$parent.$parent.$parent.isShow"><nobr>{{row.flowmetertemperaturestate}}</nobr></th>
184
+ <th style="text-align:center" v-show="$parent.$parent.$parent.isShow"><nobr>{{row.flowmeterpressurestate}}</nobr></th>
185
185
  <th style="text-align:center"><nobr>{{row.f_valvestate}}</nobr></th>
186
186
 
187
187
 
@@ -688,6 +688,10 @@ export default function (filiale) {
688
688
  Vue.component('apply-Hunum', (resolve) => {
689
689
  require(['./components/SellReport/applyHunum'], resolve)
690
690
  })
691
+ // 乌海区域商业报表
692
+ Vue.component('shangye-num', (resolve) => {
693
+ require(['./components/SellReport/shangyenum'], resolve)
694
+ })
691
695
  if (filiale) {
692
696
  let filialeComp = require(`./filiale/${filiale}/reportManage`).specialComp
693
697
  Vue.filialeInfo = Vue.prototype.$filialeInfo = filiale