Commit 54611e043e8ea3e79facd4b3e4a22704e656d03f

Authored by abson
1 parent 45f89adc

营业员

Showing 1 changed file with 2 additions and 1 deletions
pages/user/plus/plus.js
@@ -291,7 +291,7 @@ Page({ @@ -291,7 +291,7 @@ Page({
291 // req_data.staffNo = StaffNo; 291 // req_data.staffNo = StaffNo;
292 // req.serviceman = StaffNo; 292 // req.serviceman = StaffNo;
293 // }; 293 // };
294 - 294 +
295 this.setData({ 295 this.setData({
296 is_select: 1, 296 is_select: 1,
297 staffNo_arr:[], 297 staffNo_arr:[],
@@ -416,6 +416,7 @@ Page({ @@ -416,6 +416,7 @@ Page({
416 OpeningClose: function () { 416 OpeningClose: function () {
417 this.setData({ 417 this.setData({
418 open_yq: 0, 418 open_yq: 0,
  419 + inp_serviceman:""
419 }); 420 });
420 }, 421 },
421 dialog_close() { 422 dialog_close() {