|
@@ -358,6 +358,7 @@ public class hyworkorder extends PaoCust {
|
|
|
if (!paoSet1.isEmpty()) {
|
|
if (!paoSet1.isEmpty()) {
|
|
|
setValue("Acceptby", paoSet1.getPao(0).getString("FNAME"), 11l);
|
|
setValue("Acceptby", paoSet1.getPao(0).getString("FNAME"), 11l);
|
|
|
}
|
|
}
|
|
|
|
|
+ setValue("PROGRESS", 100, 11l);
|
|
|
setValue("fstatus", "ÒÑÍê³É", 11l);
|
|
setValue("fstatus", "ÒÑÍê³É", 11l);
|
|
|
// }
|
|
// }
|
|
|
}
|
|
}
|
|
@@ -464,6 +465,7 @@ public class hyworkorder extends PaoCust {
|
|
|
remote.setValue("phone", getString("fagentnum"), 11l);
|
|
remote.setValue("phone", getString("fagentnum"), 11l);
|
|
|
setValue("Acceptancedate", new Date(), 11l);
|
|
setValue("Acceptancedate", new Date(), 11l);
|
|
|
setValue("Acceptby", hrid, 11l);
|
|
setValue("Acceptby", hrid, 11l);
|
|
|
|
|
+ setValue("PROGRESS", 100, 11l);
|
|
|
setValue("fstatus", "ÒÑÍê³É", 11l);
|
|
setValue("fstatus", "ÒÑÍê³É", 11l);
|
|
|
}
|
|
}
|
|
|
|
|
|