Explorar el Código

修改排产单编辑修改,排产类型可以修改

klzhangweiya hace 2 años
padre
commit
c999216390

+ 3 - 2
src_0nline/ShwasherSys/ShwasherSys.Web/Views/ProductionInfo/ProductionOrderMg.cshtml

@@ -234,7 +234,8 @@ new SelectListItem{Text = @"去料加工",Value = "2"},
                         return;
                     }
 
-                    $("#productionType").off("change.productionType");
+                    //$("#productionType").off("change.productionType");
+					$("#productionType").off("change.productionType").on("change.productionType", ChangeProductionType);
                     if (rows[0].productionOrderStatus === 2) {
                         $(".type2").css("display", "none");
                     } else {
@@ -271,7 +272,7 @@ new SelectListItem{Text = @"去料加工",Value = "2"},
                                 data: data,
                                 isValidate: isValidate,
                                 disabled:
-                                    "productionOrderNo,model,material,rigidity,surfaceColor,productionType,partNo,timeCreated"
+                                    "productionOrderNo,model,material,rigidity,surfaceColor,partNo,timeCreated"
                             });