|
|
@ -1413,7 +1413,7 @@ namespace AMESCoreStudio.Web.Controllers |
|
|
|
/// <param name="wipShcDate">預計開工日</param>
|
|
|
|
/// <returns>RuleStation </returns>
|
|
|
|
[HttpPost] |
|
|
|
public async Task<JsonResult> GetBarcodeOther(string itemNo, string lotNo, int num, string wipNo , DateTime wipShcDate) |
|
|
|
public async Task<JsonResult> GetBarcodeOther(string itemNo, string lotNo, int num, string wipNo , string wipShcDate) |
|
|
|
{ |
|
|
|
var result = await _pcsApi.GetSerialRuleByQurey(itemNo, lotNo.Trim().ToUpper(), num, wipShcDate); |
|
|
|
string StartNO = ""; |
|
|
|