|
@@ -150,10 +150,10 @@ namespace UAS_MES_NEW.Make
|
|
|
// return;
|
|
// return;
|
|
|
//}
|
|
//}
|
|
|
//界面赋值
|
|
//界面赋值
|
|
|
- formValue = (DataTable)dh.ExecuteSql("select ms_makecode,pr_code,pr_detail from makeserial left join product on MS_PRODCODE=pr_code where ms_id='" + ms_id + "'", "select");
|
|
|
|
|
|
|
+ formValue = (DataTable)dh.ExecuteSql("select ms_sncode,ms_makecode,pr_code,pr_detail from makeserial left join product on MS_PRODCODE=pr_code where ms_id='" + ms_id + "'", "select");
|
|
|
BaseUtil.SetFormValue(this.Controls, formValue);
|
|
BaseUtil.SetFormValue(this.Controls, formValue);
|
|
|
//无值,可补打
|
|
//无值,可补打
|
|
|
- inputValue.Text = inputText.Text;
|
|
|
|
|
|
|
+ inputValue.Text = formValue.Rows[0]["ms_sncode"].ToString();
|
|
|
inputText.Text = "";
|
|
inputText.Text = "";
|
|
|
}
|
|
}
|
|
|
//打印类型为卡通箱
|
|
//打印类型为卡通箱
|