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