Просмотр исходного кода

宁波工单完工时进度变为100

hu 4 лет назад
Родитель
Сommit
29314d777f
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/apps/workorder/workorder.java

+ 2 - 0
src/apps/workorder/workorder.java

@@ -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);
 	}