|
|
@@ -235,7 +235,7 @@ public class Serviceform extends Controller {
|
|
|
remote.setValue("FAGENTNUM",fagentnum,11l);
|
|
|
customer.save();
|
|
|
}
|
|
|
- serviceformPao.setValue("fstatus","待处理",11l);
|
|
|
+ serviceformPao.setValue("fstatus","进行中",11l);
|
|
|
workorder_team.save();
|
|
|
workorder.save();
|
|
|
serviceform.save();
|
|
|
@@ -385,9 +385,6 @@ public class Serviceform extends Controller {
|
|
|
Row row=new Row();
|
|
|
row.put("label","全部");
|
|
|
row.put("value","");
|
|
|
- Row row2=new Row();
|
|
|
- row2.put("label","待指派");
|
|
|
- row2.put("value","待指派");
|
|
|
Row row3=new Row();
|
|
|
row3.put("label","待处理");
|
|
|
row3.put("value","待处理");
|
|
|
@@ -398,7 +395,6 @@ public class Serviceform extends Controller {
|
|
|
row5.put("label","已完成");
|
|
|
row5.put("value","已完成");
|
|
|
rows.add(row);
|
|
|
- rows.add(row2);
|
|
|
rows.add(row3);
|
|
|
rows.add(row4);
|
|
|
rows.add(row5);
|