manage-client 3.2.186 → 3.2.188
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/package.json
CHANGED
|
@@ -245,7 +245,7 @@ export default{
|
|
|
245
245
|
cardhandplanConfig: {
|
|
246
246
|
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '地址', 'f_meternumber': '表号',
|
|
247
247
|
'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_real_amount': '用气量', 'f_result_state': '抄表结果状态', 'f_card_total_gas': '总购气量',
|
|
248
|
-
'f_yuliang': '余量', 'f_inputtor': '抄表员', '
|
|
248
|
+
'f_yuliang': '余量', 'f_inputtor': '抄表员', 'f_hand_date': '录入日期',
|
|
249
249
|
'f_meter_state': '抄表状态', 'f_operator': '操作员', 'f_depname': '部门'
|
|
250
250
|
},
|
|
251
251
|
handplanConfig: {
|
|
@@ -13,7 +13,7 @@ let MagGetSaleParam = {
|
|
|
13
13
|
async initinputtor(){
|
|
14
14
|
let res = await Vue.resetpost('rs/sql/getAlluserRes', {data:{
|
|
15
15
|
condition:" 1=1"
|
|
16
|
-
}}, {resolveMsg: null, rejectMsg: '获取用户出错!!!'})
|
|
16
|
+
}}, {newly:true, resolveMsg: null, rejectMsg: '获取用户出错!!!'})
|
|
17
17
|
if(res.data){
|
|
18
18
|
MagGetSaleParam.inputtors = res.data;
|
|
19
19
|
}
|
|
@@ -26,7 +26,7 @@ let MagGetSaleParam = {
|
|
|
26
26
|
}
|
|
27
27
|
let res = await Vue.resetpost('rs/sql/manage_singleTable', {data:{
|
|
28
28
|
items: 'f_small_area', tablename: 't_user_address', orderitem: 'f_small_area DESC',condition:condition
|
|
29
|
-
}}, {resolveMsg: null, rejectMsg: '获取区域出错!!!'})
|
|
29
|
+
}}, {newly:true,resolveMsg: null, rejectMsg: '获取区域出错!!!'})
|
|
30
30
|
if(res.data){
|
|
31
31
|
res.data.forEach((item) => {
|
|
32
32
|
var param={
|