manage-client 4.0.85 → 4.0.86
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.
- package/build/dev-server.js +6 -17
- package/package.json +1 -1
- package/src/components/sale/businessquery/HandplanQuery.vue +1 -1
- package/src/filiale/haile/sale/businessquery/HandplanQuery.vue +1425 -0
- package/src/filiale/haile/sale.js +2 -0
- package/src/filiale/jingyang/config/exportConfig.js +0 -1
- package/src/filiale/jingyang/usergas.vue +0 -4
- package/src/filiale/lixianV3/RecordInfoQuery.vue +4 -0
- package/src/filiale/lixianV3/config/exportConfig.js +2 -1
- package/src/main.js +2 -2
- package/.gradle/6.1.1/fileContent/fileContent.lock +0 -0
- package/.gradle/file-system.probe +0 -0
|
@@ -4,4 +4,6 @@ import Vue from 'vue'
|
|
|
4
4
|
export default function () {
|
|
5
5
|
// 收费查询
|
|
6
6
|
Vue.component('charge-query', (resolve) => { require(['./sale/businessquery/ChargeQuery'], resolve) })
|
|
7
|
+
// 机表抄表查询
|
|
8
|
+
Vue.component('handplan-query', (resolve) => { require(['./sale/businessquery/HandplanQuery'], resolve) })
|
|
7
9
|
}
|
|
@@ -91,7 +91,6 @@
|
|
|
91
91
|
<th><nobr>用户地址</nobr></th>
|
|
92
92
|
<th><nobr>身份证号</nobr></th>
|
|
93
93
|
<th><nobr>用户名称</nobr></th>
|
|
94
|
-
<th><nobr>气价名称</nobr></th>
|
|
95
94
|
<th><nobr>售气量</nobr></th>
|
|
96
95
|
<th><nobr>金额</nobr></th>
|
|
97
96
|
</tr>
|
|
@@ -112,9 +111,6 @@
|
|
|
112
111
|
<td style="text-align: center;">
|
|
113
112
|
<nobr>{{row.f_user_name}}</nobr>
|
|
114
113
|
</td>
|
|
115
|
-
<td style="text-align: center;">
|
|
116
|
-
<nobr>{{row.f_price_name}}</nobr>
|
|
117
|
-
</td>
|
|
118
114
|
<td style="text-align: center;">
|
|
119
115
|
<nobr>{{row.a}}</nobr>
|
|
120
116
|
</td>
|
|
@@ -737,6 +737,9 @@
|
|
|
737
737
|
<!--<nobr>换表时间</nobr>-->
|
|
738
738
|
<data-order field="f_maxdate" name="换表时间" :order.sync="$parent.$parent.$parent.orderFields.f_maxdate"></data-order>
|
|
739
739
|
</th>
|
|
740
|
+
<th>
|
|
741
|
+
<nobr>有无铅封</nobr>
|
|
742
|
+
</th>
|
|
740
743
|
<th>
|
|
741
744
|
<nobr>灶具信息</nobr>
|
|
742
745
|
</th>
|
|
@@ -874,6 +877,7 @@
|
|
|
874
877
|
</td>
|
|
875
878
|
<td style="text-align: center;"><nobr>{{row.f_alarm_code}}</nobr></td>
|
|
876
879
|
<td style="text-align: center;"><nobr>{{row.f_maxdate}}</nobr></td>
|
|
880
|
+
<td style="text-align: center;"><nobr>{{row.f_hasseal}}</nobr></td>
|
|
877
881
|
<td style="text-align: center;"><nobr>{{row.f_devices_type}}</nobr></td>
|
|
878
882
|
<td style="text-align: center;"><nobr>{{row.f_comments}}</nobr></td>
|
|
879
883
|
</template>
|
package/src/main.js
CHANGED
|
@@ -6,8 +6,8 @@ import { all } from 'vue-client'
|
|
|
6
6
|
import { system } from 'system-clients'
|
|
7
7
|
import { ldap } from 'ldap-clients'
|
|
8
8
|
import saleManage from './saleManage'
|
|
9
|
-
import ShanXianSaleManage from './filiale/
|
|
10
|
-
import ShanXianwebSaleManage from './filiale/
|
|
9
|
+
import ShanXianSaleManage from './filiale/yangchun/sale'
|
|
10
|
+
import ShanXianwebSaleManage from './filiale/yangchun/webmeterManage'
|
|
11
11
|
import webmeterManage from './webmeterManage'
|
|
12
12
|
import reportManage from './reportManage'
|
|
13
13
|
import newmanage from './newmanage'
|
|
Binary file
|
|
Binary file
|