Reference.cs 80 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace UAS_LabelMachine.Vivo_New_GetPlateID {
  11. using System.Data;
  12. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  13. [System.ServiceModel.ServiceContractAttribute(ConfigurationName="Vivo_New_GetPlateID.Service1Soap")]
  14. public interface Service1Soap {
  15. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getBackBillHistory", ReplyAction="*")]
  16. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  17. System.Data.DataTable getBackBillHistory(string bill_no, string org_code, string back_user, string check_user, string check_type, string shopfloor, string begin_time, string end_time, string puser, string ppwd);
  18. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/receiveBoxIdCheck", ReplyAction="*")]
  19. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  20. string receiveBoxIdCheck(string boxid, string puser, string ppwd);
  21. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/bindPalletIDCheck", ReplyAction="*")]
  22. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  23. string bindPalletIDCheck(string palletID, string vendor, string puser, string ppwd);
  24. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getBoxMessage", ReplyAction="*")]
  25. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  26. string getBoxMessage(string boxid, string pOper, string pOperPWD);
  27. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getReelListByBoxID_V3", ReplyAction="*")]
  28. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  29. string getReelListByBoxID_V3(string boxID, string pOper, string pOperPWD);
  30. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetMRNinfo_20190401", ReplyAction="*")]
  31. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  32. string GetMRNinfo_20190401(string mrn, string pOper, string pOperPWD);
  33. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetMRNinfo_ForXN", ReplyAction="*")]
  34. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  35. string GetMRNinfo_ForXN(string mrn, string pOper, string pOperPWD);
  36. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ReelAddToBoxCheck", ReplyAction="*")]
  37. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  38. string ReelAddToBoxCheck(string boxid, string compid, string pOper, string pOperPWD);
  39. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/BindReelToBox", ReplyAction="*")]
  40. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  41. string BindReelToBox(string boxid, string reels, string pOper, string pOperPWD);
  42. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/UnbindBox", ReplyAction="*")]
  43. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  44. string UnbindBox(string boxid, string pOper, string pOperPWD);
  45. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ReplaceReelInBox", ReplyAction="*")]
  46. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  47. string ReplaceReelInBox(string source_compid, string new_compid, string boxid, string pOper, string pOperPWD);
  48. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CancelBackBillHistory", ReplyAction="*")]
  49. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  50. string CancelBackBillHistory(string rowid, string newRemark, string pOper, string pOperPWD);
  51. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getBoxID_20190403", ReplyAction="*")]
  52. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  53. string getBoxID_20190403(string manufacturer, string compname, string amount, string ordercode, string remark, string pOper, string pOperPWD);
  54. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getPalletID_20190403", ReplyAction="*")]
  55. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  56. string getPalletID_20190403(string manufacturer, string compname, string amount, string remark, string pOper, string pOperPWD);
  57. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getDefaultOrderCode", ReplyAction="*")]
  58. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  59. string getDefaultOrderCode(string itemNumber, string vender, string pOper, string pOperPWD);
  60. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/needCheckOrderCode", ReplyAction="*")]
  61. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  62. string needCheckOrderCode(string vender, string pOper, string pOperPWD);
  63. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getSpecialBarcodeRuleVendor", ReplyAction="*")]
  64. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  65. string[] getSpecialBarcodeRuleVendor(string input_id);
  66. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/HelloWorld", ReplyAction="*")]
  67. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  68. string HelloWorld();
  69. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetLanguageInfo", ReplyAction="*")]
  70. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  71. string GetLanguageInfo(string pLangId, string pLangType);
  72. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetReelEntityCompID", ReplyAction="*")]
  73. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  74. UAS_LabelMachine.Vivo_New_GetPlateID.ReelEntity_V1[] GetReelEntityCompID(string pCompID, string pOper, string ctext);
  75. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/BindingAsnCarBoardBoxRelation", ReplyAction="*")]
  76. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  77. string BindingAsnCarBoardBoxRelation(string pASN, string pCarboardBoxID, string pTypeFlag, string pBindingBy, string pRemark, string pLangType, string puser, string ppwd);
  78. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/BindingCarBoardBoxRelation", ReplyAction="*")]
  79. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  80. string BindingCarBoardBoxRelation(string pCarboardID, string pBoxID, string pBindingBy, string pRemark, string pLangType, string puser, string ppwd);
  81. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getBoxEntityBoxID", ReplyAction="*")]
  82. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  83. UAS_LabelMachine.Vivo_New_GetPlateID.BoxEntity[] getBoxEntityBoxID(string boxID, string pOper, string pOperPWD);
  84. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/LoginCheck", ReplyAction="*")]
  85. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  86. string LoginCheck(string pUserName, string pPassword, string pLangType);
  87. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/login_20190117", ReplyAction="*")]
  88. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  89. System.Data.DataTable login_20190117(string username, string pOper, string pOperPWD);
  90. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/login_20190329", ReplyAction="*")]
  91. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  92. System.Data.DataTable login_20190329(string pOper, string pOperPWD);
  93. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getCompID_V1", ReplyAction="*")]
  94. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  95. string getCompID_V1(string createcode, string boxid, string compname, string manufacturer, string lotno, string datecode, string brand, int amount, string ordercode, string createuser, string remark, string status, string pOper, string pOperPWD);
  96. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getCompID_NotLN", ReplyAction="*")]
  97. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  98. string getCompID_NotLN(string createcode, string boxid, string compname, string manufacturer, string brand, int amount, string createuser, string remark, string status, string pOper, string pOperPWD);
  99. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getCompID_20190403", ReplyAction="*")]
  100. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  101. string getCompID_20190403(string boxid, string compname, string manufacturer, string brand, double amount, string remark, string innerlotno, string ln, string dc, string pOper, string pOperPWD);
  102. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getCompID_20190523", ReplyAction="*")]
  103. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  104. string getCompID_20190523(string boxid, string compname, string manufacturer, string brand, double amount, string remark, string innerlotno, string ln, string dc, string effectDate, string pOper, string pOperPWD);
  105. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getCompID_Type1_20190524", ReplyAction="*")]
  106. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  107. string getCompID_Type1_20190524(string boxid, string compname, string manufacturer, string brand, double amount, string remark, string innerlotno, string ln, string dc, string effectDate, string pOper, string pOperPWD);
  108. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getCompID_Type2_20190524", ReplyAction="*")]
  109. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  110. string getCompID_Type2_20190524(string boxid, string compname, string manufacturer, string brand, double amount, string remark, string innerlotno, string ln, string dc, string effectDate, string pOper, string pOperPWD);
  111. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getZPCompID_20190403", ReplyAction="*")]
  112. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  113. string getZPCompID_20190403(string boxid, string compname, string manufacturer, string lotno, string datecode, string brand, double amount, string ordercode, string remark, string pOper, string pOperPWD);
  114. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getZPCompID_withInnerLN", ReplyAction="*")]
  115. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  116. string getZPCompID_withInnerLN(string createcode, string innerLN, string compname, string manufacturer, string lotno, string datecode, string brand, double amount, string ordercode, string createuser, string remark, string status, string pOper, string pOperPWD);
  117. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/insertBoxReelRelation", ReplyAction="*")]
  118. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  119. string insertBoxReelRelation(string createcode, string manufacturer, string boxID, string compid, string remark, string pOper, string pOperPWD);
  120. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getReelListByBoxID", ReplyAction="*")]
  121. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  122. UAS_LabelMachine.Vivo_New_GetPlateID.ReelEntity[] getReelListByBoxID(string queryCode, string boxID, string pOper, string pOperPWD);
  123. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getReelListByBoxID_V1", ReplyAction="*")]
  124. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  125. UAS_LabelMachine.Vivo_New_GetPlateID.ReelEntity_V1[] getReelListByBoxID_V1(string queryCode, string boxID, string pOper, string pOperPWD);
  126. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getReelListByBoxID_V2", ReplyAction="*")]
  127. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  128. System.Data.DataTable getReelListByBoxID_V2(string queryCode, string boxID, string venderName, string ctext, ref string msg, string pOper, string pOperPWD);
  129. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/checkBoxCarboardCompname", ReplyAction="*")]
  130. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  131. string checkBoxCarboardCompname(string boxid, string carboardid, string puser, string ppwd);
  132. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/isSpecialItem", ReplyAction="*")]
  133. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  134. string isSpecialItem(string item);
  135. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IsExistCompID", ReplyAction="*")]
  136. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  137. int IsExistCompID(string pCompID, string pVender);
  138. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/isExistCompIdBoxId", ReplyAction="*")]
  139. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  140. int isExistCompIdBoxId(string boxID, string compID);
  141. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetBoxListbyCardBordID", ReplyAction="*")]
  142. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  143. System.Data.DataTable GetBoxListbyCardBordID(string cardBoardID, string vendor, string ctext, string pOper, string pOperPWD);
  144. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IsExistCardBoardBoxReleation", ReplyAction="*")]
  145. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  146. int IsExistCardBoardBoxReleation(string cardBoardID, string boxID);
  147. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetItemListByASN", ReplyAction="*")]
  148. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  149. System.Data.DataTable GetItemListByASN(string asn, string vendor, string ctext, string pOper, string pOperPWD);
  150. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/RemoveBoxReelRelation", ReplyAction="*")]
  151. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  152. string RemoveBoxReelRelation(string boxID, string ReelID, string pOper, string pOperPWD);
  153. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/RemoveCardboardBoxRelation", ReplyAction="*")]
  154. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  155. string RemoveCardboardBoxRelation(string CardBoardBoxID, string BoxID, string pOper, string pOperPWD);
  156. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IsExitASNItem", ReplyAction="*")]
  157. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  158. int IsExitASNItem(string asn, string palletID, int flag, string item);
  159. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/InsertAsnItem", ReplyAction="*")]
  160. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  161. int InsertAsnItem(string[] list, ref string msg, string pOper, string pOperPWD);
  162. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetAsnItemList", ReplyAction="*")]
  163. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  164. System.Data.DataTable GetAsnItemList(string asn, string boxID, string vendor, string ctext, string pOper, string pOperPWD);
  165. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/UnBindASN", ReplyAction="*")]
  166. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  167. int UnBindASN(string asn, string boxID, string UserID, ref string msg, string pOper, string pOperPWD);
  168. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SubmitASN", ReplyAction="*")]
  169. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  170. int SubmitASN(string asn, ref string msg, string pOper, string pOperPWD);
  171. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetBindInfoByASN", ReplyAction="*")]
  172. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  173. System.Data.DataTable GetBindInfoByASN(string asn, string vendor, string ctext, string pOper, string pOperPWD);
  174. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/AsnIsBindBoxID", ReplyAction="*")]
  175. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  176. int AsnIsBindBoxID(string asn);
  177. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetAsnIsBinded", ReplyAction="*")]
  178. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  179. int GetAsnIsBinded(string asn);
  180. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetMrnQtyByPalletID_20190329", ReplyAction="*")]
  181. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  182. int GetMrnQtyByPalletID_20190329(string palletID, string vendor, string pOper, string pOperPWD);
  183. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetMrnQtyByBoxID_20190329", ReplyAction="*")]
  184. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  185. int GetMrnQtyByBoxID_20190329(string boxID, string vendor, string pOper, string pOperPWD);
  186. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetASN", ReplyAction="*")]
  187. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  188. int GetASN(string asn, string vender);
  189. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetSysVersion", ReplyAction="*")]
  190. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  191. string GetSysVersion();
  192. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetRolesByUserName_20190328", ReplyAction="*")]
  193. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  194. System.Data.DataTable GetRolesByUserName_20190328(string pOper, string pOperPWD);
  195. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetRolesByUserID_20190320", ReplyAction="*")]
  196. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  197. System.Data.DataTable GetRolesByUserID_20190320(int pUserID, string pOper, string pOperPWD);
  198. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetAllRoles", ReplyAction="*")]
  199. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  200. System.Data.DataTable GetAllRoles(string pOper, string pOperPWD);
  201. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetUserInfo", ReplyAction="*")]
  202. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  203. System.Data.DataTable GetUserInfo(int pNameID, string pOper, string pOperPWD);
  204. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/InitPassword", ReplyAction="*")]
  205. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  206. string InitPassword(int pUserID, string pPwd, string pOper, string pUserName, string CText, string pCurUser, string pCurPWD);
  207. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/DisableUser", ReplyAction="*")]
  208. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  209. string DisableUser(int pUserID, string pOper, string pOperPWD);
  210. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/EnableUser", ReplyAction="*")]
  211. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  212. string EnableUser(int pUserID, string pOper, string pOperPWD);
  213. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CreateUser_20190320", ReplyAction="*")]
  214. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  215. string CreateUser_20190320(string pUserName, string pPwd, string pDesc, string allowSelectVendor, string inLNRequired, string needReceiveConfirm, string pRoleList, string pOper, string pOperPWD, string CText);
  216. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ModifyUser_20190320", ReplyAction="*")]
  217. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  218. string ModifyUser_20190320(int pUserID, string pDesc, string allowSelectVendor, string inLNRequired, string needReceiveConfirm, string pRoleList, string pOper, string pCurUser, string pCurPWD, string CText);
  219. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ModifyPassword", ReplyAction="*")]
  220. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  221. string ModifyPassword(string pPwd, string pOper, string pOperPWD);
  222. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IsExistBookingCode_20190131", ReplyAction="*")]
  223. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  224. int IsExistBookingCode_20190131(string itemcode);
  225. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetBarCodeRule_20190122", ReplyAction="*")]
  226. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  227. System.Data.DataTable GetBarCodeRule_20190122(string BarCodeType, string vendor, string itemCode, string pOper, string pOperPWD);
  228. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetMRNinfo_20190329", ReplyAction="*")]
  229. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  230. System.Data.DataTable GetMRNinfo_20190329(string mrn, string pOper, string pOperPWD);
  231. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/isBanLot_20190122", ReplyAction="*")]
  232. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  233. int isBanLot_20190122(string vendor, string lotno, string item, string datecode, string reelid);
  234. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SaveMrn_20190403", ReplyAction="*")]
  235. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  236. string SaveMrn_20190403(string boxid, string mrn, string ln, string dc, string orderCode, string vmrn, string pOper, string pOperPWD);
  237. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/MrnIsCheck_20190308", ReplyAction="*")]
  238. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  239. int MrnIsCheck_20190308(string mrn);
  240. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ReelReceiveConfirm", ReplyAction="*")]
  241. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  242. string ReelReceiveConfirm(string mrn, string innerLN, string remark, string pOper, string pOperPWD);
  243. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ReelReceiveConfirmByBox", ReplyAction="*")]
  244. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  245. string ReelReceiveConfirmByBox(string boxid, string innerLN, string remark, string pOper, string pOperPWD);
  246. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CheckBoxID", ReplyAction="*")]
  247. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  248. int CheckBoxID(string boxid, string vendor);
  249. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CheckBoxID_20190318", ReplyAction="*")]
  250. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  251. int CheckBoxID_20190318(string boxid, string vendor, string compname);
  252. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IsExistBoxID", ReplyAction="*")]
  253. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  254. int IsExistBoxID(string boxID, string vendorID);
  255. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/bindBoxidCheck", ReplyAction="*")]
  256. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  257. string bindBoxidCheck(string boxID, string vendorID, string pOper, string pOperPWD);
  258. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetBoxIDByPalletID", ReplyAction="*")]
  259. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  260. System.Data.DataTable GetBoxIDByPalletID(string palletID, string vendor, string pOper, string pOperPWD);
  261. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetReelsByBoxid", ReplyAction="*")]
  262. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  263. System.Data.DataTable GetReelsByBoxid(string boxid, string vendor, string pOper, string pOperPWD);
  264. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetReelsByBoxid_20190604", ReplyAction="*")]
  265. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  266. string GetReelsByBoxid_20190604(string boxid, string vendor, string pOper, string pOperPWD);
  267. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetRules", ReplyAction="*")]
  268. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  269. System.Data.DataTable GetRules(string vendor, string item, string pOper, string pOperPWD);
  270. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/BoxIsBindOtherAsn", ReplyAction="*")]
  271. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  272. int BoxIsBindOtherAsn(string boxID);
  273. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetOperationHistory_20190128", ReplyAction="*")]
  274. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  275. System.Data.DataTable GetOperationHistory_20190128(string VendorCode, string Createcode, string DocumentMaker, string compid, string CartonNumber, string ProductCycle, string ItemNumber, string Batch, string Operator, string startDate, string endDate, string pOper, string pOperPWD);
  276. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetOperationHistory_20190511", ReplyAction="*")]
  277. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  278. System.Data.DataTable GetOperationHistory_20190511(
  279. string VendorCode,
  280. string Createcode,
  281. string DocumentMaker,
  282. string compid,
  283. string CartonNumber,
  284. string ProductCycle,
  285. string ItemNumber,
  286. string Batch,
  287. string Operator,
  288. string startDate,
  289. string endDate,
  290. string startBindDate,
  291. string endBindDate,
  292. string bindStatus,
  293. string pOper,
  294. string pOperPWD);
  295. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetItemDesc_20190131", ReplyAction="*")]
  296. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  297. string GetItemDesc_20190131(string Itemnum, string pOper, string pOperPWD);
  298. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetVenderPalletInfo", ReplyAction="*")]
  299. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  300. System.Data.DataTable GetVenderPalletInfo(string palletID, string pOper, string pOperPWD);
  301. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CompIdIsBound", ReplyAction="*")]
  302. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  303. int CompIdIsBound(string compID);
  304. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/checkCompname", ReplyAction="*")]
  305. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  306. string checkCompname(string compID, string boxid);
  307. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetRemainBoxIDQty", ReplyAction="*")]
  308. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  309. int GetRemainBoxIDQty(string boxID);
  310. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/handleBarcodeRule", ReplyAction="*")]
  311. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  312. string handleBarcodeRule(string mt_type, string prowid, string pvendor, string pitem, string pbarcodetype, string pruletype, string pdelimiter, string pqmode, string plnmode, string pdcmode, string pocmode, string pvmrnmode, string pOper, string pOperPWD);
  313. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetSpecialItems", ReplyAction="*")]
  314. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  315. System.Data.DataTable GetSpecialItems(string item, string pOper, string pOperPWD);
  316. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/handleSpecialItem", ReplyAction="*")]
  317. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  318. string handleSpecialItem(string mt_type, string prowid, string pitem, string pOper, string pOperPWD);
  319. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetVendorsWithoutOrdecode", ReplyAction="*")]
  320. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  321. System.Data.DataTable GetVendorsWithoutOrdecode(string vendor, string pOper, string pOperPWD);
  322. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/handleVendorsWithoutOrdecode", ReplyAction="*")]
  323. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  324. string handleVendorsWithoutOrdecode(string prowid, string mt_type, string vendor, string pOper, string pOperPWD);
  325. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetMnfpartList", ReplyAction="*")]
  326. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  327. System.Data.DataTable GetMnfpartList(string item, string vendor, string mnfpart, string pOper, string pOperPWD);
  328. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/handleMnfpartList", ReplyAction="*")]
  329. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  330. string handleMnfpartList(string mt_type, string prowid, string pitem, string pvendor, string pmnfpart, string pOper, string pOperPWD);
  331. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetOrdercode_20190330", ReplyAction="*")]
  332. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  333. System.Data.DataTable GetOrdercode_20190330(string itmeCode, string vendor, string pOper, string pOperPWD);
  334. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetSYItemList", ReplyAction="*")]
  335. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  336. System.Data.DataTable GetSYItemList(string item, string desc, string vendor, string pOper, string pOperPWD);
  337. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/AddSCItem", ReplyAction="*")]
  338. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  339. string AddSCItem(string pvendor, string pdesc, string pOper, string oper_pwd);
  340. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetMRNList", ReplyAction="*")]
  341. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  342. System.Data.DataTable GetMRNList(string vendor, string item, string lotno, string datecode, string mrn, string innerln, string querybytime, string time_begin, string time_end, string user, string ctext, string pOper, string pOperPWD);
  343. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetMRNList_20190308", ReplyAction="*")]
  344. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  345. System.Data.DataTable GetMRNList_20190308(string vendor, string item, string lotno, string datecode, string mrn, string innerln, string querybytime, string time_begin, string time_end, string user, string ctext, string mrntype, string syncstatus, string pOper, string pOperPWD);
  346. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetMRNList_20190315", ReplyAction="*")]
  347. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  348. System.Data.DataTable GetMRNList_20190315(
  349. string vendor,
  350. string item,
  351. string lotno,
  352. string datecode,
  353. string mrn,
  354. string innerln,
  355. string querybytime,
  356. string time_begin,
  357. string time_end,
  358. string user,
  359. string ctext,
  360. string mrntype,
  361. string syncstatus,
  362. string boxid,
  363. string pOper,
  364. string pOperPWD);
  365. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetVersions", ReplyAction="*")]
  366. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  367. System.Data.DataTable GetVersions(string client_name);
  368. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetSMTArea", ReplyAction="*")]
  369. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  370. System.Data.DataTable GetSMTArea(string pOper, string pOperPWD);
  371. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetAreaUserList", ReplyAction="*")]
  372. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  373. System.Data.DataTable GetAreaUserList(string pOper, string pOperPWD, string area_code);
  374. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/OperSyncUserList", ReplyAction="*")]
  375. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  376. string OperSyncUserList(string pOper, string pOperPWD, string area_code, string user_id, string oper_type);
  377. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getCheckType", ReplyAction="*")]
  378. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  379. System.Data.DataTable getCheckType(string pOper, string pOperPWD);
  380. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getOrgCode", ReplyAction="*")]
  381. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  382. System.Data.DataTable getOrgCode(string pOper, string pOperPWD);
  383. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/checkBackBillInERP", ReplyAction="*")]
  384. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  385. System.Data.DataTable checkBackBillInERP(string bill_no, string org_code, string puser, string ppwd);
  386. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/checkBackBillInERP_20190426", ReplyAction="*")]
  387. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  388. System.Data.DataTable checkBackBillInERP_20190426(string bill_no, string org_code, string puser, string ppwd);
  389. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/checkBackBillHistory_20190403", ReplyAction="*")]
  390. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  391. System.Data.DataTable checkBackBillHistory_20190403(string bill_no, string org_code, string puser, string ppwd);
  392. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getWHShopfloorList", ReplyAction="*")]
  393. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  394. System.Data.DataTable getWHShopfloorList(string puser, string ppwd);
  395. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/saveWHCheck", ReplyAction="*")]
  396. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  397. string saveWHCheck(string puser, string ppwd, string org_code, string bill_no, string erp_check, string his_check, string back_user, string check_user, string check_type, string shopfloor, string remark);
  398. }
  399. /// <remarks/>
  400. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
  401. [System.SerializableAttribute()]
  402. [System.Diagnostics.DebuggerStepThroughAttribute()]
  403. [System.ComponentModel.DesignerCategoryAttribute("code")]
  404. [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
  405. public partial class ReelEntity_V1 : object, System.ComponentModel.INotifyPropertyChanged {
  406. private string boxidField;
  407. private string compidField;
  408. private string compnameField;
  409. private string manufacturerField;
  410. private string lotnoField;
  411. private string datecodeField;
  412. private string amountField;
  413. private string ordercodeField;
  414. private string innerlotField;
  415. private string statusField;
  416. private string brandField;
  417. /// <remarks/>
  418. [System.Xml.Serialization.XmlElementAttribute(Order=0)]
  419. public string Boxid {
  420. get {
  421. return this.boxidField;
  422. }
  423. set {
  424. this.boxidField = value;
  425. this.RaisePropertyChanged("Boxid");
  426. }
  427. }
  428. /// <remarks/>
  429. [System.Xml.Serialization.XmlElementAttribute(Order=1)]
  430. public string Compid {
  431. get {
  432. return this.compidField;
  433. }
  434. set {
  435. this.compidField = value;
  436. this.RaisePropertyChanged("Compid");
  437. }
  438. }
  439. /// <remarks/>
  440. [System.Xml.Serialization.XmlElementAttribute(Order=2)]
  441. public string Compname {
  442. get {
  443. return this.compnameField;
  444. }
  445. set {
  446. this.compnameField = value;
  447. this.RaisePropertyChanged("Compname");
  448. }
  449. }
  450. /// <remarks/>
  451. [System.Xml.Serialization.XmlElementAttribute(Order=3)]
  452. public string Manufacturer {
  453. get {
  454. return this.manufacturerField;
  455. }
  456. set {
  457. this.manufacturerField = value;
  458. this.RaisePropertyChanged("Manufacturer");
  459. }
  460. }
  461. /// <remarks/>
  462. [System.Xml.Serialization.XmlElementAttribute(Order=4)]
  463. public string Lotno {
  464. get {
  465. return this.lotnoField;
  466. }
  467. set {
  468. this.lotnoField = value;
  469. this.RaisePropertyChanged("Lotno");
  470. }
  471. }
  472. /// <remarks/>
  473. [System.Xml.Serialization.XmlElementAttribute(Order=5)]
  474. public string Datecode {
  475. get {
  476. return this.datecodeField;
  477. }
  478. set {
  479. this.datecodeField = value;
  480. this.RaisePropertyChanged("Datecode");
  481. }
  482. }
  483. /// <remarks/>
  484. [System.Xml.Serialization.XmlElementAttribute(Order=6)]
  485. public string Amount {
  486. get {
  487. return this.amountField;
  488. }
  489. set {
  490. this.amountField = value;
  491. this.RaisePropertyChanged("Amount");
  492. }
  493. }
  494. /// <remarks/>
  495. [System.Xml.Serialization.XmlElementAttribute(Order=7)]
  496. public string Ordercode {
  497. get {
  498. return this.ordercodeField;
  499. }
  500. set {
  501. this.ordercodeField = value;
  502. this.RaisePropertyChanged("Ordercode");
  503. }
  504. }
  505. /// <remarks/>
  506. [System.Xml.Serialization.XmlElementAttribute(Order=8)]
  507. public string Innerlot {
  508. get {
  509. return this.innerlotField;
  510. }
  511. set {
  512. this.innerlotField = value;
  513. this.RaisePropertyChanged("Innerlot");
  514. }
  515. }
  516. /// <remarks/>
  517. [System.Xml.Serialization.XmlElementAttribute(Order=9)]
  518. public string Status {
  519. get {
  520. return this.statusField;
  521. }
  522. set {
  523. this.statusField = value;
  524. this.RaisePropertyChanged("Status");
  525. }
  526. }
  527. /// <remarks/>
  528. [System.Xml.Serialization.XmlElementAttribute(Order=10)]
  529. public string Brand {
  530. get {
  531. return this.brandField;
  532. }
  533. set {
  534. this.brandField = value;
  535. this.RaisePropertyChanged("Brand");
  536. }
  537. }
  538. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  539. protected void RaisePropertyChanged(string propertyName) {
  540. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  541. if ((propertyChanged != null)) {
  542. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  543. }
  544. }
  545. }
  546. /// <remarks/>
  547. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
  548. [System.SerializableAttribute()]
  549. [System.Diagnostics.DebuggerStepThroughAttribute()]
  550. [System.ComponentModel.DesignerCategoryAttribute("code")]
  551. [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
  552. public partial class ReelEntity : object, System.ComponentModel.INotifyPropertyChanged {
  553. private string boxidField;
  554. private string compidField;
  555. private string compnameField;
  556. private string manufacturerField;
  557. private string lotnoField;
  558. private string datecodeField;
  559. private string amountField;
  560. private string ordercodeField;
  561. private string statusField;
  562. private string brandField;
  563. /// <remarks/>
  564. [System.Xml.Serialization.XmlElementAttribute(Order=0)]
  565. public string Boxid {
  566. get {
  567. return this.boxidField;
  568. }
  569. set {
  570. this.boxidField = value;
  571. this.RaisePropertyChanged("Boxid");
  572. }
  573. }
  574. /// <remarks/>
  575. [System.Xml.Serialization.XmlElementAttribute(Order=1)]
  576. public string Compid {
  577. get {
  578. return this.compidField;
  579. }
  580. set {
  581. this.compidField = value;
  582. this.RaisePropertyChanged("Compid");
  583. }
  584. }
  585. /// <remarks/>
  586. [System.Xml.Serialization.XmlElementAttribute(Order=2)]
  587. public string Compname {
  588. get {
  589. return this.compnameField;
  590. }
  591. set {
  592. this.compnameField = value;
  593. this.RaisePropertyChanged("Compname");
  594. }
  595. }
  596. /// <remarks/>
  597. [System.Xml.Serialization.XmlElementAttribute(Order=3)]
  598. public string Manufacturer {
  599. get {
  600. return this.manufacturerField;
  601. }
  602. set {
  603. this.manufacturerField = value;
  604. this.RaisePropertyChanged("Manufacturer");
  605. }
  606. }
  607. /// <remarks/>
  608. [System.Xml.Serialization.XmlElementAttribute(Order=4)]
  609. public string Lotno {
  610. get {
  611. return this.lotnoField;
  612. }
  613. set {
  614. this.lotnoField = value;
  615. this.RaisePropertyChanged("Lotno");
  616. }
  617. }
  618. /// <remarks/>
  619. [System.Xml.Serialization.XmlElementAttribute(Order=5)]
  620. public string Datecode {
  621. get {
  622. return this.datecodeField;
  623. }
  624. set {
  625. this.datecodeField = value;
  626. this.RaisePropertyChanged("Datecode");
  627. }
  628. }
  629. /// <remarks/>
  630. [System.Xml.Serialization.XmlElementAttribute(Order=6)]
  631. public string Amount {
  632. get {
  633. return this.amountField;
  634. }
  635. set {
  636. this.amountField = value;
  637. this.RaisePropertyChanged("Amount");
  638. }
  639. }
  640. /// <remarks/>
  641. [System.Xml.Serialization.XmlElementAttribute(Order=7)]
  642. public string Ordercode {
  643. get {
  644. return this.ordercodeField;
  645. }
  646. set {
  647. this.ordercodeField = value;
  648. this.RaisePropertyChanged("Ordercode");
  649. }
  650. }
  651. /// <remarks/>
  652. [System.Xml.Serialization.XmlElementAttribute(Order=8)]
  653. public string Status {
  654. get {
  655. return this.statusField;
  656. }
  657. set {
  658. this.statusField = value;
  659. this.RaisePropertyChanged("Status");
  660. }
  661. }
  662. /// <remarks/>
  663. [System.Xml.Serialization.XmlElementAttribute(Order=9)]
  664. public string Brand {
  665. get {
  666. return this.brandField;
  667. }
  668. set {
  669. this.brandField = value;
  670. this.RaisePropertyChanged("Brand");
  671. }
  672. }
  673. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  674. protected void RaisePropertyChanged(string propertyName) {
  675. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  676. if ((propertyChanged != null)) {
  677. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  678. }
  679. }
  680. }
  681. /// <remarks/>
  682. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
  683. [System.SerializableAttribute()]
  684. [System.Diagnostics.DebuggerStepThroughAttribute()]
  685. [System.ComponentModel.DesignerCategoryAttribute("code")]
  686. [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
  687. public partial class BoxEntity : object, System.ComponentModel.INotifyPropertyChanged {
  688. private string boxIDField;
  689. private string compIDField;
  690. private string compNameField;
  691. private string amountField;
  692. /// <remarks/>
  693. [System.Xml.Serialization.XmlElementAttribute(Order=0)]
  694. public string BoxID {
  695. get {
  696. return this.boxIDField;
  697. }
  698. set {
  699. this.boxIDField = value;
  700. this.RaisePropertyChanged("BoxID");
  701. }
  702. }
  703. /// <remarks/>
  704. [System.Xml.Serialization.XmlElementAttribute(Order=1)]
  705. public string CompID {
  706. get {
  707. return this.compIDField;
  708. }
  709. set {
  710. this.compIDField = value;
  711. this.RaisePropertyChanged("CompID");
  712. }
  713. }
  714. /// <remarks/>
  715. [System.Xml.Serialization.XmlElementAttribute(Order=2)]
  716. public string CompName {
  717. get {
  718. return this.compNameField;
  719. }
  720. set {
  721. this.compNameField = value;
  722. this.RaisePropertyChanged("CompName");
  723. }
  724. }
  725. /// <remarks/>
  726. [System.Xml.Serialization.XmlElementAttribute(Order=3)]
  727. public string Amount {
  728. get {
  729. return this.amountField;
  730. }
  731. set {
  732. this.amountField = value;
  733. this.RaisePropertyChanged("Amount");
  734. }
  735. }
  736. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  737. protected void RaisePropertyChanged(string propertyName) {
  738. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  739. if ((propertyChanged != null)) {
  740. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  741. }
  742. }
  743. }
  744. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  745. public interface Service1SoapChannel : UAS_LabelMachine.Vivo_New_GetPlateID.Service1Soap, System.ServiceModel.IClientChannel {
  746. }
  747. [System.Diagnostics.DebuggerStepThroughAttribute()]
  748. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  749. public partial class Service1SoapClient : System.ServiceModel.ClientBase<UAS_LabelMachine.Vivo_New_GetPlateID.Service1Soap>, UAS_LabelMachine.Vivo_New_GetPlateID.Service1Soap {
  750. public Service1SoapClient() {
  751. }
  752. public Service1SoapClient(string endpointConfigurationName) :
  753. base(endpointConfigurationName) {
  754. }
  755. public Service1SoapClient(string endpointConfigurationName, string remoteAddress) :
  756. base(endpointConfigurationName, remoteAddress) {
  757. }
  758. public Service1SoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  759. base(endpointConfigurationName, remoteAddress) {
  760. }
  761. public Service1SoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  762. base(binding, remoteAddress) {
  763. }
  764. public System.Data.DataTable getBackBillHistory(string bill_no, string org_code, string back_user, string check_user, string check_type, string shopfloor, string begin_time, string end_time, string puser, string ppwd) {
  765. return base.Channel.getBackBillHistory(bill_no, org_code, back_user, check_user, check_type, shopfloor, begin_time, end_time, puser, ppwd);
  766. }
  767. public string receiveBoxIdCheck(string boxid, string puser, string ppwd) {
  768. return base.Channel.receiveBoxIdCheck(boxid, puser, ppwd);
  769. }
  770. public string bindPalletIDCheck(string palletID, string vendor, string puser, string ppwd) {
  771. return base.Channel.bindPalletIDCheck(palletID, vendor, puser, ppwd);
  772. }
  773. public string getBoxMessage(string boxid, string pOper, string pOperPWD) {
  774. return base.Channel.getBoxMessage(boxid, pOper, pOperPWD);
  775. }
  776. public string getReelListByBoxID_V3(string boxID, string pOper, string pOperPWD) {
  777. return base.Channel.getReelListByBoxID_V3(boxID, pOper, pOperPWD);
  778. }
  779. public string GetMRNinfo_20190401(string mrn, string pOper, string pOperPWD) {
  780. return base.Channel.GetMRNinfo_20190401(mrn, pOper, pOperPWD);
  781. }
  782. public string GetMRNinfo_ForXN(string mrn, string pOper, string pOperPWD) {
  783. return base.Channel.GetMRNinfo_ForXN(mrn, pOper, pOperPWD);
  784. }
  785. public string ReelAddToBoxCheck(string boxid, string compid, string pOper, string pOperPWD) {
  786. return base.Channel.ReelAddToBoxCheck(boxid, compid, pOper, pOperPWD);
  787. }
  788. public string BindReelToBox(string boxid, string reels, string pOper, string pOperPWD) {
  789. return base.Channel.BindReelToBox(boxid, reels, pOper, pOperPWD);
  790. }
  791. public string UnbindBox(string boxid, string pOper, string pOperPWD) {
  792. return base.Channel.UnbindBox(boxid, pOper, pOperPWD);
  793. }
  794. public string ReplaceReelInBox(string source_compid, string new_compid, string boxid, string pOper, string pOperPWD) {
  795. return base.Channel.ReplaceReelInBox(source_compid, new_compid, boxid, pOper, pOperPWD);
  796. }
  797. public string CancelBackBillHistory(string rowid, string newRemark, string pOper, string pOperPWD) {
  798. return base.Channel.CancelBackBillHistory(rowid, newRemark, pOper, pOperPWD);
  799. }
  800. public string getBoxID_20190403(string manufacturer, string compname, string amount, string ordercode, string remark, string pOper, string pOperPWD) {
  801. return base.Channel.getBoxID_20190403(manufacturer, compname, amount, ordercode, remark, pOper, pOperPWD);
  802. }
  803. public string getPalletID_20190403(string manufacturer, string compname, string amount, string remark, string pOper, string pOperPWD) {
  804. return base.Channel.getPalletID_20190403(manufacturer, compname, amount, remark, pOper, pOperPWD);
  805. }
  806. public string getDefaultOrderCode(string itemNumber, string vender, string pOper, string pOperPWD) {
  807. return base.Channel.getDefaultOrderCode(itemNumber, vender, pOper, pOperPWD);
  808. }
  809. public string needCheckOrderCode(string vender, string pOper, string pOperPWD) {
  810. return base.Channel.needCheckOrderCode(vender, pOper, pOperPWD);
  811. }
  812. public string[] getSpecialBarcodeRuleVendor(string input_id) {
  813. return base.Channel.getSpecialBarcodeRuleVendor(input_id);
  814. }
  815. public string HelloWorld() {
  816. return base.Channel.HelloWorld();
  817. }
  818. public string GetLanguageInfo(string pLangId, string pLangType) {
  819. return base.Channel.GetLanguageInfo(pLangId, pLangType);
  820. }
  821. public UAS_LabelMachine.Vivo_New_GetPlateID.ReelEntity_V1[] GetReelEntityCompID(string pCompID, string pOper, string ctext) {
  822. return base.Channel.GetReelEntityCompID(pCompID, pOper, ctext);
  823. }
  824. public string BindingAsnCarBoardBoxRelation(string pASN, string pCarboardBoxID, string pTypeFlag, string pBindingBy, string pRemark, string pLangType, string puser, string ppwd) {
  825. return base.Channel.BindingAsnCarBoardBoxRelation(pASN, pCarboardBoxID, pTypeFlag, pBindingBy, pRemark, pLangType, puser, ppwd);
  826. }
  827. public string BindingCarBoardBoxRelation(string pCarboardID, string pBoxID, string pBindingBy, string pRemark, string pLangType, string puser, string ppwd) {
  828. return base.Channel.BindingCarBoardBoxRelation(pCarboardID, pBoxID, pBindingBy, pRemark, pLangType, puser, ppwd);
  829. }
  830. public UAS_LabelMachine.Vivo_New_GetPlateID.BoxEntity[] getBoxEntityBoxID(string boxID, string pOper, string pOperPWD) {
  831. return base.Channel.getBoxEntityBoxID(boxID, pOper, pOperPWD);
  832. }
  833. public string LoginCheck(string pUserName, string pPassword, string pLangType) {
  834. return base.Channel.LoginCheck(pUserName, pPassword, pLangType);
  835. }
  836. public System.Data.DataTable login_20190117(string username, string pOper, string pOperPWD) {
  837. return base.Channel.login_20190117(username, pOper, pOperPWD);
  838. }
  839. public System.Data.DataTable login_20190329(string pOper, string pOperPWD) {
  840. return base.Channel.login_20190329(pOper, pOperPWD);
  841. }
  842. public string getCompID_V1(string createcode, string boxid, string compname, string manufacturer, string lotno, string datecode, string brand, int amount, string ordercode, string createuser, string remark, string status, string pOper, string pOperPWD) {
  843. return base.Channel.getCompID_V1(createcode, boxid, compname, manufacturer, lotno, datecode, brand, amount, ordercode, createuser, remark, status, pOper, pOperPWD);
  844. }
  845. public string getCompID_NotLN(string createcode, string boxid, string compname, string manufacturer, string brand, int amount, string createuser, string remark, string status, string pOper, string pOperPWD) {
  846. return base.Channel.getCompID_NotLN(createcode, boxid, compname, manufacturer, brand, amount, createuser, remark, status, pOper, pOperPWD);
  847. }
  848. public string getCompID_20190403(string boxid, string compname, string manufacturer, string brand, double amount, string remark, string innerlotno, string ln, string dc, string pOper, string pOperPWD) {
  849. return base.Channel.getCompID_20190403(boxid, compname, manufacturer, brand, amount, remark, innerlotno, ln, dc, pOper, pOperPWD);
  850. }
  851. public string getCompID_20190523(string boxid, string compname, string manufacturer, string brand, double amount, string remark, string innerlotno, string ln, string dc, string effectDate, string pOper, string pOperPWD) {
  852. return base.Channel.getCompID_20190523(boxid, compname, manufacturer, brand, amount, remark, innerlotno, ln, dc, effectDate, pOper, pOperPWD);
  853. }
  854. public string getCompID_Type1_20190524(string boxid, string compname, string manufacturer, string brand, double amount, string remark, string innerlotno, string ln, string dc, string effectDate, string pOper, string pOperPWD) {
  855. return base.Channel.getCompID_Type1_20190524(boxid, compname, manufacturer, brand, amount, remark, innerlotno, ln, dc, effectDate, pOper, pOperPWD);
  856. }
  857. public string getCompID_Type2_20190524(string boxid, string compname, string manufacturer, string brand, double amount, string remark, string innerlotno, string ln, string dc, string effectDate, string pOper, string pOperPWD) {
  858. return base.Channel.getCompID_Type2_20190524(boxid, compname, manufacturer, brand, amount, remark, innerlotno, ln, dc, effectDate, pOper, pOperPWD);
  859. }
  860. public string getZPCompID_20190403(string boxid, string compname, string manufacturer, string lotno, string datecode, string brand, double amount, string ordercode, string remark, string pOper, string pOperPWD) {
  861. return base.Channel.getZPCompID_20190403(boxid, compname, manufacturer, lotno, datecode, brand, amount, ordercode, remark, pOper, pOperPWD);
  862. }
  863. public string getZPCompID_withInnerLN(string createcode, string innerLN, string compname, string manufacturer, string lotno, string datecode, string brand, double amount, string ordercode, string createuser, string remark, string status, string pOper, string pOperPWD) {
  864. return base.Channel.getZPCompID_withInnerLN(createcode, innerLN, compname, manufacturer, lotno, datecode, brand, amount, ordercode, createuser, remark, status, pOper, pOperPWD);
  865. }
  866. public string insertBoxReelRelation(string createcode, string manufacturer, string boxID, string compid, string remark, string pOper, string pOperPWD) {
  867. return base.Channel.insertBoxReelRelation(createcode, manufacturer, boxID, compid, remark, pOper, pOperPWD);
  868. }
  869. public UAS_LabelMachine.Vivo_New_GetPlateID.ReelEntity[] getReelListByBoxID(string queryCode, string boxID, string pOper, string pOperPWD) {
  870. return base.Channel.getReelListByBoxID(queryCode, boxID, pOper, pOperPWD);
  871. }
  872. public UAS_LabelMachine.Vivo_New_GetPlateID.ReelEntity_V1[] getReelListByBoxID_V1(string queryCode, string boxID, string pOper, string pOperPWD) {
  873. return base.Channel.getReelListByBoxID_V1(queryCode, boxID, pOper, pOperPWD);
  874. }
  875. public System.Data.DataTable getReelListByBoxID_V2(string queryCode, string boxID, string venderName, string ctext, ref string msg, string pOper, string pOperPWD) {
  876. return base.Channel.getReelListByBoxID_V2(queryCode, boxID, venderName, ctext, ref msg, pOper, pOperPWD);
  877. }
  878. public string checkBoxCarboardCompname(string boxid, string carboardid, string puser, string ppwd) {
  879. return base.Channel.checkBoxCarboardCompname(boxid, carboardid, puser, ppwd);
  880. }
  881. public string isSpecialItem(string item) {
  882. return base.Channel.isSpecialItem(item);
  883. }
  884. public int IsExistCompID(string pCompID, string pVender) {
  885. return base.Channel.IsExistCompID(pCompID, pVender);
  886. }
  887. public int isExistCompIdBoxId(string boxID, string compID) {
  888. return base.Channel.isExistCompIdBoxId(boxID, compID);
  889. }
  890. public System.Data.DataTable GetBoxListbyCardBordID(string cardBoardID, string vendor, string ctext, string pOper, string pOperPWD) {
  891. return base.Channel.GetBoxListbyCardBordID(cardBoardID, vendor, ctext, pOper, pOperPWD);
  892. }
  893. public int IsExistCardBoardBoxReleation(string cardBoardID, string boxID) {
  894. return base.Channel.IsExistCardBoardBoxReleation(cardBoardID, boxID);
  895. }
  896. public System.Data.DataTable GetItemListByASN(string asn, string vendor, string ctext, string pOper, string pOperPWD) {
  897. return base.Channel.GetItemListByASN(asn, vendor, ctext, pOper, pOperPWD);
  898. }
  899. public string RemoveBoxReelRelation(string boxID, string ReelID, string pOper, string pOperPWD) {
  900. return base.Channel.RemoveBoxReelRelation(boxID, ReelID, pOper, pOperPWD);
  901. }
  902. public string RemoveCardboardBoxRelation(string CardBoardBoxID, string BoxID, string pOper, string pOperPWD) {
  903. return base.Channel.RemoveCardboardBoxRelation(CardBoardBoxID, BoxID, pOper, pOperPWD);
  904. }
  905. public int IsExitASNItem(string asn, string palletID, int flag, string item) {
  906. return base.Channel.IsExitASNItem(asn, palletID, flag, item);
  907. }
  908. public int InsertAsnItem(string[] list, ref string msg, string pOper, string pOperPWD) {
  909. return base.Channel.InsertAsnItem(list, ref msg, pOper, pOperPWD);
  910. }
  911. public System.Data.DataTable GetAsnItemList(string asn, string boxID, string vendor, string ctext, string pOper, string pOperPWD) {
  912. return base.Channel.GetAsnItemList(asn, boxID, vendor, ctext, pOper, pOperPWD);
  913. }
  914. public int UnBindASN(string asn, string boxID, string UserID, ref string msg, string pOper, string pOperPWD) {
  915. return base.Channel.UnBindASN(asn, boxID, UserID, ref msg, pOper, pOperPWD);
  916. }
  917. public int SubmitASN(string asn, ref string msg, string pOper, string pOperPWD) {
  918. return base.Channel.SubmitASN(asn, ref msg, pOper, pOperPWD);
  919. }
  920. public System.Data.DataTable GetBindInfoByASN(string asn, string vendor, string ctext, string pOper, string pOperPWD) {
  921. return base.Channel.GetBindInfoByASN(asn, vendor, ctext, pOper, pOperPWD);
  922. }
  923. public int AsnIsBindBoxID(string asn) {
  924. return base.Channel.AsnIsBindBoxID(asn);
  925. }
  926. public int GetAsnIsBinded(string asn) {
  927. return base.Channel.GetAsnIsBinded(asn);
  928. }
  929. public int GetMrnQtyByPalletID_20190329(string palletID, string vendor, string pOper, string pOperPWD) {
  930. return base.Channel.GetMrnQtyByPalletID_20190329(palletID, vendor, pOper, pOperPWD);
  931. }
  932. public int GetMrnQtyByBoxID_20190329(string boxID, string vendor, string pOper, string pOperPWD) {
  933. return base.Channel.GetMrnQtyByBoxID_20190329(boxID, vendor, pOper, pOperPWD);
  934. }
  935. public int GetASN(string asn, string vender) {
  936. return base.Channel.GetASN(asn, vender);
  937. }
  938. public string GetSysVersion() {
  939. return base.Channel.GetSysVersion();
  940. }
  941. public System.Data.DataTable GetRolesByUserName_20190328(string pOper, string pOperPWD) {
  942. return base.Channel.GetRolesByUserName_20190328(pOper, pOperPWD);
  943. }
  944. public System.Data.DataTable GetRolesByUserID_20190320(int pUserID, string pOper, string pOperPWD) {
  945. return base.Channel.GetRolesByUserID_20190320(pUserID, pOper, pOperPWD);
  946. }
  947. public System.Data.DataTable GetAllRoles(string pOper, string pOperPWD) {
  948. return base.Channel.GetAllRoles(pOper, pOperPWD);
  949. }
  950. public System.Data.DataTable GetUserInfo(int pNameID, string pOper, string pOperPWD) {
  951. return base.Channel.GetUserInfo(pNameID, pOper, pOperPWD);
  952. }
  953. public string InitPassword(int pUserID, string pPwd, string pOper, string pUserName, string CText, string pCurUser, string pCurPWD) {
  954. return base.Channel.InitPassword(pUserID, pPwd, pOper, pUserName, CText, pCurUser, pCurPWD);
  955. }
  956. public string DisableUser(int pUserID, string pOper, string pOperPWD) {
  957. return base.Channel.DisableUser(pUserID, pOper, pOperPWD);
  958. }
  959. public string EnableUser(int pUserID, string pOper, string pOperPWD) {
  960. return base.Channel.EnableUser(pUserID, pOper, pOperPWD);
  961. }
  962. public string CreateUser_20190320(string pUserName, string pPwd, string pDesc, string allowSelectVendor, string inLNRequired, string needReceiveConfirm, string pRoleList, string pOper, string pOperPWD, string CText) {
  963. return base.Channel.CreateUser_20190320(pUserName, pPwd, pDesc, allowSelectVendor, inLNRequired, needReceiveConfirm, pRoleList, pOper, pOperPWD, CText);
  964. }
  965. public string ModifyUser_20190320(int pUserID, string pDesc, string allowSelectVendor, string inLNRequired, string needReceiveConfirm, string pRoleList, string pOper, string pCurUser, string pCurPWD, string CText) {
  966. return base.Channel.ModifyUser_20190320(pUserID, pDesc, allowSelectVendor, inLNRequired, needReceiveConfirm, pRoleList, pOper, pCurUser, pCurPWD, CText);
  967. }
  968. public string ModifyPassword(string pPwd, string pOper, string pOperPWD) {
  969. return base.Channel.ModifyPassword(pPwd, pOper, pOperPWD);
  970. }
  971. public int IsExistBookingCode_20190131(string itemcode) {
  972. return base.Channel.IsExistBookingCode_20190131(itemcode);
  973. }
  974. public System.Data.DataTable GetBarCodeRule_20190122(string BarCodeType, string vendor, string itemCode, string pOper, string pOperPWD) {
  975. return base.Channel.GetBarCodeRule_20190122(BarCodeType, vendor, itemCode, pOper, pOperPWD);
  976. }
  977. public System.Data.DataTable GetMRNinfo_20190329(string mrn, string pOper, string pOperPWD) {
  978. return base.Channel.GetMRNinfo_20190329(mrn, pOper, pOperPWD);
  979. }
  980. public int isBanLot_20190122(string vendor, string lotno, string item, string datecode, string reelid) {
  981. return base.Channel.isBanLot_20190122(vendor, lotno, item, datecode, reelid);
  982. }
  983. public string SaveMrn_20190403(string boxid, string mrn, string ln, string dc, string orderCode, string vmrn, string pOper, string pOperPWD) {
  984. return base.Channel.SaveMrn_20190403(boxid, mrn, ln, dc, orderCode, vmrn, pOper, pOperPWD);
  985. }
  986. public int MrnIsCheck_20190308(string mrn) {
  987. return base.Channel.MrnIsCheck_20190308(mrn);
  988. }
  989. public string ReelReceiveConfirm(string mrn, string innerLN, string remark, string pOper, string pOperPWD) {
  990. return base.Channel.ReelReceiveConfirm(mrn, innerLN, remark, pOper, pOperPWD);
  991. }
  992. public string ReelReceiveConfirmByBox(string boxid, string innerLN, string remark, string pOper, string pOperPWD) {
  993. return base.Channel.ReelReceiveConfirmByBox(boxid, innerLN, remark, pOper, pOperPWD);
  994. }
  995. public int CheckBoxID(string boxid, string vendor) {
  996. return base.Channel.CheckBoxID(boxid, vendor);
  997. }
  998. public int CheckBoxID_20190318(string boxid, string vendor, string compname) {
  999. return base.Channel.CheckBoxID_20190318(boxid, vendor, compname);
  1000. }
  1001. public int IsExistBoxID(string boxID, string vendorID) {
  1002. return base.Channel.IsExistBoxID(boxID, vendorID);
  1003. }
  1004. public string bindBoxidCheck(string boxID, string vendorID, string pOper, string pOperPWD) {
  1005. return base.Channel.bindBoxidCheck(boxID, vendorID, pOper, pOperPWD);
  1006. }
  1007. public System.Data.DataTable GetBoxIDByPalletID(string palletID, string vendor, string pOper, string pOperPWD) {
  1008. return base.Channel.GetBoxIDByPalletID(palletID, vendor, pOper, pOperPWD);
  1009. }
  1010. public System.Data.DataTable GetReelsByBoxid(string boxid, string vendor, string pOper, string pOperPWD) {
  1011. return base.Channel.GetReelsByBoxid(boxid, vendor, pOper, pOperPWD);
  1012. }
  1013. public string GetReelsByBoxid_20190604(string boxid, string vendor, string pOper, string pOperPWD) {
  1014. return base.Channel.GetReelsByBoxid_20190604(boxid, vendor, pOper, pOperPWD);
  1015. }
  1016. public System.Data.DataTable GetRules(string vendor, string item, string pOper, string pOperPWD) {
  1017. return base.Channel.GetRules(vendor, item, pOper, pOperPWD);
  1018. }
  1019. public int BoxIsBindOtherAsn(string boxID) {
  1020. return base.Channel.BoxIsBindOtherAsn(boxID);
  1021. }
  1022. public System.Data.DataTable GetOperationHistory_20190128(string VendorCode, string Createcode, string DocumentMaker, string compid, string CartonNumber, string ProductCycle, string ItemNumber, string Batch, string Operator, string startDate, string endDate, string pOper, string pOperPWD) {
  1023. return base.Channel.GetOperationHistory_20190128(VendorCode, Createcode, DocumentMaker, compid, CartonNumber, ProductCycle, ItemNumber, Batch, Operator, startDate, endDate, pOper, pOperPWD);
  1024. }
  1025. public System.Data.DataTable GetOperationHistory_20190511(
  1026. string VendorCode,
  1027. string Createcode,
  1028. string DocumentMaker,
  1029. string compid,
  1030. string CartonNumber,
  1031. string ProductCycle,
  1032. string ItemNumber,
  1033. string Batch,
  1034. string Operator,
  1035. string startDate,
  1036. string endDate,
  1037. string startBindDate,
  1038. string endBindDate,
  1039. string bindStatus,
  1040. string pOper,
  1041. string pOperPWD) {
  1042. return base.Channel.GetOperationHistory_20190511(VendorCode, Createcode, DocumentMaker, compid, CartonNumber, ProductCycle, ItemNumber, Batch, Operator, startDate, endDate, startBindDate, endBindDate, bindStatus, pOper, pOperPWD);
  1043. }
  1044. public string GetItemDesc_20190131(string Itemnum, string pOper, string pOperPWD) {
  1045. return base.Channel.GetItemDesc_20190131(Itemnum, pOper, pOperPWD);
  1046. }
  1047. public System.Data.DataTable GetVenderPalletInfo(string palletID, string pOper, string pOperPWD) {
  1048. return base.Channel.GetVenderPalletInfo(palletID, pOper, pOperPWD);
  1049. }
  1050. public int CompIdIsBound(string compID) {
  1051. return base.Channel.CompIdIsBound(compID);
  1052. }
  1053. public string checkCompname(string compID, string boxid) {
  1054. return base.Channel.checkCompname(compID, boxid);
  1055. }
  1056. public int GetRemainBoxIDQty(string boxID) {
  1057. return base.Channel.GetRemainBoxIDQty(boxID);
  1058. }
  1059. public string handleBarcodeRule(string mt_type, string prowid, string pvendor, string pitem, string pbarcodetype, string pruletype, string pdelimiter, string pqmode, string plnmode, string pdcmode, string pocmode, string pvmrnmode, string pOper, string pOperPWD) {
  1060. return base.Channel.handleBarcodeRule(mt_type, prowid, pvendor, pitem, pbarcodetype, pruletype, pdelimiter, pqmode, plnmode, pdcmode, pocmode, pvmrnmode, pOper, pOperPWD);
  1061. }
  1062. public System.Data.DataTable GetSpecialItems(string item, string pOper, string pOperPWD) {
  1063. return base.Channel.GetSpecialItems(item, pOper, pOperPWD);
  1064. }
  1065. public string handleSpecialItem(string mt_type, string prowid, string pitem, string pOper, string pOperPWD) {
  1066. return base.Channel.handleSpecialItem(mt_type, prowid, pitem, pOper, pOperPWD);
  1067. }
  1068. public System.Data.DataTable GetVendorsWithoutOrdecode(string vendor, string pOper, string pOperPWD) {
  1069. return base.Channel.GetVendorsWithoutOrdecode(vendor, pOper, pOperPWD);
  1070. }
  1071. public string handleVendorsWithoutOrdecode(string prowid, string mt_type, string vendor, string pOper, string pOperPWD) {
  1072. return base.Channel.handleVendorsWithoutOrdecode(prowid, mt_type, vendor, pOper, pOperPWD);
  1073. }
  1074. public System.Data.DataTable GetMnfpartList(string item, string vendor, string mnfpart, string pOper, string pOperPWD) {
  1075. return base.Channel.GetMnfpartList(item, vendor, mnfpart, pOper, pOperPWD);
  1076. }
  1077. public string handleMnfpartList(string mt_type, string prowid, string pitem, string pvendor, string pmnfpart, string pOper, string pOperPWD) {
  1078. return base.Channel.handleMnfpartList(mt_type, prowid, pitem, pvendor, pmnfpart, pOper, pOperPWD);
  1079. }
  1080. public System.Data.DataTable GetOrdercode_20190330(string itmeCode, string vendor, string pOper, string pOperPWD) {
  1081. return base.Channel.GetOrdercode_20190330(itmeCode, vendor, pOper, pOperPWD);
  1082. }
  1083. public System.Data.DataTable GetSYItemList(string item, string desc, string vendor, string pOper, string pOperPWD) {
  1084. return base.Channel.GetSYItemList(item, desc, vendor, pOper, pOperPWD);
  1085. }
  1086. public string AddSCItem(string pvendor, string pdesc, string pOper, string oper_pwd) {
  1087. return base.Channel.AddSCItem(pvendor, pdesc, pOper, oper_pwd);
  1088. }
  1089. public System.Data.DataTable GetMRNList(string vendor, string item, string lotno, string datecode, string mrn, string innerln, string querybytime, string time_begin, string time_end, string user, string ctext, string pOper, string pOperPWD) {
  1090. return base.Channel.GetMRNList(vendor, item, lotno, datecode, mrn, innerln, querybytime, time_begin, time_end, user, ctext, pOper, pOperPWD);
  1091. }
  1092. public System.Data.DataTable GetMRNList_20190308(string vendor, string item, string lotno, string datecode, string mrn, string innerln, string querybytime, string time_begin, string time_end, string user, string ctext, string mrntype, string syncstatus, string pOper, string pOperPWD) {
  1093. return base.Channel.GetMRNList_20190308(vendor, item, lotno, datecode, mrn, innerln, querybytime, time_begin, time_end, user, ctext, mrntype, syncstatus, pOper, pOperPWD);
  1094. }
  1095. public System.Data.DataTable GetMRNList_20190315(
  1096. string vendor,
  1097. string item,
  1098. string lotno,
  1099. string datecode,
  1100. string mrn,
  1101. string innerln,
  1102. string querybytime,
  1103. string time_begin,
  1104. string time_end,
  1105. string user,
  1106. string ctext,
  1107. string mrntype,
  1108. string syncstatus,
  1109. string boxid,
  1110. string pOper,
  1111. string pOperPWD) {
  1112. return base.Channel.GetMRNList_20190315(vendor, item, lotno, datecode, mrn, innerln, querybytime, time_begin, time_end, user, ctext, mrntype, syncstatus, boxid, pOper, pOperPWD);
  1113. }
  1114. public System.Data.DataTable GetVersions(string client_name) {
  1115. return base.Channel.GetVersions(client_name);
  1116. }
  1117. public System.Data.DataTable GetSMTArea(string pOper, string pOperPWD) {
  1118. return base.Channel.GetSMTArea(pOper, pOperPWD);
  1119. }
  1120. public System.Data.DataTable GetAreaUserList(string pOper, string pOperPWD, string area_code) {
  1121. return base.Channel.GetAreaUserList(pOper, pOperPWD, area_code);
  1122. }
  1123. public string OperSyncUserList(string pOper, string pOperPWD, string area_code, string user_id, string oper_type) {
  1124. return base.Channel.OperSyncUserList(pOper, pOperPWD, area_code, user_id, oper_type);
  1125. }
  1126. public System.Data.DataTable getCheckType(string pOper, string pOperPWD) {
  1127. return base.Channel.getCheckType(pOper, pOperPWD);
  1128. }
  1129. public System.Data.DataTable getOrgCode(string pOper, string pOperPWD) {
  1130. return base.Channel.getOrgCode(pOper, pOperPWD);
  1131. }
  1132. public System.Data.DataTable checkBackBillInERP(string bill_no, string org_code, string puser, string ppwd) {
  1133. return base.Channel.checkBackBillInERP(bill_no, org_code, puser, ppwd);
  1134. }
  1135. public System.Data.DataTable checkBackBillInERP_20190426(string bill_no, string org_code, string puser, string ppwd) {
  1136. return base.Channel.checkBackBillInERP_20190426(bill_no, org_code, puser, ppwd);
  1137. }
  1138. public System.Data.DataTable checkBackBillHistory_20190403(string bill_no, string org_code, string puser, string ppwd) {
  1139. return base.Channel.checkBackBillHistory_20190403(bill_no, org_code, puser, ppwd);
  1140. }
  1141. public System.Data.DataTable getWHShopfloorList(string puser, string ppwd) {
  1142. return base.Channel.getWHShopfloorList(puser, ppwd);
  1143. }
  1144. public string saveWHCheck(string puser, string ppwd, string org_code, string bill_no, string erp_check, string his_check, string back_user, string check_user, string check_type, string shopfloor, string remark) {
  1145. return base.Channel.saveWHCheck(puser, ppwd, org_code, bill_no, erp_check, his_check, back_user, check_user, check_type, shopfloor, remark);
  1146. }
  1147. }
  1148. }