|
@ -19,12 +19,10 @@
|
|
|
statusInfo = {
|
|
|
//变量
|
|
|
$form: $("#div_status_info_form"),
|
|
|
/*$recipe_status_code: $("#inp_recipe_status_code"),
|
|
|
$recipe_status_name: $("#inp_recipe_status_name"),
|
|
|
$charge_status_code: $("#inp_charge_status_code"),
|
|
|
$charge_status_name: $("#inp_charge_status_name"),*/
|
|
|
|
|
|
init: function () {
|
|
|
this.$form.attrScan();
|
|
|
$("#inp_recipe_no").ligerTextBox({width: 240});
|
|
|
$("#inp_recipe_status_code").ligerTextBox({width: 240});
|
|
|
$("#inp_recipe_status_name").ligerTextBox({width: 240});
|
|
|
$("#inp_charge_status_code").ligerTextBox({width: 240});
|
|
@ -44,6 +42,7 @@
|
|
|
var data = result.data;
|
|
|
//填值
|
|
|
statusInfo.$form.Fields.fillValues({
|
|
|
recipe_no: data.RECIPE_NO,
|
|
|
recipe_status_code: data.RECIPE_STATUS_CODE,
|
|
|
recipe_status_name: data.RECIPE_STATUS_NAME,
|
|
|
charge_status_code: data.CHARGE_STATUS_CODE,
|