如何取得 "流程" 的狀態來做判定?
在JS中透過 DataForm來取得FlowFalg欄位值:
var get = $('#dfMaster_FlowFlag').val().substring(0,1);
alert(get);