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