fxgl_v3_pcweb_table_define.sql 480 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955
  1. set feedback off
  2. -- 删除所有客户端字段记录
  3. delete from TableColumnConfig t where t.tablekey in (select d.tablekey from TableDefine d where d.tabletype = 2);
  4. -- 删除所有客户端表记录
  5. delete from TableDefine t where t.tabletype = 2;
  6. -- ColumnWidth 默认为0,WEB交易端自己设置宽度,如果表里赋了值则使用表的宽度
  7. -- AlignType 对齐方式 - 1:居中对齐 2:左对齐 3:右对齐
  8. -- 现货合同
  9. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_delivery', 2, '现货合同', '', 'web端-现货合同');
  10. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  11. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery', 'contracctstatus', '状态', '120', 10, 1, 1, '', '', 'contracctstatus', 0, 0, '');
  12. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  13. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery', 'contractno', '合同编号', '250', 20, 1, 1, '', '', 'contractno', 0, 0, '');
  14. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  15. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery', 'contracttype', '类型', '120', 30, 1, 1, '', '', 'contracttype', 0, 0, '');
  16. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  17. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery', 'negative', '对手方', '250', 40, 1, 1, '', '', 'negative', 0, 0, '');
  18. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  19. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery', 'qty', '合同量', '120', 50, 1, 1, '', '', 'qty', 0, 0, '');
  20. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  21. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery', 'deliverygoodsname', '现货品种', '120', 60, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  22. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  23. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery', 'wrstandardname', '商品', '120', 70, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  24. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  25. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery', 'biztype', '业务类型', '120', 80, 1, 1, '', '', 'biztype', 0, 0, '');
  26. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  27. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery', 'pricetype', '定价类型', '120', 100, 1, 1, '', '', 'pricetype', 0, 0, '');
  28. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  29. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery', 'goodsname', '点价合约', '120', 110, 1, 1, '', '', 'goodscode', 0, 0, '');
  30. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  31. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery', 'price', '价格', '120', 120, 1, 1, '', '', 'price', 0, 0, '');
  32. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  33. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery', 'pricemove', '升贴水', '120', 130, 1, 1, '', '', 'pricemove', 0, 0, '');
  34. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  35. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery', 'amount', '金额', '120', 140, 1, 1, '', '', 'amount', 0, 0, '');
  36. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  37. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery', 'margin', '保证金', '120', 150, 1, 1, '', '', 'margin', 0, 0, '');
  38. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  39. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery', 'startdate', '点价期', '200', 160, 1, 1, '', '', 'startdate', 0, 0, '');
  40. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  41. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery', 'deliverystartdate', '交收期', '200', 170, 1, 1, '', '', 'deliverystartdate', 0, 0, '');
  42. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  43. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery', 'saleusername', '业务员', '300', 180, 1, 1, '', '', 'saleusername', 0, 0, '');
  44. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  45. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery', 'merusername', '跟单员', '300', 190, 1, 1, '', '', 'merusername', 0, 0, '');
  46. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  47. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery', 'tradeusername', '交易用户', '300', 190, 1, 1, '', '', 'tradeusername', 0, 0, '');
  48. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  49. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery', 'currencyname', '结算币种', '120', 200, 1, 1, '', '', 'currencyname', 0, 0, '');
  50. -- 合同待审核
  51. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_delivery_dsh', 2, '现货合同', '', 'web端-现货合同');
  52. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  53. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_dsh', 'contractno', '合同编号', '250', 20, 1, 1, '', '', 'contractno', 0, 0, '');
  54. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  55. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_dsh', 'contracttype', '类型', '120', 30, 1, 1, '', '', 'contracttype', 0, 0, '');
  56. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  57. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_dsh', 'negative', '对手方', '250', 40, 1, 1, '', '', 'negative', 0, 0, '');
  58. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  59. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_dsh', 'subjectname', '交易主体', '120', 50, 1, 1, '', '', 'subjectname', 0, 0, '');
  60. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  61. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_dsh', 'qty', '合同量', '120', 50, 1, 1, '', '', 'qty', 0, 0, '');
  62. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  63. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_dsh', 'deliverygoodsname', '现货品种', '120', 60, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  64. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  65. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_dsh', 'wrstandardname', '商品', '120', 70, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  66. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  67. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_dsh', 'biztype', '业务类型', '120', 80, 1, 1, '', '', 'biztype', 0, 0, '');
  68. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  69. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_dsh', 'pricetype', '定价类型', '120', 100, 1, 1, '', '', 'pricetype', 0, 0, '');
  70. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  71. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_dsh', 'goodsname', '点价合约', '120', 110, 1, 1, '', '', 'goodscode', 0, 0, '');
  72. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  73. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_dsh', 'price', '价格', '120', 120, 1, 1, '', '', 'price', 0, 0, '');
  74. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  75. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_dsh', 'pricemove', '升贴水', '120', 130, 1, 1, '', '', 'pricemove', 0, 0, '');
  76. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  77. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_dsh', 'amount', '金额', '120', 140, 1, 1, '', '', 'amount', 0, 0, '');
  78. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  79. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_dsh', 'margin', '保证金', '120', 150, 1, 1, '', '', 'margin', 0, 0, '');
  80. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  81. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_dsh', 'startdate', '点价期', '200', 160, 1, 1, '', '', 'startdate', 0, 0, '');
  82. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  83. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_dsh', 'deliverystartdate', '交收期', '200', 170, 1, 1, '', '', 'deliverystartdate', 0, 0, '');
  84. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  85. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_dsh', 'saleusername', '业务员', '300', 180, 1, 1, '', '', 'saleusername', 0, 0, '');
  86. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  87. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_dsh', 'merusername', '跟单员', '300', 190, 1, 1, '', '', 'merusername', 0, 0, '');
  88. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  89. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_dsh', 'tradeusername', '交易用户', '300', 190, 1, 1, '', '', 'tradeusername', 0, 0, '');
  90. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  91. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_dsh', 'currencyname', '结算币种', '120', 200, 1, 1, '', '', 'currencyname', 0, 0, '');
  92. -- 合同已审核
  93. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_delivery_ysh', 2, '现货合同', '', 'web端-现货合同');
  94. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  95. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'contracctstatus', '状态', '120', 10, 1, 1, '', '', 'contracctstatus', 0, 0, '');
  96. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  97. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'contractno', '合同编号', '250', 20, 1, 1, '', '', 'contractno', 0, 0, '');
  98. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  99. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'contracttype', '类型', '120', 30, 1, 1, '', '', 'contracttype', 0, 0, '');
  100. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  101. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'negative', '对手方', '250', 40, 1, 1, '', '', 'negative', 0, 0, '');
  102. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  103. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'subjectname', '交易主体', '120', 50, 1, 1, '', '', 'subjectname', 0, 0, '');
  104. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  105. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'qty', '合同量', '120', 50, 1, 1, '', '', 'qty', 0, 0, '');
  106. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  107. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'deliverygoodsname', '现货品种', '120', 60, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  108. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  109. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'wrstandardname', '商品', '120', 70, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  110. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  111. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'biztype', '业务类型', '120', 80, 1, 1, '', '', 'biztype', 0, 0, '');
  112. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  113. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'convertfactor', '标仓系数', '0', 180, 1, 1, '', '', 'convertfactor', 0, 0, '');
  114. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  115. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'pricetype', '定价类型', '120', 100, 1, 1, '', '', 'pricetype', 0, 0, '');
  116. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  117. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'goodsname', '点价合约', '120', 110, 1, 1, '', '', 'goodscode', 0, 0, '');
  118. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  119. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'price', '价格', '120', 120, 1, 1, '', '', 'price', 0, 0, '');
  120. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  121. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'pricemove', '升贴水', '120', 130, 1, 1, '', '', 'pricemove', 0, 0, '');
  122. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  123. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'amount', '金额', '120', 140, 1, 1, '', '', 'amount', 0, 0, '');
  124. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  125. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'margin', '保证金', '120', 150, 1, 1, '', '', 'margin', 0, 0, '');
  126. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  127. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'startdate', '点价期', '200', 160, 1, 1, '', '', 'startdate', 0, 0, '');
  128. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  129. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'deliverystartdate', '交收期', '200', 170, 1, 1, '', '', 'deliverystartdate', 0, 0, '');
  130. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  131. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'saleusername', '业务员', '300', 180, 1, 1, '', '', 'saleusername', 0, 0, '');
  132. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  133. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'merusername', '跟单员', '300', 190, 1, 1, '', '', 'merusername', 0, 0, '');
  134. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  135. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'tradeusername', '交易用户', '300', 190, 1, 1, '', '', 'tradeusername', 0, 0, '');
  136. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  137. values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'currencyname', '结算币种', '120', 200, 1, 1, '', '', 'currencyname', 0, 0, '');
  138. -- 客户资料
  139. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_userinfo', 2, '客户资料', '', 'web端-客户资料');
  140. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  141. values (seq_TableColumnConfig.Nextval, 'table_pcweb_userinfo', 'status', '状态', '0', 10, 1, 1, '', '', 'status', 0, 0, '');
  142. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  143. values (seq_TableColumnConfig.Nextval, 'table_pcweb_userinfo', 'userinfotype', '客户类型', '0', 20, 1, 1, '', '', 'userinfotype', 0, 0, '');
  144. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  145. values (seq_TableColumnConfig.Nextval, 'table_pcweb_userinfo', 'nickname', '客户简称', '0', 30, 1, 1, '', '', 'nickname', 0, 0, '');
  146. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  147. values (seq_TableColumnConfig.Nextval, 'table_pcweb_userinfo', 'customername', '客户名称', '0', 40, 1, 1, '', '', 'customername', 0, 0, '');
  148. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  149. values (seq_TableColumnConfig.Nextval, 'table_pcweb_userinfo', 'cardtype', '证件类型', '0', 50, 1, 1, '', '', 'cardtype', 0, 0, '');
  150. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  151. values (seq_TableColumnConfig.Nextval, 'table_pcweb_userinfo', 'cardnum', '证件号码', '0', 60, 1, 1, '', '', 'cardnum', 0, 0, '');
  152. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  153. values (seq_TableColumnConfig.Nextval, 'table_pcweb_userinfo', 'contactname', '联系人', '0', 70, 1, 1, '', '', 'contactname', 0, 0, '');
  154. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  155. values (seq_TableColumnConfig.Nextval, 'table_pcweb_userinfo', 'mobile', '手机号码', '0', 80, 1, 1, '', '', 'mobile', 0, 0, '');
  156. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  157. values (seq_TableColumnConfig.Nextval, 'table_pcweb_userinfo', 'email', '邮箱', '0', 90, 1, 1, '', '', 'email', 0, 0, '');
  158. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  159. values (seq_TableColumnConfig.Nextval, 'table_pcweb_userinfo', 'legalpersonname', '法定代表人', '0', 100, 1, 1, '', '', 'legalpersonname', 0, 0, '');
  160. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  161. values (seq_TableColumnConfig.Nextval, 'table_pcweb_userinfo', 'taxpayernum', '纳税人识别号', '0', 110, 1, 1, '', '', 'taxpayernum', 0, 0, '');
  162. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  163. values (seq_TableColumnConfig.Nextval, 'table_pcweb_userinfo', 'attachment1', '证件照', '0', 130, 1, 1, '', '', 'attachment1', 0, 0, '');
  164. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  165. values (seq_TableColumnConfig.Nextval, 'table_pcweb_userinfo', 'address', '地址', '0', 130, 1, 1, '', '', 'address', 0, 0, '');
  166. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  167. values (seq_TableColumnConfig.Nextval, 'table_pcweb_userinfo', 'remark', '备注', '0', 140, 1, 1, '', '', 'remark', 0, 0, '');
  168. -- 仓库信息
  169. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_warehouse', 2, '仓库信息', '', 'web端-仓库信息');
  170. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  171. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse', 'warehousestatus', '状态', '0', 10, 1, 1, '', '', 'warehousestatus', 0, 0, '');
  172. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  173. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse', 'warehousecode', '仓库简称', '0', 20, 1, 1, '', '', 'warehousecode', 0, 0, '');
  174. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  175. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse', 'warehousetype', '仓库类型', '0', 30, 1, 1, '', '', 'warehousetype', 0, 0, '');
  176. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  177. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse', 'warehousename', '仓库名称', '0', 40, 1, 1, '', '', 'warehousename', 0, 0, '');
  178. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  179. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse', 'contactname', '联系人', '0', 50, 1, 1, '', '', 'contactname', 0, 0, '');
  180. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  181. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse', 'contactnum', '联系电话', '0', 60, 1, 1, '', '', 'contactnum', 0, 0, '');
  182. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  183. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse', 'address', '详细地址', '0', 70, 1, 1, '', '', 'address', 0, 0, '');
  184. -- 采购合同--待点价
  185. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_purchase_pointprice', 2, '采购_待点价', '', 'web端-采购-待点价');
  186. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  187. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_pointprice', 'nickname', '销售方', '200', 10, 1, 1, '', '', 'nickname,', 0, 0, '');
  188. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  189. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_pointprice', 'contractno', '合同编号', '0', 20, 1, 1, '', '', 'contractno', 0, 0, '');
  190. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  191. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_pointprice', 'deliverygoodsname', '现货品种', '0', 30, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  192. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  193. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_pointprice', 'wrstandardname', '商品', '200', 40, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  194. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  195. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_pointprice', 'goodsname', '点价合约', '0', 50, 1, 1, '', '', 'goodsname', 0, 0, '');
  196. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  197. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_pointprice', 'pricemove', '升贴水', '0', 60, 1, 1, '', '', 'pricemove', 0, 0, '');
  198. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  199. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_pointprice', 'qty', '合同量', '0', 70, 1, 1, '', '', 'qty', 0, 0, '');
  200. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  201. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_pointprice', 'unpricedqty', '未定价量', '0', 80, 1, 1, '', '', 'unpricedqty', 0, 0, '');
  202. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  203. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_pointprice', 'pricedqty', '已定价量', '0', 90, 1, 1, '', '', 'pricedqty', 0, 0, '');
  204. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  205. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_pointprice', 'unsureqty', '未交收量', '0', 100, 1, 1, '', '', 'unsureqty', 0, 0, '');
  206. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  207. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_pointprice', 'payamount', '已付款额', '0', 110, 1, 1, '', '', 'payamount', 0, 0, '');
  208. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  209. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_pointprice', 'unpayamount', '应付款额', '0', 120, 1, 1, '', '', 'unpayamount', 0, 0, '');
  210. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  211. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_pointprice', 'invoiceamount', '已收票额', '0', 130, 1, 1, '', '', 'invoiceamount', 0, 0, '');
  212. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  213. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_pointprice', 'daikaiamount', '应收票额', '0', 140, 1, 1, '', '', 'unpayamount', 0, 0, '');
  214. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  215. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_pointprice', 'startdate,enddate', '点价期', '200', 160, 1, 1, '', '', 'startdate,enddate', 0, 0, '');
  216. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  217. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_pointprice', 'deliverystartdate,deliveryenddate', '交收期', '200', 150, 1, 1, '', '', 'deliverystartdate,deliveryenddate', 0, 0, '');
  218. -- 采购合同--履约结算
  219. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_purchase_settle', 2, '采购_履约交收', '', 'web端-采购-履约交收');
  220. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  221. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_settle', 'nickname', '销售方', '200', 10, 1, 1, '', '', 'nickname', 0, 0, '');
  222. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  223. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_settle', 'contractno', '合同编号 ', '0', 20, 1, 1, '', '', 'contractno', 0, 0, '');
  224. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  225. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_settle', 'deliverygoodsname', '现货品种', '0', 30, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  226. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  227. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_settle', 'wrstandardname', '商品', '200', 40, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  228. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  229. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_settle', 'qty', '合同量', '0', 50, 1, 1, '', '', 'qty', 0, 0, '');
  230. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  231. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_settle', 'unpricedqty', '未定价量', '0', 60, 1, 1, '', '', 'unpricedqty', 0, 0, '');
  232. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  233. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_settle', 'pricedqty', '已定价量', '0', 70, 1, 1, '', '', 'pricedqty', 0, 0, '');
  234. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  235. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_settle', 'unsureqty', '未交收量', '0', 80, 1, 1, '', '', 'unsureqty', 0, 0, '');
  236. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  237. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_settle', 'payamount', '已付款额', '0', 90, 1, 1, '', '', 'payamount', 0, 0, '');
  238. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  239. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_settle', 'unpayamount', '应付款额', '0', 100, 1, 1, '', '', 'unpayamount', 0, 0, '');
  240. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  241. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_settle', 'invoiceamount', '已收票额', '0', 110, 1, 1, '', '', 'invoiceamount', 0, 0, '');
  242. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  243. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_settle', 'daikaiamount', '应收票额', '0', 120, 1, 1, '', '', 'daikaiAmount', 0, 0, '');
  244. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  245. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_settle', 'startdate,enddate', '点价期', '200', 140, 1, 1, '', '', 'startdate,enddate', 0, 0, '');
  246. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  247. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_settle', 'deliverystartdate,deliveryenddate', '交收期 ', '200', 130, 1, 1, '', '', 'deliverystartdate,deliveryenddate', 0, 0, '');
  248. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  249. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_settle', 'goodsname', '点价合约', '0', 160, 1, 1, '', '', 'goodsname', 0, 0, '');
  250. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  251. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_settle', 'pricemove', '升贴水 ', '0', 170, 1, 1, '', '', 'pricemove', 0, 0, '');
  252. -- 采购合同--全部
  253. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_purchase_all', 2, '采购_全部', '', 'web端-采购-全部');
  254. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  255. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_all', 'contracctstatus', '状态', '0', 10, 1, 1, '', '', 'contracctstatus', 0, 0, '');
  256. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  257. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_all', 'nickname', '销售方', '200', 20, 1, 1, '', '', 'nickname', 0, 0, '');
  258. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  259. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_all', 'contractno', '合同编号', '0', 30, 1, 1, '', '', 'contractno', 0, 0, '');
  260. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  261. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_all', 'deliverygoodsname', '现货品种' , '0', 40, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  262. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  263. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_all', 'wrstandardname', '商品' , '200', 50, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  264. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  265. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_all', 'goodsname', '点价合约', '0', 60, 1, 1, '', '', 'goodsname', 0, 0, '');
  266. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  267. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_all', 'pricemove', '升贴水', '0', 70, 1, 1, '', '', 'pricemove', 0, 0, '');
  268. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  269. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_all', 'qty', '合同量', '0', 80, 1, 1, '', '', 'qty', 0, 0, '');
  270. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  271. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_all', 'unpricedqty', '未定价量', '0', 90, 1, 1, '', '', 'unpricedqty', 0, 0, '');
  272. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  273. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_all', 'pricedqty', '已定价量', '0', 100, 1, 1, '', '', 'pricedqty', 0, 0, '');
  274. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  275. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_all', 'unsureqty', '未交收量', '0', 110, 1, 1, '', '', 'unsureqty', 0, 0, '');
  276. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  277. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_all', 'payamount', '已付款额', '0', 120, 1, 1, '', '', 'payamount', 0, 0, '');
  278. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  279. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_all', 'unpayamount', '待付款额', '0', 130, 1, 1, '', '', 'unpayamount', 0, 0, '');
  280. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  281. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_all', 'invoiceamount', '已收票额', '0',140, 1, 1, '', '', 'invoiceamount', 0, 0, '');
  282. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  283. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_all', 'daikaiamount', '应收票额', '0',150, 1, 1, '', '', 'daikaiAmount', 0, 0, '');
  284. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  285. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_all', 'startdate,enddate', '点价期', '200', 170, 1, 1, '', '', 'startdate,enddate', 0, 0, '');
  286. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  287. values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_all', 'deliverystartdate,deliveryenddate', '交收期', '200', 160, 1, 1, '', '', 'deliverystartdate,deliveryenddate', 0, 0, '');
  288. -- 销售--待点价
  289. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_sales_pointprice', 2, '销售_待点价', '', 'web端-销售-待点价');
  290. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  291. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_pointprice', 'nickname', '采购方', '200', 10, 1, 1, '', '', 'nickname', 0, 0, '');
  292. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  293. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_pointprice', 'contractno', '合同编号', '0', 20, 1, 1, '', '', 'contractno', 0, 0, '');
  294. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  295. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_pointprice', 'deliverygoodsname', '现货品种', '0', 30, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  296. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  297. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_pointprice', 'wrstandardname', '商品', '200', 40, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  298. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  299. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_pointprice', 'goodsname', '点价合约', '0', 50, 1, 1, '', '', 'goodsname', 0, 0, '');
  300. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  301. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_pointprice', 'pricemove', '升贴水', '0', 60, 1, 1, '', '', 'pricemove', 0, 0, '');
  302. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  303. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_pointprice', 'qty', '合同量', '0', 70, 1, 1, '', '', 'qty', 0, 0, '');
  304. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  305. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_pointprice', 'unpricedqty', '未定价量', '0', 80, 1, 1, '', '', 'unpricedqty', 0, 0, '');
  306. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  307. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_pointprice', 'pricedqty', '已定价量', '0', 90, 1, 1, '', '', 'pricedqty', 0, 0, '');
  308. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  309. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_pointprice', 'unsureqty', '未交收量', '0', 100, 1, 1, '', '', 'unsureqty', 0, 0, '');
  310. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  311. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_pointprice', 'payamount', '已收款额', '0', 110, 1, 1, '', '', 'payamount', 0, 0, '');
  312. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  313. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_pointprice', 'unpayamount', '待收款额', '0', 120, 1, 1, '', '', 'unpayAmount', 0, 0, '');
  314. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  315. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_pointprice', 'invoiceamount', '已开票额', '0', 130, 1, 1, '', '', 'invoiceamount', 0, 0, '');
  316. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  317. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_pointprice', 'daikaiamount', '应开票额', '0', 140, 1, 1, '', '', 'daikaiamount', 0, 0, '');
  318. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  319. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_pointprice', 'startdate,enddate', '点价期', '200', 160, 1, 1, '', '', 'startdate,enddate', 0, 0, '');
  320. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  321. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_pointprice', 'deliverystartdate,deliveryenddate', '交收期', '200', 150, 1, 1, '', '', 'deliverystartdate,deliveryenddate', 0, 0, '');
  322. -- 销售--履约交收
  323. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_sales_settle', 2, '销售_履约交收', '', 'web端-销售-履约交收');
  324. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  325. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_settle', 'nickname', '采购方', '200', 10, 1, 1, '', '', 'nickname', 0, 0, '');
  326. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  327. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_settle', 'contractno', '合同编号', '0', 20, 1, 1, '', '', 'contractno', 0, 0, '');
  328. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  329. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_settle', 'deliverygoodsname', '现货品种', '0', 30, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  330. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  331. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_settle', 'wrstandardname', '商品', '200', 40, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  332. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  333. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_settle', 'qty', '合同量', '0', 50, 1, 1, '', '', 'qty', 0, 0, '');
  334. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  335. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_settle', 'unpricedqty', '未定价量', '0', 60, 1, 1, '', '', 'unpricedqty', 0, 0, '');
  336. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  337. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_settle', 'pricedqty', '已定价量', '0', 70, 1, 1, '', '', 'pricedqty', 0, 0, '');
  338. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  339. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_settle', 'unsureqty', '未交收量', '0', 80, 1, 1, '', '', 'unsureqty', 0, 0, '');
  340. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  341. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_settle', 'payamount', '已收款额', '0', 90, 1, 1, '', '', 'payamount', 0, 0, '');
  342. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  343. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_settle', 'unpayamount', '待收款额', '0', 100, 1, 1, '', '', 'unpayAmount', 0, 0, '');
  344. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  345. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_settle', 'invoiceamount', '已开票额', '0', 110, 1, 1, '', '', 'invoiceamount', 0, 0, '');
  346. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  347. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_settle', 'daikaiamount', '应开票额', '0', 120, 1, 1, '', '', 'daikaiamount', 0, 0, '');
  348. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  349. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_settle', 'startdate,enddate', '点价期', '200', 140, 1, 1, '', '', 'startdate,enddate', 0, 0, '');
  350. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  351. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_settle', 'deliverystartdate,deliveryenddate', '交收期 ', '200', 130, 1, 1, '', '', 'deliverystartdate,deliveryenddate', 0, 0, '');
  352. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  353. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_settle', 'goodsname', '点价合约', '0', 160, 1, 1, '', '', 'goodsname', 0, 0, '');
  354. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  355. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_settle', 'pricemove', '升贴水 ', '0', 170, 1, 1, '', '', 'pricemove', 0, 0, '');
  356. -- 销售--全部
  357. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_sales_all', 2, '销售_全部', '', 'web端-销售-全部');
  358. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  359. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_all', 'contracctstatus', '状态', '0', 10, 1, 1, '', '', 'contracctstatus', 0, 0, '');
  360. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  361. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_all', 'nickname', '采购方', '200', 20, 1, 1, '', '', 'nickname', 0, 0, '');
  362. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  363. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_all', 'contractno', '合同编号', '0', 30, 1, 1, '', '', 'contractno', 0, 0, '');
  364. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  365. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_all', 'deliverygoodsname', '现货品种', '0', 40, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  366. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  367. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_all', 'wrstandardname', '商品', '200', 50, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  368. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  369. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_all', 'goodsname', '点价合约', '0', 60, 1, 1, '', '', 'goodsname', 0, 0, '');
  370. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  371. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_all', 'pricemove', '升贴水', '0', 70, 1, 1, '', '', 'pricemove', 0, 0, '');
  372. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  373. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_all', 'qty', '合同量', '0', 80, 1, 1, '', '', 'qty', 0, 0, '');
  374. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  375. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_all', 'unpricedqty', '未定价量', '0', 90, 1, 1, '', '', 'unpricedqty', 0, 0, '');
  376. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  377. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_all', 'pricedqty', '已定价量', '0', 100, 1, 1, '', '', 'pricedqty', 0, 0, '');
  378. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  379. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_all', 'unsureqty', '未交收量', '0', 110, 1, 1, '', '', 'unsureqty', 0, 0, '');
  380. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  381. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_all', 'payamount', '已收款额', '0', 120, 1, 1, '', '', 'payamount', 0, 0, '');
  382. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  383. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_all', 'unpayamount', '应收款额', '0', 130, 1, 1, '', '', 'unpayAmount', 0, 0, '');
  384. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  385. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_all', 'invoiceamount', '已开票额', '0',140, 1, 1, '', '', 'invoiceamount', 0, 0, '');
  386. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  387. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_all', 'daikaiamount', '应开票额', '0',150, 1, 1, '', '', 'daikaiAmount', 0, 0, '');
  388. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  389. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_all', 'startdate,enddate', '点价期', '200', 170, 1, 1, '', '', 'startdate,enddate', 0, 0, '');
  390. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  391. values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_all', 'deliverystartdate,deliveryenddate', '交收期', '200', 160, 1, 1, '', '', 'deliverystartdate,deliveryenddate', 0, 0, '');
  392. -- 敞口--实时敞口
  393. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_exposure', 2, '实时敞口', '', 'web端-实时敞口');
  394. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  395. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure', 'MiddleGoodsName', '套保品种/代码', '0', 10, 1, 1, '', '', 'MiddleGoodsName', 0, 0, '');
  396. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  397. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure', 'TotalSpotQty', '现货总量', '0', 30, 1, 1, '', 'FormatterUnit,ENUMDICNAME', 'TotalSpotQty', 0, 0, '');
  398. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  399. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure', 'DiffSpotQty', '现货总量变动量', '150', 40, 1, 1, '', '', 'DiffSpotQty', 0, 0, '');
  400. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  401. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure', 'hedgeqty', '套保量', '0', 50, 1, 1, '', 'FormatterUnit,ENUMDICNAME', 'hedgeqty', 0, 0, '');
  402. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  403. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure', 'arbitrageqty', '套利量', '0', 60, 1, 1, '', 'FormatterUnit,ENUMDICNAME', 'arbitrageqty', 0, 0, '');
  404. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  405. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure', 'DiffHedgeQty', '套保变动量', '0', 70, 1, 1, '', 'FormatterUnit,ENUMDICNAME', 'diffHedgeQty', 0, 0, '');
  406. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  407. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure', 'DiffArbitrageQty', '套利变动量', '0', 80, 1, 1, '', 'FormatterUnit,ENUMDICNAME', 'diffArbitrageQty', 0, 0, '');
  408. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  409. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure', 'MiddleGoodsHedgeRatio', '套保比例', '0', 90, 1, 1, '', 'FromatterPercent', 'MiddleGoodsHedgeRatio', 0, 0, '');
  410. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  411. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure', 'needarbitrageratio', '套利比例', '0', 100, 1, 1, '', 'FromatterPercent', 'needarbitrageratio', 0, 0, '');
  412. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  413. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure', 'needhedgeqty', '应套保量', '0', 110, 1, 1, '', 'FormatterUnit,ENUMDICNAME', 'needhedgeqty', 0, 0, '');
  414. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  415. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure', 'needarbitrageqty', '应套利量', '0', 120, 1, 1, '', 'FormatterUnit,ENUMDICNAME', 'needarbitrageqty', 0, 0, '');
  416. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  417. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure', 'TotalNeedHedgeQty', '现货应套保总量', '150', 130, 1, 1, '', 'FormatterUnit,ENUMDICNAME', 'TotalNeedHedgeQty', 0, 0, '');
  418. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  419. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure', 'DiffSpotHedgeQty', '现货应套保总量变动量', '200', 140, 1, 1, '', 'FormatterUnit,ENUMDICNAME', 'diffSpotHedgeQty', 0, 0, '');
  420. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  421. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure', 'TotalFutureQty', '期货总量', '0', 150, 1, 1, '', 'FormatterUnit,ENUMDICNAME', 'TotalFutureQty', 0, 0, '');
  422. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  423. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure', 'DiffFutuQty', '期货总量变动量', '0', 160, 1, 1, '', 'FormatterUnit,ENUMDICNAME', 'diffFutuQty', 0, 0, '');
  424. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  425. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure', 'NeedHedgeExposoure', '套保敞口', '0', 170, 1, 1, '', '', 'NeedHedgeExposoure', 0, 0, '');
  426. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  427. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure', 'DiffExposoureQty', '套保敞口变动量', '150', 180, 1, 1, '', 'FormatterUnit,ENUMDICNAME', 'diffExposoureQty', 0, 0, '');
  428. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  429. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure', 'TotalExposure', '总敞口', '0', 190, 1, 1, '', '', 'TotalExposure', 0, 0, '');
  430. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  431. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure', 'DiffQty', '总敞口变动量', '150', 200, 1, 1, '', 'FormatterUnit,ENUMDICNAME', 'diffQty', 0, 0, '');
  432. -- 实时敞口--现货明细
  433. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_exposure_detail', 2, '实时敞口--现货明细', '', 'web端--实时敞口--现货明细');
  434. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  435. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_detail', 'middlegoodsname', '套保品种/代码', '250', 10, 1, 1, '', '', 'middlegoodsname', 0, 0, '');
  436. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  437. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_detail', 'createtime', '时间', '0', 20, 1, 1, '', '', 'createtime', 0, 0, '');
  438. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  439. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_detail', 'contracttype', '类型', '0', 30, 1, 1, '', '', 'contracttype', 0, 0, '');
  440. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  441. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_detail', 'wrstandardname', '现货商品', '0', 40, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  442. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  443. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_detail', 'qty', '现货商品变动量', '0', 50, 1, 1, '', 'FormatterUnit,enumdicname', 'qty', 0, 0, '');
  444. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  445. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_detail', 'changeQty', '套保品种变动量', '0', 60, 1, 1, '', 'FormatterUnit,enumdicname', 'changeQty', 0, 0, '');
  446. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  447. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_detail', 'relateNo', '合同(计划)编号 ', '0', 70, 1, 1, '', '', 'relateNo', 0, 0, '');
  448. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  449. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_detail', 'convertfactor', '折算系数', '0', 80, 1, 1, '', '', 'convertfactor', 0, 0, '');
  450. -- 实时敞口--期货明细
  451. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_exposure_futures_detail', 2, '实时敞口--期货明细', '', 'web端--实时敞口--期货明细');
  452. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  453. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_futures_detail', 'goodsname', '期货合约/代码 ', '0', 10, 1, 1, '', '', 'goodsname', 0, 0, '');
  454. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  455. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_futures_detail', 'ydqty', '昨日持仓', '0', 30, 1, 1, '', '', 'ydqty', 0, 0, '');
  456. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  457. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_futures_detail', 'diffqty', '持仓变动量', '0', 40, 1, 1, '', '', 'diffqty', 0, 0, '');
  458. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  459. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_futures_detail', 'curqty', '当前持仓', '0', 50, 1, 1, '', '', 'curqty', 0, 0, '');
  460. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  461. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_futures_detail', 'diffhedgeqty', '套保品种变动量', '0', 60, 1, 1, '', '', 'diffhedgeqty', 0, 0, '');
  462. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  463. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_futures_detail', 'agreeunit', '合约单位', '0', 70, 1, 1, '', '', 'agreeunit', 0, 0, '');
  464. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  465. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_futures_detail', 'convertratio', '期货品种系数 ', '0', 80, 1, 1, '', '', 'convertratio', 0, 0, '');
  466. -- 敞口--现货头寸
  467. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_exposure_spotposition', 2, '敞口--现货头寸', '', 'web端--敞口--现货头寸');
  468. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  469. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_spotposition', 'deliverygoodsname', '现货品种', '0', 10, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  470. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  471. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_spotposition', 'deliverygoodscode', '代码', '0', 20, 1, 1, '', '', 'wrstandardcode', 0, 0, '');
  472. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  473. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_spotposition', 'oritoalspotqty', '昨日数量', '0', 30, 1, 1, '', 'FormatterUnit,enumdicname', 'oritoalspotqty', 0, 0, '');
  474. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  475. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_spotposition', 'increaseqty', '增加数量', '0', 40, 1, 1, '', 'FormatterUnit,enumdicname', 'increaseqty', 0, 0, '');
  476. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  477. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_spotposition', 'decreaseqty', '减少数量', '0', 50, 1, 1, '', '', 'decreaseqty', 0, 0, '');
  478. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  479. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_spotposition', 'totalspotqty', '当前数量', '0', 60, 1, 1, '', 'FormatterUnit,enumdicname', 'totalspotqty', 0, 0, '');
  480. -- 敞口--现货头寸--现货明细
  481. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_exposure_spotposition_detail', 2, '敞口--现货头寸--现货明细', '', 'web端-敞口--现货头寸--现货明细');
  482. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  483. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_spotposition_detail', 'createtime', '时间', '0', 10, 1, 1, '', '', 'createtime', 0, 0, '');
  484. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  485. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_spotposition_detail', 'relatedno', '编号 ', '0', 20, 1, 1, '', '', 'relatedno', 0, 0, '');
  486. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  487. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_spotposition_detail', 'logtype', '类型', '0', 30, 1, 1, '', '', 'logtype', 0, 0, '');
  488. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  489. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_spotposition_detail', 'deliverygoodsname', '现货品种', '0', 40, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  490. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  491. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_spotposition_detail', 'qty', '数量', '0', 50, 1, 1, '', 'FormatterUnit,enumdicname', 'qty', 0, 0, '');
  492. -- 敞口--期货头寸
  493. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_exposure_futuresposition', 2, '敞口--期货头寸', '', 'web端-敞口--期货头寸');
  494. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  495. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_futuresposition', 'goodsname', '期货合约', '0', 10, 1, 1, '', '', 'goodsname', 0, 0, '');
  496. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  497. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_futuresposition', 'goodscode', '代码 ', '0', 20, 1, 1, '', '', 'goodscode', 0, 0, '');
  498. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  499. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_futuresposition', 'totalydqty', '昨日数量', '0', 30, 1, 1, '', '', 'totalydqty', 0, 0, '');
  500. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  501. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_futuresposition', 'increaseqty', '增加数量', '0', 40, 1, 1, '', '', 'increaseqty', 0, 0, '');
  502. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  503. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_futuresposition', 'decreaseqty', '减少数量 ', '0', 50, 1, 1, '', '', 'decreaseqty', 0, 0, '');
  504. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  505. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_futuresposition', 'totalcurqty', '当前数量', '0', 60, 1, 1, '', '', 'totalcurqty', 0, 0, '');
  506. -- 敞口--期货头寸--期货明细
  507. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_exposure_futuresposition_detail', 2, '敞口--现货头寸--期货明细', '', 'web端-敞口--现货头寸--期货明细');
  508. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  509. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_futuresposition_detail', 'tradetime', '时间', '0', 10, 1, 1, '', '', 'tradetime', 0, 0, '');
  510. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  511. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_futuresposition_detail', 'goodsname', '期货合约 ', '0', 20, 1, 1, '', '', 'goodsname', 0, 0, '');
  512. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  513. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_futuresposition_detail', 'buyorsell', '方向', '0', 30, 1, 1, '', '', 'buyorsell', 0, 0, '');
  514. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  515. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_futuresposition_detail', 'channelbuildtype', '开平', '0', 40, 1, 1, '', '', 'channelbuildtype', 0, 0, '');
  516. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  517. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_futuresposition_detail', 'tradeqty', '数量(手)', '0', 50, 1, 1, '', '', 'tradeqty', 0, 0, '');
  518. -- 报表-现货日报表-详情
  519. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_report_spot_detail_day', 2, '现货日报表-详情', '', 'web端-现货日报表-详情');
  520. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  521. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_spot_detail_day', 'logdatetime', '发生时间', '0', 10, 1, 1, '', '', 'logdatetime', 0, 0, '');
  522. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  523. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_spot_detail_day', 'brandname', '商品品类 ', '0', 20, 1, 1, '', '', 'brandname', 0, 0, '');
  524. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  525. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_spot_detail_day', 'logtypename', '合同类型', '0', 30, 1, 1, '', '', 'logtypename', 0, 0, '');
  526. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  527. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_spot_detail_day', 'relatedno', '合同编号 ', '0', 40, 1, 1, '', '', 'relatedno', 0, 0, '');
  528. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  529. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_spot_detail_day', 'biztype', '操作类型', '0', 50, 1, 1, '', '', 'biztype', 0, 0, '');
  530. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  531. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_spot_detail_day', 'logvalue', '值 ', '0', 60, 1, 1, '', '', 'logvalue', 0, 0, '');
  532. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  533. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_spot_detail_day', 'applyname', '操作人', '0', 70, 1, 1, '', '', 'applyname', 0, 0, '');
  534. -- 报表-现货月报表-详情
  535. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_report_spot_detail_month', 2, '现货月报表-详情', '', 'web端-现货月报表-详情');
  536. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  537. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_spot_detail_month', 'reckondate', '日期', '0', 10, 1, 1, '', '', 'reckondate', 0, 0, '');
  538. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  539. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_spot_detail_month', 'totalbuypricedqty', '采购定价量', '0', 20, 1, 1, '', '', 'totalbuypricedqty', 0, 0, '');
  540. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  541. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_spot_detail_month', 'totalsellpricedqty', '销售定价量 ', '0', 30, 1, 1, '', '', 'totalsellpricedqty', 0, 0, '');
  542. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  543. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_spot_detail_month', 'todaysellreckonqty', '采购确定量', '0', 40, 1, 1, '', '', 'todaysellreckonqty', 0, 0, '');
  544. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  545. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_spot_detail_month', 'todaysellreckonqty', '销售确定量 ', '0', 50, 1, 1, '', '', 'todaysellreckonqty', 0, 0, '');
  546. -- 报表-财务报表-款项-日报表
  547. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_report_fincial_payment_day', 2, '报表-财务报表-款项-日报表', '', 'web端-报表-财务报表-款项-日报表');
  548. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  549. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_fincial_payment_day', 'logdatetime', '款项发生时间', '0', 10, 1, 1, '', '', 'logdatetime', 0, 0, '');
  550. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  551. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_fincial_payment_day', 'logtypename', '合同类型', '0', 20, 1, 1, '', '', 'logtypename', 0, 0, '');
  552. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  553. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_fincial_payment_day', 'relatedno', '合同编号 ', '0', 30, 1, 1, '', '', 'relatedno', 0, 0, '');
  554. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  555. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_fincial_payment_day', 'biztype', '类型', '0', 40, 1, 1, '', '', 'biztype', 0, 0, '');
  556. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  557. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_fincial_payment_day', 'logvalue', '金额 ', '0', 50, 1, 1, '', '', 'logvalue', 0, 0, '');
  558. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  559. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_fincial_payment_day', 'applyname', '操作人', '0', 60, 1, 1, '', '', 'applyname', 0, 0, '');
  560. -- 报表-财务报表-发票-日报表
  561. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_report_fincial_invoice_day', 2, '报表-财务报表-发票-日报表', '', 'web端-报表-财务报表-发票-日报表');
  562. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  563. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_fincial_invoice_day', 'logdatetime', '发票发生时间', '0', 10, 1, 1, '', '', 'logdatetime', 0, 0, '');
  564. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  565. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_fincial_invoice_day', 'optypename', '合同类型', '0', 20, 1, 1, '', '', 'optypename', 0, 0, '');
  566. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  567. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_fincial_invoice_day', 'relatedno', '合同编号', '0', 30, 1, 1, '', '', 'relatedno', 0, 0, '');
  568. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  569. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_fincial_invoice_day', 'contracttype', '类型', '0', 40, 1, 1, '', '', 'contracttype', 0, 0, '');
  570. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  571. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_fincial_invoice_day', 'logvalue', '金额 ', '0', 50, 1, 1, '', '', 'logvalue', 0, 0, '');
  572. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  573. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_fincial_invoice_day', 'applyname', '操作人', '0', 60, 1, 1, '', '', 'applyname', 0, 0, '');
  574. -- 报表-财务报表-月报表
  575. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_report_fincial_month', 2, '报表-财务报表-月报表', '', 'web端-报表-财务报表-月报表');
  576. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  577. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_fincial_month', 'updatetime', '日期', '0', 10, 1, 1, '', '', 'updatetime', 0, 0, '');
  578. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  579. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_fincial_month', 'collectmoneycount', '收笔款数', '0', 20, 1, 1, '', '', 'collectmoneycount', 0, 0, '');
  580. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  581. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_fincial_month', 'collectmoneyamount', '收款金额 ', '0', 30, 1, 1, '', '', 'collectmoneyamount', 0, 0, '');
  582. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  583. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_fincial_month', 'paymoneycount', '付款笔数', '0', 40, 1, 1, '', '', 'paymoneycount', 0, 0, '');
  584. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  585. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_fincial_month', 'paymoneyamount', '付款金额 ', '0', 50, 1, 1, '', '', 'paymoneyamount', 0, 0, '');
  586. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  587. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_fincial_month', 'payinvoicecount', '收票笔数', '0', 60, 1, 1, '', '', 'payinvoicecount', 0, 0, '');
  588. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  589. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_fincial_month', 'payinvoiceamount', '收票金额 ', '0', 70, 1, 1, '', '', 'payinvoiceamount', 0, 0, '');
  590. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  591. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_fincial_month', 'collectinvoicecount', '开票笔数', '0', 80, 1, 1, '', '', 'collectinvoicecount', 0, 0, '');
  592. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  593. values (seq_TableColumnConfig.Nextval, 'table_pcweb_report_fincial_month', 'collectinvoiceamount', '开票金额 ', '0', 90, 1, 1, '', '', 'collectinvoiceamount', 0, 0, '');
  594. -- 业务审核-点价
  595. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_business_aduit_dj', 2, '业务审核-点价', '', 'web端-业务审核-点价');
  596. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  597. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_dj', 'applystatus', '状态', '0', 10, 1, 1, '', '', 'contractstatus', 0, 0, '');
  598. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  599. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_dj', 'contracttype', '合同类型', '0', 20, 1, 1, '', '', 'contracttype', 0, 0, '');
  600. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  601. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_dj', 'buyusernameOrsellusername', '对手方', '0', 30, 1, 1, '', '', 'buyusernameOrsellusername', 0, 0, '');
  602. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  603. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_dj', 'contractno', '合同编号', '0', 40, 1, 1, '', '', 'contractno', 0, 0, '');
  604. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  605. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_dj', 'deliverygoodsname', '现货品种', '0', 50, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  606. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  607. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_dj', 'pricetype', '点价类型', '0', 60, 1, 1, '', '', 'pricetype', 0, 0, '');
  608. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  609. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_dj', 'goodsname', '点价合约', '0', 70, 1, 1, '', '', 'goodsname', 0, 0, '');
  610. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  611. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_dj', 'pricedPrice', '点价价格', '0', 80, 1, 1, '', '', 'pricedPrice', 0, 0, '');
  612. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  613. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_dj', 'pricemove', '升贴水', '0', 90, 1, 1, '', '', 'pricemove', 0, 0, '');
  614. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  615. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_dj', 'pricedQty', '点价数量', '0', 100, 1, 1, '', '', 'applyname', 0, 0, '');
  616. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  617. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_dj', 'amount', '点价金额', '0', 110, 1, 1, '', '', 'amount', 0, 0, '');
  618. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  619. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_dj', 'applytime', '登记时间', '0', 120, 1, 1, '', '', 'audittime', 0, 0, '');
  620. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  621. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_dj', 'applyname', '登记人', '0', 130, 1, 1, '', '', 'contractstatus', 0, 0, '');
  622. -- 业务审核-点价-已审核
  623. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_business_aduit_ydj', 2, '业务审核-点价', '', 'web端-业务审核-点价');
  624. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  625. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_ydj', 'applystatus', '状态', '0', 10, 1, 1, '', '', 'contractstatus', 0, 0, '');
  626. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  627. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_ydj', 'contracttype', '合同类型', '0', 20, 1, 1, '', '', 'contracttype', 0, 0, '');
  628. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  629. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_ydj', 'buyusernameOrsellusername', '对手方', '0', 30, 1, 1, '', '', 'buyusernameOrsellusername', 0, 0, '');
  630. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  631. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_ydj', 'contractno', '合同编号', '0', 40, 1, 1, '', '', 'contractno', 0, 0, '');
  632. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  633. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_ydj', 'deliverygoodsname', '现货品种', '0', 50, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  634. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  635. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_ydj', 'pricetype', '点价类型', '0', 60, 1, 1, '', '', 'pricetype', 0, 0, '');
  636. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  637. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_ydj', 'goodsname', '点价合约', '0', 70, 1, 1, '', '', 'goodsname', 0, 0, '');
  638. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  639. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_ydj', 'pricedPrice', '点价价格', '0', 80, 1, 1, '', '', 'pricedPrice', 0, 0, '');
  640. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  641. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_ydj', 'pricemove', '升贴水', '0', 90, 1, 1, '', '', 'pricemove', 0, 0, '');
  642. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  643. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_ydj', 'pricedQty', '点价数量', '0', 100, 1, 1, '', '', 'applyname', 0, 0, '');
  644. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  645. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_ydj', 'amount', '点价金额', '0', 110, 1, 1, '', '', 'amount', 0, 0, '');
  646. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  647. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_ydj', 'applytime', '登记时间', '0', 120, 1, 1, '', '', 'audittime', 0, 0, '');
  648. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  649. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_ydj', 'applyname', '登记人', '0', 130, 1, 1, '', '', 'contractstatus', 0, 0, '');
  650. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  651. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_ydj', 'audittime', '审核时间', '0', 130, 1, 1, '', '', 'audittime', 0, 0, '');
  652. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  653. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_ydj', 'auditid', '审核人', '0', 130, 1, 1, '', '', 'auditid', 0, 0, '');
  654. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  655. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_ydj', 'auditremark', '审核意见', '0', 130, 1, 1, '', '', 'auditremark', 0, 0, '');
  656. -- 业务审核-交收
  657. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_business_aduit_js', 2, '业务审核-交收', '', 'web端-业务审核-交收');
  658. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  659. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_js', 'applystatus', '状态', '0', 10, 1, 1, '', '', 'applystatus', 0, 0, '');
  660. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  661. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_js', 'contracttype', '合同类型', '0', 20, 1, 1, '', '', 'contracttype', 0, 0, '');
  662. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  663. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_js', 'buyusernameOrsellusername', '对手方', '0', 30, 1, 1, '', '', 'buyusernameOrsellusername', 0, 0, '');
  664. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  665. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_js', 'contractno', '合同编号', '0', 40, 1, 1, '', '', 'contractno', 0, 0, '');
  666. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  667. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_js', 'deliverygoodsname', '现货品种', '0', 50, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  668. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  669. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_js', 'operateapplytype', '点价类型', '0', 60, 1, 1, '', '', 'operateapplytype', 0, 0, '');
  670. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  671. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_js', 'reckonrealqty', '交收量', '0', 70, 1, 1, '', '', 'reckonrealqty', 0, 0, '');
  672. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  673. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_js', 'reckonotheramount', '其它费用', '0', 80, 1, 1, '', '', 'reckonotheramount', 0, 0, '');
  674. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  675. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_js', 'addmargin||decmargin', '调整保证金', '0', 90, 1, 1, '', '', 'addmargin||decmargin', 0, 0, '');
  676. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  677. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_js', 'reckonadjustamount', '调整金额', '0', 100, 1, 1, '', '', 'reckonadjustamount', 0, 0, '');
  678. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  679. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_js', 'applytime', '登记时间', '0', 110, 1, 1, '', '', 'audittime', 0, 0, '');
  680. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  681. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_js', 'applyname', '登记人', '0', 120, 1, 1, '', '', 'auditname', 0, 0, '');
  682. -- 业务审核-交收-已审核
  683. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_business_aduit_yjs', 2, '业务审核-交收', '', 'web端-业务审核-交收');
  684. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  685. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_yjs', 'applystatus', '状态', '0', 10, 1, 1, '', '', 'applystatus', 0, 0, '');
  686. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  687. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_yjs', 'contracttype', '合同类型', '0', 20, 1, 1, '', '', 'contracttype', 0, 0, '');
  688. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  689. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_yjs', 'buyusernameOrsellusername', '对手方', '0', 30, 1, 1, '', '', 'buyusernameOrsellusername', 0, 0, '');
  690. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  691. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_yjs', 'contractno', '合同编号', '0', 40, 1, 1, '', '', 'contractno', 0, 0, '');
  692. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  693. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_yjs', 'deliverygoodsname', '现货品种', '0', 50, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  694. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  695. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_yjs', 'operateapplytype', '点价类型', '0', 60, 1, 1, '', '', 'operateapplytype', 0, 0, '');
  696. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  697. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_yjs', 'reckonrealqty', '交收量', '0', 70, 1, 1, '', '', 'reckonrealqty', 0, 0, '');
  698. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  699. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_yjs', 'reckonotheramount', '其它费用', '0', 80, 1, 1, '', '', 'reckonotheramount', 0, 0, '');
  700. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  701. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_yjs', 'addmargin||decmargin', '调整保证金', '0', 90, 1, 1, '', '', 'addmargin||decmargin', 0, 0, '');
  702. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  703. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_yjs', 'reckonadjustamount', '调整金额', '0', 100, 1, 1, '', '', 'reckonadjustamount', 0, 0, '');
  704. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  705. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_yjs', 'applytime', '登记时间', '0', 110, 1, 1, '', '', 'audittime', 0, 0, '');
  706. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  707. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_yjs', 'applyname', '登记人', '0', 120, 1, 1, '', '', 'auditname', 0, 0, '');
  708. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  709. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_yjs', 'audittime', '审核时间', '0', 130, 1, 1, '', '', 'audittime', 0, 0, '');
  710. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  711. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_yjs', 'auditid', '审核人', '0', 130, 1, 1, '', '', 'auditid', 0, 0, '');
  712. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  713. values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_yjs', 'auditremark', '审核意见', '0', 130, 1, 1, '', '', 'auditremark', 0, 0, '');
  714. -- 财务审核-发票
  715. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_fincial_aduit_fp', 2, '业务审核-发票', '', 'web端-业务审核-发票');
  716. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  717. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_fp', 'applystatus', '状态', '0', 10, 1, 1, '', '', 'applystatus', 0, 0, '');
  718. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  719. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_fp', 'contracttype', '合同类型', '0', 20, 1, 1, '', '', 'contracttype', 0, 0, '');
  720. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  721. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_fp', 'buyusernameOrsellusername', '对手方', '0', 30, 1, 1, '', '', 'contracttype', 0, 0, '');
  722. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  723. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_fp', 'contractno', '合同编号', '0', 40, 1, 1, '', '', 'contractno', 0, 0, '');
  724. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  725. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_fp', 'deliverygoodsname', '现货品种', '0', 50, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  726. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  727. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_fp', 'pricetype', '点价类型', '0', 60, 1, 1, '', '', 'pricetype', 0, 0, '');
  728. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  729. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_fp', 'invoicetype', '发票类型', '0', 70, 1, 1, '', '', 'contracttype', 0, 0, '');
  730. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  731. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_fp', 'invoiceamount', '金额', '0', 80, 1, 1, '', '', 'invoiceamount', 0, 0, '');
  732. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  733. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_fp', 'applytime', '登记时间', '0', 90, 1, 1, '', '', 'applytime', 0, 0, '');
  734. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  735. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_fp', 'applyname', '登记人', '0', 100, 1, 1, '', '', 'applyname', 0, 0, '');
  736. -- 财务审核-发票-已审核
  737. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_fincial_aduit_yfp', 2, '业务审核-发票', '', 'web端-业务审核-发票');
  738. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  739. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_yfp', 'applystatus', '状态', '0', 10, 1, 1, '', '', 'applystatus', 0, 0, '');
  740. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  741. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_yfp', 'contracttype', '合同类型', '0', 20, 1, 1, '', '', 'contracttype', 0, 0, '');
  742. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  743. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_yfp', 'buyusernameOrsellusername', '对手方', '0', 30, 1, 1, '', '', 'contracttype', 0, 0, '');
  744. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  745. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_yfp', 'contractno', '合同编号', '0', 40, 1, 1, '', '', 'contractno', 0, 0, '');
  746. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  747. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_yfp', 'deliverygoodsname', '现货品种', '0', 50, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  748. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  749. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_yfp', 'pricetype', '点价类型', '0', 60, 1, 1, '', '', 'pricetype', 0, 0, '');
  750. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  751. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_yfp', 'invoicetype', '发票类型', '0', 70, 1, 1, '', '', 'contracttype', 0, 0, '');
  752. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  753. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_yfp', 'invoiceamount', '金额', '0', 80, 1, 1, '', '', 'invoiceamount', 0, 0, '');
  754. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  755. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_yfp', 'applytime', '登记时间', '0', 90, 1, 1, '', '', 'applytime', 0, 0, '');
  756. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  757. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_yfp', 'applyname', '登记人', '0', 100, 1, 1, '', '', 'applyname', 0, 0, '');
  758. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  759. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_yfp', 'audittime', '审核时间', '0', 130, 1, 1, '', '', 'audittime', 0, 0, '');
  760. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  761. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_yfp', 'auditid', '审核人', '0', 130, 1, 1, '', '', 'auditid', 0, 0, '');
  762. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  763. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_yfp', 'auditremark', '审核意见', '0', 130, 1, 1, '', '', 'auditremark', 0, 0, '');
  764. -- 财务审核-款项
  765. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_fincial_aduit_kx', 2, '财务审核-款项', '', 'web端-财务审核-款项');
  766. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  767. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_kx', 'contractstatus', '状态', '0', 10, 1, 1, '', '', 'contractstatus', 0, 0, '');
  768. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  769. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_kx', 'contracttype', '合同类型', '0', 20, 1, 1, '', '', 'contracttype', 0, 0, '');
  770. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  771. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_kx', 'buyusernameOrsellusername', '对手方', '0', 30, 1, 1, '', '', 'userinfotype', 0, 0, '');
  772. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  773. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_kx', 'contractno', '合同编号', '0', 40, 1, 1, '', '', 'contractno', 0, 0, '');
  774. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  775. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_kx', 'deliverygoodsname', '现货品种', '0', 50, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  776. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  777. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_kx', 'operateapplytype', '点价类型', '0', 60, 1, 1, '', '', 'operateapplytype', 0, 0, '');
  778. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  779. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_kx', 'kxtype', '款项类型', '0', 70, 1, 1, '', '', 'kxtype', 0, 0, '');
  780. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  781. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_kx', 'payamount', '金额', '0', 80, 1, 1, '', '', 'payamount', 0, 0, '');
  782. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  783. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_kx', 'applytime', '登记时间', '0', 90, 1, 1, '', '', 'applytime', 0, 0, '');
  784. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  785. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_kx', 'applyname', '登记人', '0', 100, 1, 1, '', '', 'applyname', 0, 0, '');
  786. -- 财务审核-款项-已审核
  787. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_fincial_aduit_ykx', 2, '财务审核-款项', '', 'web端-财务审核-款项');
  788. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  789. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_ykx', 'contractstatus', '状态', '0', 10, 1, 1, '', '', 'contractstatus', 0, 0, '');
  790. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  791. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_ykx', 'contracttype', '合同类型', '0', 20, 1, 1, '', '', 'contracttype', 0, 0, '');
  792. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  793. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_ykx', 'buyusernameOrsellusername', '对手方', '0', 30, 1, 1, '', '', 'userinfotype', 0, 0, '');
  794. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  795. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_ykx', 'contractno', '合同编号', '0', 40, 1, 1, '', '', 'contractno', 0, 0, '');
  796. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  797. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_ykx', 'deliverygoodsname', '现货品种', '0', 50, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  798. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  799. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_ykx', 'operateapplytype', '点价类型', '0', 60, 1, 1, '', '', 'operateapplytype', 0, 0, '');
  800. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  801. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_ykx', 'kxtype', '款项类型', '0', 70, 1, 1, '', '', 'kxtype', 0, 0, '');
  802. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  803. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_ykx', 'payamount', '金额', '0', 80, 1, 1, '', '', 'payamount', 0, 0, '');
  804. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  805. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_ykx', 'applytime', '登记时间', '0', 90, 1, 1, '', '', 'applytime', 0, 0, '');
  806. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  807. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_ykx', 'applyname', '登记人', '0', 100, 1, 1, '', '', 'applyname', 0, 0, '');
  808. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  809. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_ykx', 'audittime', '审核时间', '0', 130, 1, 1, '', '', 'audittime', 0, 0, '');
  810. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  811. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_ykx', 'auditid', '审核人', '0', 130, 1, 1, '', '', 'auditid', 0, 0, '');
  812. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  813. values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_ykx', 'auditremark', '审核意见', '0', 130, 1, 1, '', '', 'auditremark', 0, 0, '');
  814. -- 库存审核 - 入库
  815. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_stock_aduit_in', 2, '库存审核-入库', '', 'web端-库存审核-入库');
  816. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  817. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_in', 'applystatus', '状态', '0', 10, 1, 1, '', '', 'applystatus', 0, 0, '');
  818. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  819. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_in', 'inouttype', '出入库类型', '0', 20, 1, 1, '', '', 'inouttype', 0, 0, '');
  820. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  821. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_in', 'deliverygoodsname', '现货品种', '0', 30, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  822. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  823. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_in', 'wrstandardname', '商品', '0', 40, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  824. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  825. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_in', 'brandname', '品牌', '0', 50, 1, 1, '', '', 'brandname', 0, 0, '');
  826. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  827. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_in', 'warehousecode', '仓库', '0', 60, 1, 1, '', '', 'warehousecode', 0, 0, '');
  828. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  829. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_in', 'qty', '数量', '0', 60, 1, 1, '', '', 'qty', 0, 0, '');
  830. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  831. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_in', 'contracttype', '合同类型', '0', 70, 1, 1, '', '', 'contracttype', 0, 0, '');
  832. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  833. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_in', 'buynicknameOrsellusername', '对手方', '0', 80, 1, 1, '', '', 'buynicknameOrsellusername', 0, 0, '');
  834. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  835. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_in', 'contractno', '合同编号', '0', 90, 1, 1, '', '', 'contractno', 0, 0, '');
  836. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  837. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_in', 'pricetype', '点价类型', '0', 100, 1, 1, '', '', 'pricetype', 0, 0, '');
  838. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  839. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_in', 'applytime', '登记时间', '0', 110, 1, 1, '', '', 'applytime', 0, 0, '');
  840. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  841. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_in', 'applyname', '登记人', '0', 120, 1, 1, '', '', 'applyname', 0, 0, '');
  842. -- 库存审核 - 入库 - 已审核
  843. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_stock_aduit_yin', 2, '库存审核-入库', '', 'web端-库存审核-入库');
  844. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  845. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_yin', 'applystatus', '状态', '0', 10, 1, 1, '', '', 'applystatus', 0, 0, '');
  846. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  847. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_yin', 'inouttype', '出入库类型', '0', 20, 1, 1, '', '', 'inouttype', 0, 0, '');
  848. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  849. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_yin', 'deliverygoodsname', '现货品种', '0', 30, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  850. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  851. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_yin', 'wrstandardname', '商品', '0', 40, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  852. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  853. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_yin', 'brandname', '品牌', '0', 50, 1, 1, '', '', 'brandname', 0, 0, '');
  854. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  855. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_yin', 'warehousecode', '仓库', '0', 60, 1, 1, '', '', 'warehousecode', 0, 0, '');
  856. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  857. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_yin', 'qty', '数量', '0', 60, 1, 1, '', '', 'qty', 0, 0, '');
  858. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  859. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_yin', 'contracttype', '合同类型', '0', 70, 1, 1, '', '', 'contracttype', 0, 0, '');
  860. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  861. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_yin', 'buynicknameOrsellusername', '对手方', '0', 80, 1, 1, '', '', 'buynicknameOrsellusername', 0, 0, '');
  862. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  863. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_yin', 'contractno', '合同编号', '0', 90, 1, 1, '', '', 'contractno', 0, 0, '');
  864. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  865. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_yin', 'pricetype', '点价类型', '0', 100, 1, 1, '', '', 'pricetype', 0, 0, '');
  866. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  867. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_yin', 'applytime', '登记时间', '0', 110, 1, 1, '', '', 'applytime', 0, 0, '');
  868. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  869. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_yin', 'applyname', '登记人', '0', 120, 1, 1, '', '', 'applyname', 0, 0, '');
  870. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  871. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_yin', 'audittime', '审核时间', '0', 130, 1, 1, '', '', 'audittime', 0, 0, '');
  872. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  873. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_yin', 'auditid', '审核人', '0', 130, 1, 1, '', '', 'auditid', 0, 0, '');
  874. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  875. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_yin', 'auditremark', '审核意见', '0', 130, 1, 1, '', '', 'auditremark', 0, 0, '');
  876. -- 库存审核-出库
  877. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_stock_aduit_out', 2, '库存审核-出库', '', 'web端-库存审核-出库');
  878. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  879. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_out', 'applystatus', '状态', '0', 10, 1, 1, '', '', 'applystatus', 0, 0, '');
  880. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  881. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_out', 'inouttype', '出库类型', '0', 20, 1, 1, '', '', 'inouttype', 0, 0, '');
  882. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  883. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_out', 'deliverygoodsname', '现货品种', '0', 30, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  884. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  885. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_out', 'wrstandardname', '品类', '0', 40, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  886. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  887. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_out', 'brandname', '品牌', '0', 50, 1, 1, '', '', 'brandname', 0, 0, '');
  888. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  889. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_out', 'warehousecode', '仓库', '0', 60, 1, 1, '', '', 'warehousecode', 0, 0, '');
  890. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  891. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_out', 'contracttype', '合同类型', '0', 70, 1, 1, '', '', 'contracttype', 0, 0, '');
  892. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  893. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_out', 'buynicknameOrsellusername', '对手方', '0', 80, 1, 1, '', '', 'buynicknameOrsellusername', 0, 0, '');
  894. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  895. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_out', 'contractno', '合同编号', '0', 90, 1, 1, '', '', 'contractno', 0, 0, '');
  896. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  897. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_out', 'pricetype', '点价类型', '0', 100, 1, 1, '', '', 'pricetype', 0, 0, '');
  898. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  899. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_out', 'applytime', '登记时间', '0', 110, 1, 1, '', '', 'applytime', 0, 0, '');
  900. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  901. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_out', 'applyname', '登记人', '0', 120, 1, 1, '', '', 'applyname', 0, 0, '');
  902. -- 库存管理 --
  903. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_manager_warehouse_manager', 2, '库存管理-库存管理', '', 'web端-库存管理-库存管理');
  904. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  905. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager', 'applystatus', '现货品种', '0', 10, 1, 1, '', '', 'applystatus', 0, 0, '');
  906. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  907. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager', 'inouttype', '商品', '0', 20, 1, 1, '', '', 'inouttype', 0, 0, '');
  908. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  909. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager', 'deliverygoodsname', '品牌', '0', 30, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  910. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  911. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager', 'wrstandardname', '仓库', '0', 40, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  912. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  913. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager', 'brandname', '昨日量', '0', 50, 1, 1, '', '', 'brandname', 0, 0, '');
  914. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  915. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager', 'warehousecode', '今日库存量', '0', 60, 1, 1, '', '', 'warehousecode', 0, 0, '');
  916. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  917. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager', 'contracttype', '今日出库量', '0', 70, 1, 1, '', '', 'contracttype', 0, 0, '');
  918. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  919. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager', 'buynicknameOrsellusername', '今日量', '0', 80, 1, 1, '', '', 'buynicknameOrsellusername', 0, 0, '');
  920. -- 仓库管理 -- 入库明细 --
  921. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_manager_warehouse_manager_in', 2, '库存管理-入库明细', '', 'web端-库存管理-入库明细');
  922. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  923. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager_in', 'applystatus', '现货品种', '0', 10, 1, 1, '', '', 'applystatus', 0, 0, '');
  924. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  925. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager_in', 'inouttype', '商品', '200', 20, 1, 1, '', '', 'inouttype', 0, 0, '');
  926. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  927. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager_in', 'deliverygoodsname', '品牌', '0', 30, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  928. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  929. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager_in', 'wrstandardname', '仓库', '0', 40, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  930. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  931. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager_in', 'brandname', '入库类型', '0', 50, 1, 1, '', '', 'brandname', 0, 0, '');
  932. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  933. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager_in', 'warehousecode', '入库数量', '0', 60, 1, 1, '', '', 'warehousecode', 0, 0, '');
  934. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  935. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager_in', 'contracttype', '合同编号', '200', 70, 1, 1, '', '', 'contracttype', 0, 0, '');
  936. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  937. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager_in', 'buynicknameOrsellusername', '入库登记时间', '200', 80, 1, 1, '', '', 'buynicknameOrsellusername', 0, 0, '');
  938. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  939. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager_in', 'buynicknameOrsellusername', '入库登记人', '0', 90, 1, 1, '', '', 'buynicknameOrsellusername', 0, 0, '');
  940. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  941. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager_in', 'buynicknameOrsellusername', '入库审核时间', '200', 100, 1, 1, '', '', 'buynicknameOrsellusername', 0, 0, '');
  942. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  943. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager_in', 'buynicknameOrsellusername', '入库审核人', '0', 110, 1, 1, '', '', 'buynicknameOrsellusername', 0, 0, '');
  944. -- 仓库管理 -- 出库明细 --
  945. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_manager_warehouse_manager_out', 2, '库存管理-出库明细', '', 'web端-库存管理-出库明细');
  946. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  947. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager_out', 'applystatus', '现货品种', '0', 10, 1, 1, '', '', 'applystatus', 0, 0, '');
  948. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  949. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager_out', 'inouttype', '商品', '0', 20, 1, 1, '', '', 'inouttype', 0, 0, '');
  950. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  951. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager_out', 'deliverygoodsname', '品牌', '0', 30, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  952. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  953. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager_out', 'wrstandardname', '仓库', '0', 40, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  954. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  955. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager_out', 'brandname', '出库类型', '0', 50, 1, 1, '', '', 'brandname', 0, 0, '');
  956. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  957. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager_out', 'warehousecode', '出库数量', '0', 60, 1, 1, '', '', 'warehousecode', 0, 0, '');
  958. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  959. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager_out', 'contracttype', '合同编号', '200', 70, 1, 1, '', '', 'contracttype', 0, 0, '');
  960. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  961. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager_out', 'buynicknameOrsellusername', '出库登记时间', '200', 80, 1, 1, '', '', 'buynicknameOrsellusername', 0, 0, '');
  962. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  963. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager_out', 'buynicknameOrsellusername', '出库登记人', '0', 90, 1, 1, '', '', 'buynicknameOrsellusername', 0, 0, '');
  964. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  965. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager_out', 'buynicknameOrsellusername', '出库审核时间', '200', 100, 1, 1, '', '', 'buynicknameOrsellusername', 0, 0, '');
  966. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  967. values (seq_TableColumnConfig.Nextval, 'table_pcweb_manager_warehouse_manager_out', 'buynicknameOrsellusername', '出库审核人', '0', 110, 1, 1, '', '', 'buynicknameOrsellusername', 0, 0, '');
  968. -- 库存管理-当前库存
  969. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_stock_manage_current', 2, '库存管理-当前库存', '', '手机端-库存管理-当前库存');
  970. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  971. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_manage_current', 'userinfotype', '现货品种', '0', 10, 1, 1, '', '', 'userinfotype', 0, 0, '');
  972. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  973. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_manage_current', 'userinfotype', '品类', '0', 20, 1, 1, '', '', 'userinfotype', 0, 0, '');
  974. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  975. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_manage_current', 'userinfotype', '品牌', '0', 30, 1, 1, '', '', 'userinfotype', 0, 0, '');
  976. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  977. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_manage_current', 'userinfotype', '仓库', '0', 40, 1, 1, '', '', 'userinfotype', 0, 0, '');
  978. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  979. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_manage_current', 'userinfotype', '昨日量', '0', 50, 1, 1, '', '', 'userinfotype', 0, 0, '');
  980. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  981. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_manage_current', 'userinfotype', '今日量 ', '0', 60, 1, 1, '', '', 'userinfotype', 0, 0, '');
  982. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  983. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_manage_current', 'userinfotype', '今日入库量', '0', 70, 1, 1, '', '', 'userinfotype', 0, 0, '');
  984. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  985. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_manage_current', 'userinfotype', '今日出库量', '0', 80, 1, 1, '', '', 'userinfotype', 0, 0, '');
  986. -- 库存管理-申请记录
  987. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_stock_manage_applylog', 2, '库存管理-当前库存', '', 'web端-库存管理-当前库存');
  988. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  989. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_manage_applylog', 'userinfotype', '登记时间', '0', 10, 1, 1, '', '', 'userinfotype', 0, 0, '');
  990. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  991. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_manage_applylog', 'userinfotype', '审核时间', '0', 20, 1, 1, '', '', 'userinfotype', 0, 0, '');
  992. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  993. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_manage_applylog', 'userinfotype', '现货品种', '0', 30, 1, 1, '', '', 'userinfotype', 0, 0, '');
  994. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  995. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_manage_applylog', 'userinfotype', '类型', '0', 40, 1, 1, '', '', 'userinfotype', 0, 0, '');
  996. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  997. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_manage_applylog', 'userinfotype', '数量', '0', 50, 1, 1, '', '', 'userinfotype', 0, 0, '');
  998. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  999. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_manage_applylog', 'userinfotype', '状态', '0', 60, 1, 1, '', '', 'userinfotype', 0, 0, '');
  1000. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1001. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_manage_applylog', 'userinfotype', '合同编号', '0', 70, 1, 1, '', '', 'userinfotype', 0, 0, '');
  1002. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1003. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_manage_applylog', 'userinfotype', '品类', '0', 80, 1, 1, '', '', 'userinfotype', 0, 0, '');
  1004. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1005. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_manage_applylog', 'userinfotype', '品牌', '0', 90, 1, 1, '', '', 'userinfotype', 0, 0, '');
  1006. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1007. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_manage_applylog', 'userinfotype', '仓库', '0', 100, 1, 1, '', '', 'userinfotype', 0, 0, '');
  1008. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1009. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_manage_applylog', 'userinfotype', '申请人', '0', 110, 1, 1, '', '', 'userinfotype', 0, 0, '');
  1010. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1011. values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_manage_applylog', 'userinfotype', '审核人', '0', 120, 1, 1, '', '', 'userinfotype', 0, 0, '');
  1012. -- 业务 - 计划 -
  1013. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_hedging_plan', 2, '业务-套保计划', '', 'web端-业务-套保计划');
  1014. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1015. values (seq_TableColumnConfig.Nextval, 'table_pcweb_hedging_plan', 'hedgeplanstatus', '状态', '0', 10, 1, 1, '', '', 'hedgeplanstatus', 0, 0, '');
  1016. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1017. values (seq_TableColumnConfig.Nextval, 'table_pcweb_hedging_plan', 'hedgeplanno', '计划名称', '0', 20, 1, 1, '', '', 'hedgeplanno', 0, 0, '');
  1018. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1019. values (seq_TableColumnConfig.Nextval, 'table_pcweb_hedging_plan', 'contracttype', '类型', '0', 30, 1, 1, '', '', 'contracttype', 0, 0, '');
  1020. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1021. values (seq_TableColumnConfig.Nextval, 'table_pcweb_hedging_plan', 'deliverygoodsname', '现货品种', '0', 40, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  1022. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1023. values (seq_TableColumnConfig.Nextval, 'table_pcweb_hedging_plan', 'wrstandardname', '商品', '0', 50, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  1024. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1025. values (seq_TableColumnConfig.Nextval, 'table_pcweb_hedging_plan', 'planqty', '计划量', '0', 70, 1, 1, '', '', 'planqty', 0, 0, '');
  1026. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1027. values (seq_TableColumnConfig.Nextval, 'table_pcweb_hedging_plan', 'tradeusername', '交易用户', '0', 80, 1, 1, '', '', 'tradeusername', 0, 0, '');
  1028. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1029. values (seq_TableColumnConfig.Nextval, 'table_pcweb_hedging_plan', 'currencyname', '结算币种', '0', 90, 1, 1, '', '', 'currencyname', 0, 0, '');
  1030. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1031. values (seq_TableColumnConfig.Nextval, 'table_pcweb_hedging_plan', 'remark', '备注', '0', 100, 1, 1, '', '', 'remark', 0, 0, '');
  1032. -- 查询-库存查询-当前库存
  1033. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_current_inventory', 2, '库存查询-当前库存', '', 'web端-库存查询-当前库存');
  1034. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1035. values (seq_TableColumnConfig.Nextval, 'table_pcweb_current_inventory', 'deliverygoodsname', '现货品种', '0', 10, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  1036. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1037. values (seq_TableColumnConfig.Nextval, 'table_pcweb_current_inventory', 'wrstandardname', '品类', '0', 20, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  1038. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1039. values (seq_TableColumnConfig.Nextval, 'table_pcweb_current_inventory', 'brandname', '品牌', '0', 30, 1, 1, '', '', 'brandname', 0, 0, '');
  1040. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1041. values (seq_TableColumnConfig.Nextval, 'table_pcweb_current_inventory', 'warehousecode', '仓库', '0', 40, 1, 1, '', '', 'warehousecode', 0, 0, '');
  1042. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1043. values (seq_TableColumnConfig.Nextval, 'table_pcweb_current_inventory', 'oristock', '昨日量', '0', 50, 1, 1, '', '', 'oristock', 0, 0, '');
  1044. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1045. values (seq_TableColumnConfig.Nextval, 'table_pcweb_current_inventory', 'todayproduceinqty', '今日入库量', '0', 60, 1, 1, '', '', 'todayproduceinqty', 0, 0, '');
  1046. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1047. values (seq_TableColumnConfig.Nextval, 'table_pcweb_current_inventory', 'todayproduceoutqty', '今日出库量', '0', 70, 1, 1, '', '', 'todayproduceoutqty', 0, 0, '');
  1048. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1049. values (seq_TableColumnConfig.Nextval, 'table_pcweb_current_inventory', 'curstock', '今日量', '0', 80, 1, 1, '', '', 'curstock', 0, 0, '');
  1050. -- 查询-库存查询-申请记录
  1051. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_application_record', 2, '库存查询-申请记录', '', 'web端-库存查询-申请记录');
  1052. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1053. values (seq_TableColumnConfig.Nextval, 'table_pcweb_application_record', 'deliverygoodsname', '现货品种', '0', 10, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  1054. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1055. values (seq_TableColumnConfig.Nextval, 'table_pcweb_application_record', 'wrstandardname', '品类', '0', 20, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  1056. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1057. values (seq_TableColumnConfig.Nextval, 'table_pcweb_application_record', 'brandname', '品牌', '0', 30, 1, 1, '', '', 'brandname', 0, 0, '');
  1058. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1059. values (seq_TableColumnConfig.Nextval, 'table_pcweb_application_record', 'warehousecode', '仓库', '0', 40, 1, 1, '', '', 'warehousecode', 0, 0, '');
  1060. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1061. values (seq_TableColumnConfig.Nextval, 'table_pcweb_application_record', 'pricetype', '类型', '0', 50, 1, 1, '', '', 'pricetype', 0, 0, '');
  1062. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1063. values (seq_TableColumnConfig.Nextval, 'table_pcweb_application_record', 'applystatus', '状态', '0', 60, 1, 1, '', '', 'applystatus', 0, 0, '');
  1064. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1065. values (seq_TableColumnConfig.Nextval, 'table_pcweb_application_record', 'qty', '数量', '0', 70, 1, 1, '', '', 'qty', 0, 0, '');
  1066. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1067. values (seq_TableColumnConfig.Nextval, 'table_pcweb_application_record', 'contractno', '合同编号', '0', 80, 1, 1, '', '', 'contractno', 0, 0, '');
  1068. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1069. values (seq_TableColumnConfig.Nextval, 'table_pcweb_application_record', 'applytime', '登记时间', '0', 90, 1, 1, '', '', 'hedgeplanstatus', 0, 0, '');
  1070. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1071. values (seq_TableColumnConfig.Nextval, 'table_pcweb_application_record', 'applyname', '登记人', '0', 100, 1, 1, '', '', 'hedgeplanstatus', 0, 0, '');
  1072. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1073. values (seq_TableColumnConfig.Nextval, 'table_pcweb_application_record', 'userinfotype', '审核时间', '0', 110, 1, 1, '', '', 'userinfotype', 0, 0, '');
  1074. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1075. values (seq_TableColumnConfig.Nextval, 'table_pcweb_application_record', 'auditname', '审核人', '0', 120, 1, 1, '', '', 'hedgeplanstatus', 0, 0, '');
  1076. -- 现货合同详情 - 点价记录
  1077. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_someprice_detail_dj', 2, '现货合同详情-点价记录', '', 'web端-现货合同详情-点价记录');
  1078. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1079. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_dj', 'applytime', '点价登记时间', '0', 10, 1, 1, '', '', 'applytime', 0, 0, '');
  1080. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1081. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_dj', 'audittime', '点价审核时间', '0', 20, 1, 1, '', '', 'audittime', 0, 0, '');
  1082. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1083. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_dj', 'applystatus', '状态', '0', 90, 1, 1, '', '', 'applystatus', 0, 0, '');
  1084. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1085. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_dj', 'pricedPrice', '点价价格', '0', 30, 1, 1, '', '', 'pricedPrice', 0, 0, '');
  1086. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1087. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_dj', 'pricemove', '升贴水', '0', 40, 1, 1, '', '', 'pricemove', 0, 0, '');
  1088. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1089. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_dj', 'pricedQty', '点价数量', '0', 50, 1, 1, '', '', 'pricedQty', 0, 0, '');
  1090. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1091. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_dj', 'amount', '点价金额', '0', 60, 1, 1, '', '', 'amount', 0, 0, '');
  1092. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1093. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_dj', 'applyname', '申请人', '0', 70, 1, 1, '', '', 'applyname', 0, 0, '');
  1094. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1095. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_dj', 'auditname', '审核人', '0', 80, 1, 1, '', '', 'auditname', 0, 0, '');
  1096. -- 现货合同详情 - 交收记录
  1097. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_someprice_detail_js', 2, '现货合同详情-交收记录', '', 'web端-现货合同详情-交收记录');
  1098. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1099. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_js', 'applytime', '交收登记时间', '0', 10, 1, 1, '', '', 'applytime', 0, 0, '');
  1100. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1101. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_js', 'audittime', '交收审核时间', '0', 20, 1, 1, '', '', 'audittime', 0, 0, '');
  1102. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1103. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_js', 'applystatus', '状态', '0', 90, 1, 1, '', '', 'applystatus', 0, 0, '');
  1104. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1105. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_js', 'reckonrealqty', '交收量', '0', 30, 1, 1, '', '', 'reckonrealqty', 0, 0, '');
  1106. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1107. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_js', 'reckonotheramount', '其他费用', '0', 40, 1, 1, '', '', 'reckonotheramount', 0, 0, '');
  1108. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1109. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_js', 'addmargin', '调整保证金', '0', 50, 1, 1, '', '', 'addmargin', 0, 0, '');
  1110. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1111. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_js', 'reckonadjustamount', '调整金额', '0', 60, 1, 1, '', '', 'reckonadjustamount', 0, 0, '');
  1112. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1113. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_js', 'applyname', '申请人', '0', 70, 1, 1, '', '', 'applyname', 0, 0, '');
  1114. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1115. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_js', 'auditname', '审核人', '0', 80, 1, 1, '', '', 'auditname', 0, 0, '');
  1116. -- 现货和同详情 - 款项记录
  1117. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_someprice_detail_kx', 2, '现货合同详情-款项记录', '', 'web端-现货合同详情-款项记录');
  1118. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1119. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_kx', 'applytime', '款项登记时间', '0', 10, 1, 1, '', '', 'applytime', 0, 0, '');
  1120. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1121. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_kx', 'audittime', '款项审核时间', '0', 20, 1, 1, '', '', 'audittime', 0, 0, '');
  1122. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1123. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_kx', 'applystatus', '状态', '0', 70, 1, 1, '', '', 'applystatus', 0, 0, '');
  1124. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1125. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_kx', 'kxtype', '款项类型', '0', 30, 1, 1, '', '', 'kxtype', 0, 0, '');
  1126. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1127. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_kx', 'payamount', '金额', '0', 40, 1, 1, '', '', 'payamount', 0, 0, '');
  1128. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1129. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_kx', 'applyname', '申请人', '0', 50, 1, 1, '', '', 'applyname', 0, 0, '');
  1130. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1131. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_kx', 'auditname', '审核人', '0', 60, 1, 1, '', '', 'auditname', 0, 0, '');
  1132. -- 现货合同详情 - 发票记录
  1133. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_someprice_detail_fp', 2, '现货合同详情-发票记录', '', 'web端-现货合同详情-发票记录');
  1134. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1135. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_fp', 'applytime', '发票登记时间', '0', 10, 1, 1, '', '', 'applytime', 0, 0, '');
  1136. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1137. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_fp', 'audittime', '发票审核时间', '0', 20, 1, 1, '', '', 'audittime', 0, 0, '');
  1138. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1139. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_fp', 'applystatus', '状态', '0', 70, 1, 1, '', '', 'applystatus', 0, 0, '');
  1140. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1141. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_fp', 'contracttype', '发票类型', '0', 30, 1, 1, '', '', 'contracttype', 0, 0, '');
  1142. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1143. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_fp', 'invoiceamount', '金额', '0', 40, 1, 1, '', '', 'invoiceamount', 0, 0, '');
  1144. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1145. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_fp', 'applyname', '申请人', '0', 50, 1, 1, '', '', 'applyname', 0, 0, '');
  1146. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1147. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_fp', 'auditname', '审核人', '0', 60, 1, 1, '', '', 'auditname', 0, 0, '');
  1148. -- 现货合同详情 - 入库记录
  1149. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_someprice_detail_stock', 2, '现货合同详情-入库记录', '', 'web端-现货合同详情-入库记录');
  1150. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1151. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_stock', 'applytime', '入库登记时间', '0', 10, 1, 1, '', '', 'applytime', 0, 0, '');
  1152. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1153. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_stock', 'audittime', '入库审核时间', '0', 20, 1, 1, '', '', 'audittime', 0, 0, '');
  1154. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1155. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_stock', 'applystatus', '状态', '0', 80, 1, 1, '', '', 'applystatus', 0, 0, '');
  1156. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1157. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_stock', 'deliverygoodsname', '现货品种', '0', 30, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  1158. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1159. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_stock', 'wrstandardname', '品类', '0', 40, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  1160. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1161. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_stock', 'brandname', '品牌', '0', 50, 1, 1, '', '', 'brandname', 0, 0, '');
  1162. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1163. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_stock', 'warehousename', '仓库', '0', 60, 1, 1, '', '', 'warehousename', 0, 0, '');
  1164. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1165. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_stock', 'inouttype', '类型', '0', 70, 1, 1, '', '', 'inouttype', 0, 0, '');
  1166. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1167. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_stock', 'qty', '数量', '0', 80, 1, 1, '', '', 'qty', 0, 0, '');
  1168. -- 现货合同详情 - 出库记录
  1169. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_someprice_detail_stock_out', 2, '现货合同详情-出库记录', '', 'web端-现货合同详情-出库记录');
  1170. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1171. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_stock_out', 'applytime', '出库登记时间', '0', 10, 1, 1, '', '', 'applytime', 0, 0, '');
  1172. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1173. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_stock_out', 'audittime', '出库审核时间', '0', 20, 1, 1, '', '', 'audittime', 0, 0, '');
  1174. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1175. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_stock_out', 'deliverygoodsname', '现货品种', '0', 30, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  1176. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1177. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_stock_out', 'wrstandardname', '品类', '0', 40, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  1178. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1179. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_stock_out', 'brandname', '品牌', '0', 50, 1, 1, '', '', 'brandname', 0, 0, '');
  1180. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1181. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_stock_out', 'warehousename', '仓库', '0', 60, 1, 1, '', '', 'warehousename', 0, 0, '');
  1182. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1183. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_stock_out', 'inouttype', '类型', '0', 70, 1, 1, '', '', 'inouttype', 0, 0, '');
  1184. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1185. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_stock_out', 'qty', '数量', '0', 80, 1, 1, '', '', 'qty', 0, 0, '');
  1186. -- 现货合同详情 - 变更记录
  1187. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_someprice_detail_change', 2, '现货合同详情-变更记录', '', 'web端-现货合同详情-变更记录');
  1188. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1189. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_change', 'updatetime', '变更时间', '0', 10, 1, 1, '', '', 'updatetime', 0, 0, '');
  1190. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1191. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_change', 'operatelogtypedesc', '类型', '0', 20, 1, 1, '', '', 'operatelogtypedesc', 0, 0, '');
  1192. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1193. values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_change', 'applyname', '操作人', '0', 30, 1, 1, '', '', 'applyname', 0, 0, '');
  1194. -- 报表 - 敞口报表
  1195. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_exposure_report', 2, '报表-敞口报表', '', 'web端-报表-敞口报表');
  1196. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1197. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_report', 'accountname', '交易用户', '0', 10, 1, 1, '', '', 'accountname', 0, 0, '');
  1198. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1199. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_report', 'middlegoodsname', '套保品种', '0', 20, 1, 1, '', '', 'middlegoodsname', 0, 0, '');
  1200. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1201. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_report', 'totalspotqty', '现货总量', '0', 30, 1, 1, '', 'FormatterUnit,enumdicname', 'totalspotqty', 0, 0, '');
  1202. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1203. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_report', 'diffspotqty', '现货总量变动量', '160', 40, 1, 1, '', 'FormatterUnit,enumdicname', 'diffspotqty', 0, 0, '');
  1204. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1205. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_report', 'hedgeqty', '套保量', '0', 50, 1, 1, '', 'FormatterUnit,enumdicname', 'hedgeqty', 0, 0, '');
  1206. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1207. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_report', 'arbitrageqty', '套利量', '0', 60, 1, 1, '', 'FormatterUnit,enumdicname', 'arbitrageqty', 0, 0, '');
  1208. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1209. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_report', 'diffmgqtya', '套保变动量', '0', 70, 1, 1, '', 'FormatterUnit,enumdicname', 'diffmgqtya', 0, 0, '');
  1210. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1211. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_report', 'diffmgqtyb', '套利变动量', '0', 80, 1, 1, '', 'FormatterUnit,enumdicname', 'diffmgqtyb', 0, 0, '');
  1212. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1213. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_report', 'mgneedhedgeratio', '套保比例', '0', 90, 1, 1, '', 'FromatterPercent', 'mgneedhedgeratio', 0, 0, '');
  1214. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1215. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_report', 'needarbitrageratio', '套利比例', '0', 100, 1, 1, '', 'FromatterPercent', 'needarbitrageratio', 0, 0, '');
  1216. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1217. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_report', 'needhedgeqty', '应套保量', '0', 110, 1, 1, '', 'FormatterUnit,enumdicname', 'needhedgeqty', 0, 0, '');
  1218. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1219. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_report', 'needarbitrageqty', '应套利量', '0', 120, 1, 1, '', 'FormatterUnit,enumdicname', 'needarbitrageqty', 0, 0, '');
  1220. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1221. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_report', 'totalneedhedgeqty', '现货应套保量', '160', 130, 1, 1, '', 'FormatterUnit,enumdicname', 'totalneedhedgeqty', 0, 0, '');
  1222. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1223. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_report', 'diffhedgeqty', '现货应套保变动量', '160', 140, 1, 1, '', 'FormatterUnit,enumdicname', 'diffhedgeqty', 0, 0, '');
  1224. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1225. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_report', 'totalfutureqty', '期货总量', '0', 150, 1, 1, '', 'FormatterUnit,enumdicname', 'totalfutureqty', 0, 0, '');
  1226. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1227. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_report', 'needhedgeexposoure', '套保敞口', '0', 160, 1, 1, '', 'FormatterUnit,enumdicname', 'needhedgeexposoure', 0, 0, '');
  1228. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1229. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_report', 'diffexposure', '套保敞口变动量', '160', 170, 1, 1, '', ' Unit,enumdicname', 'diffexposure', 0, 0, '');
  1230. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1231. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_report', 'totalexposure', '总敞口', '0', 180, 1, 1, '', 'FormatterUnit,enumdicname', 'totalexposure', 0, 0, '');
  1232. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1233. values (seq_TableColumnConfig.Nextval, 'table_pcweb_exposure_report', 'diffqty', '总敞口变动量', '160', 190, 1, 1, '', 'FormatterUnit,enumdicname', 'diffqty', 0, 0, '');
  1234. -- 报表 - 期货报表
  1235. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_futures_report', 2, '报表-期货报表', '', 'web端-报表-期货报表');
  1236. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1237. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'currencyname', '结算币种', '0', 10, 1, 1, '', '', 'currencyname', 0, 0, '');
  1238. --insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1239. --values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'accountname', '交易用户', '0', 20, 1, 1, '', '', 'accountname', 0, 0, '');
  1240. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1241. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'goodsgroupname', '交易品种', '0', 30, 1, 1, '', '', 'goodsgroupname', 0, 0, '');
  1242. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1243. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'goodsname', '交易合约', '0', 40, 1, 1, '', '', 'goodsname', 0, 0, '');
  1244. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1245. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'buyorsell', '持仓方向', '0', 50, 1, 1, '', '', 'buyorsell', 0, 0, '');
  1246. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1247. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'oriholdqty', '期初持仓量', '0', 60, 1, 1, '', 'FormatterUnit,enumdicname', 'oriholdqty', 0, 0, '');
  1248. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1249. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'oriopenamount', '期初开仓额', '0', 70, 1, 1, '', '', 'oriopenamount', 0, 0, '');
  1250. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1251. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'oriholdamount', '期初持仓额', '0', 80, 1, 1, '', '', 'oriholdamount', 0, 0, '');
  1252. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1253. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'todayopenqty', '今开仓量', '0', 90, 1, 1, '', 'FormatterUnit,enumdicname', 'todayopenqty', 0, 0, '');
  1254. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1255. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'todayopenamount', '今开仓额', '0', 100, 1, 1, '', '', 'todayopenamount', 0, 0, '');
  1256. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1257. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'openavgprice', '开仓均价', '0', 110, 1, 1, '', '', 'openavgprice', 0, 0, '');
  1258. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1259. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'todaycloseqty', '今平仓量', '0', 120, 1, 1, '', 'FormatterUnit,enumdicname', 'todaycloseqty', 0, 0, '');
  1260. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1261. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'todaycloseamount', '今平仓额', '0', 130, 1, 1, '', '', 'todaycloseamount', 0, 0, '');
  1262. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1263. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'closeavgprice', '平仓均价', '0', 140, 1, 1, '', '', 'closeavgprice', 0, 0, '');
  1264. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1265. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'holdqty', '期末持仓量', '0', 150, 1, 1, '', 'FormatterUnit,enumdicname', 'holdqty', 0, 0, '');
  1266. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1267. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'openamount', '期末开仓额', '0', 160, 1, 1, '', '', 'openamount', 0, 0, '');
  1268. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1269. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'holdamount', '期末持仓额', '0', 170, 1, 1, '', '', 'holdamount', 0, 0, '');
  1270. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1271. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'reckonprice', '结算价', '0', 180, 1, 1, '', '', 'reckonprice', 0, 0, '');
  1272. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1273. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'reckonholdamount', '结算持仓额', '0', 190, 1, 1, '', '', 'reckonholdamount', 0, 0, '');
  1274. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1275. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'charge', '手续费', '0', 200, 1, 1, '', '', 'charge', 0, 0, '');
  1276. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1277. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'closepl', '平仓损益', '0', 210, 1, 1, '', '', 'closepl', 0, 0, '');
  1278. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1279. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'reckonpl', '结算损益', '0', 220, 1, 1, '', '', 'reckonpl', 0, 0, '');
  1280. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1281. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'goodsgroupspotqty', '交易品种期末量', '0', 230, 1, 1, '', 'FormatterUnit,enumdicname', 'goodsgroupspotqty', 0, 0, '');
  1282. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1283. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'middlegoodsname', '套保品种', '0', 240, 1, 1, '', '', 'middlegoodsname', 0, 0, '');
  1284. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1285. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_report', 'todaymiddlegoodsqty', '套保品种变动量', '0', 250, 1, 1, '', 'FormatterUnit,enumdicname', 'todaymiddlegoodsqty', 0, 0, '');
  1286. -- 报表 - 现货报表
  1287. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_report', 2, '报表-现货报表', '', 'web端-报表-现货报表');
  1288. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1289. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report', 'accountname', '交易用户', '0', 10, 1, 1, '', '', 'accountname', 0, 0, '');
  1290. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1291. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report', 'currencyname', '结算币种', '0', 20, 1, 1, '', '', 'currencyname', 0, 0, '');
  1292. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1293. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report', 'deliverygoodsname', '现货品种', '0', 30, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  1294. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1295. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report', 'wrstandardname', '品类', '0', 40, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  1296. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1297. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report', 'brandname', '品牌', '0', 50, 1, 1, '', '', 'brandname', 0, 0, '');
  1298. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1299. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report', 'oriqty', '期初量', '0', 60, 1, 1, '', 'FormatterUnit,enumdicname', 'todaybuyqty', 0, 0, '');
  1300. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1301. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report', 'oriamount', '期初额', '0', 70, 1, 1, '', '', 'oriamount', 0, 0, '');
  1302. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1303. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report', 'oriaverageprice', '期初均价', '0', 80, 1, 1, '', '', 'oriaverageprice', 0, 0, '');
  1304. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1305. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report', 'todaybuyqty', '今采购量', '0', 90, 1, 1, '', 'FormatterUnit,enumdicname', 'todaybuyqty', 0, 0, '');
  1306. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1307. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report', 'todaybuyamount', '今采购额', '0', 100, 1, 1, '', '', 'todaybuyamount', 0, 0, '');
  1308. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1309. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report', 'todaybuyaverageprice', '采购均价', '0', 110, 1, 1, '', '', 'todaybuyaverageprice', 0, 0, '');
  1310. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1311. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report', 'todaysellqty', '今销售量', '0', 120, 1, 1, '', 'FormatterUnit,enumdicname', 'todaysellqty', 0, 0, '');
  1312. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1313. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report', 'todaysellamount', '今销售额', '0', 130, 1, 1, '', '', 'todaysellamount', 0, 0, '');
  1314. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1315. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report', 'todaysellaverageprice', '销售均价', '0', 140, 1, 1, '', '', 'todaysellaverageprice', 0, 0, '');
  1316. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1317. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report', 'curqty', '期末量', '0', 150, 1, 1, '', 'FormatterUnit,enumdicname', 'curqty', 0, 0, '');
  1318. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1319. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report', 'curamount', '期末额', '0', 160, 1, 1, '', '', 'curamount', 0, 0, '');
  1320. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1321. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report', 'curaverageprice', '期末均价', '0', 170, 1, 1, '', '', 'curaverageprice', 0, 0, '');
  1322. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1323. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report', 'actualpl', '现货损益', '0', 180, 1, 1, '', '', 'actualpl', 0, 0, '');
  1324. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1325. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report', 'curspotprice', '最新价', '0', 190, 1, 1, '', '', 'curspotprice', 0, 0, '');
  1326. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1327. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report', 'curmarketvalue', '期末市值', '0', 200, 1, 1, '', '', 'curmarketvalue', 0, 0, '');
  1328. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1329. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report', 'floatpl', '浮动损益', '0', 210, 1, 1, '', '', 'floatpl', 0, 0, '');
  1330. -- 报表 - 财务报表
  1331. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_finance_report', 2, '报表-财务报表', '', 'web端-报表-财务报表');
  1332. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1333. values (seq_TableColumnConfig.Nextval, 'table_pcweb_finance_report', 'accountname', '交易用户', '0', 10, 1, 1, '', '', 'accountname', 0, 0, '');
  1334. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1335. values (seq_TableColumnConfig.Nextval, 'table_pcweb_finance_report', 'currencyname', '结算币种', '0', 20, 1, 1, '', '', 'currencyname', 0, 0, '');
  1336. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1337. values (seq_TableColumnConfig.Nextval, 'table_pcweb_finance_report', 'buytodaysettleamount', '今付货款额', '0', 30, 1, 1, '', '', 'buytodaysettleamount', 0, 0, '');
  1338. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1339. values (seq_TableColumnConfig.Nextval, 'table_pcweb_finance_report', 'buytodayrefundamount', '今收退款额', '0', 40, 1, 1, '', '', 'buytodayrefundamount', 0, 0, '');
  1340. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1341. values (seq_TableColumnConfig.Nextval, 'table_pcweb_finance_report', 'buyprepaidamount', '预付货款额', '0', 50, 1, 1, '', '', 'buyprepaidamount', 0, 0, '');
  1342. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1343. values (seq_TableColumnConfig.Nextval, 'table_pcweb_finance_report', 'buyunpaidamount', '应付货款额', '0', 60, 1, 1, '', '', 'buyunpaidamount', 0, 0, '');
  1344. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1345. values (seq_TableColumnConfig.Nextval, 'table_pcweb_finance_report', 'buytodayinvoiceamount', '今收票额', '0', 70, 1, 1, '', '', 'buytodayinvoiceamount', 0, 0, '');
  1346. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1347. values (seq_TableColumnConfig.Nextval, 'table_pcweb_finance_report', 'buypreinvoicedamount', '预收票额', '0', 80, 1, 1, '', '', 'buypreinvoicedamount', 0, 0, '');
  1348. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1349. values (seq_TableColumnConfig.Nextval, 'table_pcweb_finance_report', 'buyuninvoicedamount', '应收票额', '0', 90, 1, 1, '', '', 'buyuninvoicedamount', 0, 0, '');
  1350. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1351. values (seq_TableColumnConfig.Nextval, 'table_pcweb_finance_report', 'selltodaysettleamount', '今收货款额', '0', 100, 1, 1, '', '', 'selltodaysettleamount', 0, 0, '');
  1352. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1353. values (seq_TableColumnConfig.Nextval, 'table_pcweb_finance_report', 'selltodayrefundamount', '今付退款额', '0', 110, 1, 1, '', '', 'selltodayrefundamount', 0, 0, '');
  1354. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1355. values (seq_TableColumnConfig.Nextval, 'table_pcweb_finance_report', 'sellprepaidamount', '预收货款额', '0', 120, 1, 1, '', '', 'sellprepaidamount', 0, 0, '');
  1356. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1357. values (seq_TableColumnConfig.Nextval, 'table_pcweb_finance_report', 'sellunpaidamount', '应收货款额', '0', 130, 1, 1, '', '', 'sellunpaidamount', 0, 0, '');
  1358. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1359. values (seq_TableColumnConfig.Nextval, 'table_pcweb_finance_report', 'selltodayinvoiceamount', '今开票额', '0', 140, 1, 1, '', '', 'selltodayinvoiceamount', 0, 0, '');
  1360. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1361. values (seq_TableColumnConfig.Nextval, 'table_pcweb_finance_report', 'sellpreinvoicedamount', '预开票额', '0', 150, 1, 1, '', '', 'sellpreinvoicedamount', 0, 0, '');
  1362. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1363. values (seq_TableColumnConfig.Nextval, 'table_pcweb_finance_report', 'selluninvoicedamount', '应开票额', '0', 160, 1, 1, '', '', 'selluninvoicedamount', 0, 0, '');
  1364. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1365. values (seq_TableColumnConfig.Nextval, 'table_pcweb_finance_report', 'todayreceivesum', '今收款合计', '0', 170, 1, 1, '', '', 'todayreceivesum', 0, 0, '');
  1366. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1367. values (seq_TableColumnConfig.Nextval, 'table_pcweb_finance_report', 'todaypaysum', '今付款合计', '0', 180, 1, 1, '', '', 'todaypaysum', 0, 0, '');
  1368. -- 报表 - 库存报表(品类)
  1369. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_warehouse_category_report', 2, '报表-库存报表', '', 'web端-报表-库存报表(品类)');
  1370. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1371. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse_category_report', 'deliverygoodsname', '现货品种', '0', 10, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  1372. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1373. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse_category_report', 'wrstandardname', '现货品类', '0', 20, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  1374. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1375. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse_category_report', 'oristock', '期初库存量', '0', 30, 1, 1, '', '', 'oristock', 0, 0, '');
  1376. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1377. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse_category_report', 'todaybuyinqty', '采购入库量', '0', 40, 1, 1, '', '', 'todaybuyinqty', 0, 0, '');
  1378. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1379. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse_category_report', 'todayselloutqty', '销售出库量', '0', 50, 1, 1, '', '', 'todayselloutqty', 0, 0, '');
  1380. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1381. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse_category_report', 'todayproduceinqty', '内部入库量', '0', 60, 1, 1, '', '', 'todayproduceinqty', 0, 0, '');
  1382. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1383. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse_category_report', 'todayproduceoutqty', '内部出库量', '0', 70, 1, 1, '', '', 'todayproduceoutqty', 0, 0, '');
  1384. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1385. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse_category_report', 'curstock', '期末库存量', '0', 80, 1, 1, '', '', 'curstock', 0, 0, '');
  1386. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1387. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse_category_report', 'diffqty', '库存变化量', '0', 90, 1, 1, '', '', 'diffqty', 0, 0, '');
  1388. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1389. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse_category_report', 'unbuyinqty', '采购未入库量', '0', 100, 1, 1, '', '', 'unbuyinqty', 0, 0, '');
  1390. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1391. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse_category_report', 'unselloutqty', '销售未出库量', '0', 110, 1, 1, '', '', 'unselloutqty', 0, 0, '');
  1392. -- 报表 - 库存报表(仓库)
  1393. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_warehouse_report', 2, '报表-库存报表', '', 'web端-报表-库存报表(仓库)');
  1394. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1395. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse_report', 'warehousecode', '仓库', '0', 10, 1, 1, '', '', 'warehousecode', 0, 0, '');
  1396. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1397. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse_report', 'deliverygoodsname', '现货品种', '0', 20, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  1398. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1399. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse_report', 'wrstandardname', '现货品类', '0', 30, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  1400. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1401. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse_report', 'oristock', '期初库存量', '0', 40, 1, 1, '', '', 'oristock', 0, 0, '');
  1402. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1403. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse_report', 'todaybuyinqty', '采购入库量', '0', 50, 1, 1, '', '', 'todaybuyinqty', 0, 0, '');
  1404. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1405. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse_report', 'todayselloutqty', '销售出库量', '0', 60, 1, 1, '', '', 'todayselloutqty', 0, 0, '');
  1406. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1407. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse_report', 'todayproduceinqty', '内部入库量', '0', 70, 1, 1, '', '', 'todayproduceinqty', 0, 0, '');
  1408. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1409. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse_report', 'todayproduceoutqty', '内部出库量', '0', 80, 1, 1, '', '', 'todayproduceoutqty', 0, 0, '');
  1410. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1411. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse_report', 'curstock', '期末库存量', '0', 90, 1, 1, '', '', 'curstock', 0, 0, '');
  1412. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1413. values (seq_TableColumnConfig.Nextval, 'table_pcweb_warehouse_report', 'diffqty', '库存变化量', '0', 100, 1, 1, '', '', 'diffqty', 0, 0, '');
  1414. -- 报表 - 汇总损益报表
  1415. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_aggregate_profit_and_loss', 2, '报表-汇总损益报表', '', 'web端-报表-汇总损益报表');
  1416. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1417. values (seq_TableColumnConfig.Nextval, 'table_pcweb_aggregate_profit_and_loss', 'currencyname', '结算币种', '0', 10, 1, 1, '', '', 'currencyname', 0, 0, '');
  1418. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1419. values (seq_TableColumnConfig.Nextval, 'table_pcweb_aggregate_profit_and_loss', 'accountname', '交易用户', '0', 20, 1, 1, '', '', 'accountname', 0, 0, '');
  1420. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1421. values (seq_TableColumnConfig.Nextval, 'table_pcweb_aggregate_profit_and_loss', 'spotactualpl', '现货损益', '0', 30, 1, 1, '', '', 'spotactualpl', 0, 0, '');
  1422. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1423. values (seq_TableColumnConfig.Nextval, 'table_pcweb_aggregate_profit_and_loss', 'spotfloatpl', '现货浮动损益', '0', 40, 1, 1, '', '', 'spotfloatpl', 0, 0, '');
  1424. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1425. values (seq_TableColumnConfig.Nextval, 'table_pcweb_aggregate_profit_and_loss', 'futureactualpl', '期货损益', '0', 50, 1, 1, '', '', 'futureactualpl', 0, 0, '');
  1426. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1427. values (seq_TableColumnConfig.Nextval, 'table_pcweb_aggregate_profit_and_loss', 'sumactualpl', '实际损益', '0', 60, 1, 1, '', '', 'sumactualpl', 0, 0, '');
  1428. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1429. values (seq_TableColumnConfig.Nextval, 'table_pcweb_aggregate_profit_and_loss', 'sumpl', '汇总损益', '0', 70, 1, 1, '', '', 'sumpl', 0, 0, '');
  1430. -- 报表 - 二级页面
  1431. -- 报表 - 敞口报表 - 现货合同变动量明细
  1432. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_change_in_spot_contract', 2, '报表-敞口报表-现货合同变动量明细', '', 'web端-报表-敞口报表-现货合同变动量明细');
  1433. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1434. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_spot_contract', 'username', '交易用户', '200', 10, 1, 1, '', '', 'username', 0, 0, '');
  1435. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1436. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_spot_contract', 'contractno', '合同编号', '200', 20, 1, 1, '', '', 'contractno', 0, 0, '');
  1437. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1438. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_spot_contract', 'contracttype', '合同类型', '0', 30, 1, 1, '', '', 'contracttype', 0, 0, '');
  1439. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1440. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_spot_contract', 'buyusername', '采购方', '200', 40, 1, 1, '', '', 'buyusername', 0, 0, '');
  1441. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1442. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_spot_contract', 'sellusername', '销售方', '200', 50, 1, 1, '', '', 'sellusername', 0, 0, '');
  1443. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1444. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_spot_contract', 'deliverygoodsname', '现货品种', '0', 60, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  1445. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1446. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_spot_contract', 'wrstandardname', '现货商品', '0', 70, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  1447. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1448. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_spot_contract', 'biztype', '期现用途', '0', 80, 1, 1, '', '', 'biztype', 0, 0, '');
  1449. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1450. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_spot_contract', 'todaypricedqty', '今定价量', '0', 90, 1, 1, '', 'FormatterUnit,enumdicname', 'todaypricedqty', 0, 0, '');
  1451. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1452. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_spot_contract', 'middlegoodsname', '套保品种', '0', 100, 1, 1, '', '', 'middlegoodsname', 0, 0, '');
  1453. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1454. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_spot_contract', 'diffhedgeqty', '套保变动量', '0', 110, 1, 1, '', 'FormatterUnit,enumdicname', 'diffhedgeqty', 0, 0, '');
  1455. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1456. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_spot_contract', 'diffneedhedgeqty', '应套保变动量', '0', 120, 1, 1, '', 'FormatterUnit,enumdicname', 'diffneedhedgeqty', 0, 0, '');
  1457. -- 报表 - 敞口报表 - 套保计划变动量明细
  1458. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_change_in_hedging_plan', 2, '报表-敞口报表-套保计划变动量明细', '', 'web端-报表-敞口报表-套保计划变动量明细');
  1459. --insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1460. --values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_hedging_plan', 'currencyname', '交易用户', '0', 10, 1, 1, '', '', 'currencyname', 0, 0, '');
  1461. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1462. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_hedging_plan', 'hedgeplanno', '计划名称', '0', 20, 1, 1, '', '', 'hedgeplanno', 0, 0, '');
  1463. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1464. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_hedging_plan', 'contracttype', '计划类型', '0', 30, 1, 1, '', '', 'contracttype', 0, 0, '');
  1465. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1466. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_hedging_plan', 'deliverygoodsname', '现货品种', '0', 40, 1, 1, '', '', 'spotfloatpl', 0, 0, '');
  1467. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1468. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_hedging_plan', 'wrstandardname', '现货商品', '0', 50, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  1469. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1470. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_hedging_plan', 'qty', '计划量', '0', 60, 1, 1, '', 'FormatterUnit,enumdicname', 'qty', 0, 0, '');
  1471. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1472. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_hedging_plan', 'tradedate', '登记日', '0', 70, 1, 1, '', '', 'tradedate', 0, 0, '');
  1473. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1474. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_hedging_plan', 'biztype', '期现用途', '0', 80, 1, 1, '', '', 'biztype', 0, 0, '');
  1475. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1476. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_hedging_plan', 'middlegoodsname', '套保品种', '0', 90, 1, 1, '', '', 'middlegoodsname', 0, 0, '');
  1477. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1478. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_hedging_plan', 'diffqty', '套保品种今变动量', '0', 100, 1, 1, '', 'FormatterUnit,enumdicname', 'diffqty', 0, 0, '');
  1479. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1480. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_hedging_plan', 'changqty', '应套保总量变化量', '0', 110, 1, 1, '', 'FormatterUnit,enumdicname', 'changqty', 0, 0, '');
  1481. -- 报表 - 敞口报表 - 期货变动量明细
  1482. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_change_in_future', 2, '报表-敞口报表-期货变动量明细', '', 'web端-报表-敞口报表-期货变动量明细');
  1483. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1484. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_future', 'username', '交易用户', '200', 10, 1, 1, '', '', 'username', 0, 0, '');
  1485. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1486. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_future', 'accountname', '交易账户', '200', 20, 1, 1, '', '', 'accountname', 0, 0, '');
  1487. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1488. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_future', 'goodsname', '交易品种', '0', 30, 1, 1, '', '', 'goodsname', 0, 0, '');
  1489. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1490. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_future', 'goodscode', '交易合约', '0', 40, 1, 1, '', '', 'goodscode', 0, 0, '');
  1491. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1492. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_future', 'buyorsell', '持仓方向', '0', 50, 1, 1, '', '', 'buyorsell', 0, 0, '');
  1493. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1494. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_future', 'oriholdqty', '期初持仓量', '0', 60, 1, 1, '', 'FormatterUnit,enumdicname', 'oriholdqty', 0, 0, '');
  1495. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1496. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_future', 'todayopenqty', '今开仓量', '0', 70, 1, 1, '', 'FormatterUnit,enumdicname', 'todayopenqty', 0, 0, '');
  1497. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1498. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_future', 'todaycloseqty', '今平仓量', '0', 80, 1, 1, '', 'FormatterUnit,enumdicname', 'todaycloseqty', 0, 0, '');
  1499. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1500. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_future', 'holdqty', '期末持仓量', '0', 90, 1, 1, '', 'FormatterUnit,enumdicname', 'holdqty', 0, 0, '');
  1501. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1502. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_future', 'difftradeqty', '交易品种今变化量', '0', 100, 1, 1, '', 'FormatterUnit,enumdicname', 'difftradeqty', 0, 0, '');
  1503. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1504. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_future', 'middlegoodsname', '套保品种', '0', 110, 1, 1, '', '', 'middlegoodsname', 0, 0, '');
  1505. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1506. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_future', 'diffmgqty', '套保品种今变动量', '0', 120, 1, 1, '', 'FormatterUnit,enumdicname', 'diffmgqty', 0, 0, '');
  1507. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1508. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_future', 'diffneedqty', '套保保总量变动量', '0', 130, 1, 1, '', 'FormatterUnit,enumdicname', 'diffneedqty', 0, 0, '');
  1509. -- 报表 - 敞口报表 - 参数调整变动量明细
  1510. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_change_in_parameter_adjustment', 2, '报表-敞口报表-参数调整变动量明细', '', 'web端-报表-敞口报表-参数调整变动量明细');
  1511. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1512. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_parameter_adjustment', 'accountid', '交易用户', '0', 10, 1, 1, '', '', 'accountid', 0, 0, '');
  1513. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1514. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_parameter_adjustment', 'middlegoodsname', '套保品种', '0', 20, 1, 1, '', '', 'middlegoodsname', 0, 0, '');
  1515. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1516. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_parameter_adjustment', 'changelogtype', '参数类型', '0', 30, 1, 1, '', 'getChangeLogType', 'changelogtype', 0, 0, '');
  1517. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1518. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_parameter_adjustment', 'parambeforevalue', '调整前参数类型', '0', 40, 1, 1, '', '', 'parambeforevalue', 0, 0, '');
  1519. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1520. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_parameter_adjustment', 'paramaftervalue', '调整后参数值', '0', 50, 1, 1, '', '', 'paramaftervalue', 0, 0, '');
  1521. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1522. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_parameter_adjustment', 'diffvalue', '套保总量', '0', 60, 1, 1, '', '', 'diffvalue', 0, 0, '');
  1523. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1524. values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_parameter_adjustment', 'beforevalue', '调整前应套保总量', '0', 70, 1, 1, '', '', 'beforevalue', 0, 0, '');
  1525. -- 报表 - 现货报表 - 现货明细
  1526. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_report_details', 2, '报表-现货报表-现货明细', '', 'web端-报表-现货报表-现货明细');
  1527. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1528. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'accountname', '交易用户', '0', 10, 1, 1, '', '', 'accountname', 0, 0, '');
  1529. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1530. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'currencyname', '结算币种', '0', 20, 1, 1, '', '', 'currencyname', 0, 0, '');
  1531. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1532. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'deliverygoodsname', '现货品种', '0', 30, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  1533. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1534. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'wrstandardname', '现货品类', '0', 40, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  1535. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1536. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'brandname', '现货品牌', '0', 50, 1, 1, '', '', 'brandname', 0, 0, '');
  1537. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1538. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'oriqty', '期初量', '0', 60, 1, 1, '', 'FormatterUnit,enumdicname', 'oriqty', 0, 0, '');
  1539. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1540. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'oriamount', '期初额', '0', 70, 1, 1, '', '', 'oriamount', 0, 0, '');
  1541. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1542. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'oriaverageprice', '期初均价', '0', 80, 1, 1, '', '', 'oriaverageprice', 0, 0, '');
  1543. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1544. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'todaybuyqty', '今采购量', '0', 90, 1, 1, '', 'FormatterUnit,enumdicname', 'todaybuyqty', 0, 0, '');
  1545. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1546. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'todaybuyamount', '今采购额', '0', 100, 1, 1, '', '', 'todaybuyamount', 0, 0, '');
  1547. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1548. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'todaybuyaverageprice', '采购均价', '0', 110, 1, 1, '', '', 'todaybuyaverageprice', 0, 0, '');
  1549. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1550. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'todaysellqty', '今销售量', '0', 120, 1, 1, '', 'FormatterUnit,enumdicname', 'todaysellqty', 0, 0, '');
  1551. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1552. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'todaysellamount', '今销售额', '0', 130, 1, 1, '', '', 'todaysellamount', 0, 0, '');
  1553. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1554. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'todaysellaverageprice', '销售均价', '0', 140, 1, 1, '', '', 'todaysellaverageprice', 0, 0, '');
  1555. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1556. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'curqty', '期末量', '0', 150, 1, 1, '', 'FormatterUnit,enumdicname', 'curqty', 0, 0, '');
  1557. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1558. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'curamount', '期末额', '0', 160, 1, 1, '', '', 'curamount', 0, 0, '');
  1559. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1560. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'curaverageprice', '期末均价', '0', 170, 1, 1, '', '', 'curaverageprice', 0, 0, '');
  1561. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1562. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'actualpl', '现货损益', '0', 180, 1, 1, '', '', 'actualpl', 0, 0, '');
  1563. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1564. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'curspotprice', '最新价', '0', 190, 1, 1, '', '', 'curspotprice', 0, 0, '');
  1565. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1566. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'curmarketvalue', '期末市值', '0', 200, 1, 1, '', '', 'curmarketvalue', 0, 0, '');
  1567. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1568. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'floatpl', '浮动损益', '0', 210, 1, 1, '', '', 'floatpl', 0, 0, '');
  1569. -- 报表 - 财务报表 - 品类明细
  1570. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_financial_statement_category_breakdown', 2, '报表-财务报表-品类明细', '', 'web端-报表-财务报表-品类明细');
  1571. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1572. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_category_breakdown', 'accountname', '交易用户', '0', 10, 1, 1, '', '', 'accountname', 0, 0, '');
  1573. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1574. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_category_breakdown', 'currencyname', '结算币种', '0', 20, 1, 1, '', '', 'currencyname', 0, 0, '');
  1575. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1576. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_category_breakdown', 'deliverygoodsname', '现货品种', '0', 30, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  1577. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1578. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_category_breakdown', 'wrstandardname', '现货品类', '0', 40, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  1579. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1580. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_category_breakdown', 'buytodaysettleamount', '今付货款额', '0', 50, 1, 1, '', '', 'buytodaysettleamount', 0, 0, '');
  1581. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1582. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_category_breakdown', 'buytodayrefundamount', '今收退款额', '0', 60, 1, 1, '', '', 'buytodayrefundamount', 0, 0, '');
  1583. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1584. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_category_breakdown', 'buyprepaidamount', '预付货款额', '0', 70, 1, 1, '', '', 'buyprepaidamount', 0, 0, '');
  1585. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1586. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_category_breakdown', 'buyunpaidamount', '应付货款额', '0', 80, 1, 1, '', '', 'buyunpaidamount', 0, 0, '');
  1587. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1588. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_category_breakdown', 'buytodayinvoiceamount', '今收票额', '0', 90, 1, 1, '', '', 'buytodayinvoiceamount', 0, 0, '');
  1589. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1590. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_category_breakdown', 'buypreinvoicedamount', '预收票额', '0', 100, 1, 1, '', '', 'buypreinvoicedamount', 0, 0, '');
  1591. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1592. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_category_breakdown', 'buyuninvoicedamount', '应收票额', '0', 110, 1, 1, '', '', 'buyuninvoicedamount', 0, 0, '');
  1593. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1594. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_category_breakdown', 'selltodaysettleamount', '今收货款额', '0', 120, 1, 1, '', '', 'selltodaysettleamount', 0, 0, '');
  1595. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1596. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_category_breakdown', 'selltodayrefundamount', '今付退款额', '0', 130, 1, 1, '', '', 'selltodayrefundamount', 0, 0, '');
  1597. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1598. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_category_breakdown', 'sellprepaidamount', '预收货款额', '0', 140, 1, 1, '', '', 'sellprepaidamount', 0, 0, '');
  1599. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1600. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_category_breakdown', 'sellunpaidamount', '应收货款额', '0', 150, 1, 1, '', '', 'sellunpaidamount', 0, 0, '');
  1601. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1602. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_category_breakdown', 'selltodayinvoiceamount', '今开票额', '0', 160, 1, 1, '', '', 'selltodayinvoiceamount', 0, 0, '');
  1603. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1604. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_category_breakdown', 'sellpreinvoicedamount', '预开票额', '0', 170, 1, 1, '', '', 'sellpreinvoicedamount', 0, 0, '');
  1605. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1606. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_category_breakdown', 'selluninvoicedamount', '应开票额', '0', 180, 1, 1, '', '', 'daikaiamount', 0, 0, '');
  1607. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1608. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_category_breakdown', 'todayreceivesum', '今收款合计', '0', 190, 1, 1, '', '', 'todayreceivesum', 0, 0, '');
  1609. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1610. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_category_breakdown', 'todaypaysum', '今付款合计', '0', 200, 1, 1, '', '', 'todaypaysum', 0, 0, '');
  1611. -- 报表 - 财务报表 - 品牌明细
  1612. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_financial_statement_brand_details', 2, '报表-财务报表-品类明细', '', 'web端-报表-财务报表-品类明细');
  1613. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1614. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_brand_details', 'accountname', '交易用户', '0', 10, 1, 1, '', '', 'accountname', 0, 0, '');
  1615. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1616. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_brand_details', 'currencyname', '结算币种', '0', 20, 1, 1, '', '', 'currencyname', 0, 0, '');
  1617. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1618. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_brand_details', 'deliverygoodsname', '现货品种', '0', 30, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  1619. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1620. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_brand_details', 'wrstandardname', '现货品类', '0', 40, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  1621. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1622. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_brand_details', 'brandname', '现货品牌', '0', 50, 1, 1, '', '', 'brandname', 0, 0, '');
  1623. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1624. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_brand_details', 'buytodaysettleamount', '今付货款额', '0', 60, 1, 1, '', '', 'buytodaysettleamount', 0, 0, '');
  1625. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1626. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_brand_details', 'buytodayrefundamount', '今收退款额', '0', 70, 1, 1, '', '', 'buytodayrefundamount', 0, 0, '');
  1627. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1628. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_brand_details', 'buyprepaidamount', '预付货款额', '0', 80, 1, 1, '', '', 'buyprepaidamount', 0, 0, '');
  1629. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1630. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_brand_details', 'buyunpaidamount', '应付货款额', '0', 90, 1, 1, '', '', 'buyunpaidamount', 0, 0, '');
  1631. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1632. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_brand_details', 'buytodayinvoiceamount', '今收票额', '0', 100, 1, 1, '', '', 'buytodayinvoiceamount', 0, 0, '');
  1633. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1634. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_brand_details', 'buypreinvoicedamount', '预收票额', '0', 110, 1, 1, '', '', 'buypreinvoicedamount', 0, 0, '');
  1635. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1636. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_brand_details', 'buyuninvoicedamount', '应收票额', '0', 120, 1, 1, '', '', 'buyuninvoicedamount', 0, 0, '');
  1637. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1638. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_brand_details', 'selltodaysettleamount', '今收货款额', '0', 130, 1, 1, '', '', 'selltodaysettleamount', 0, 0, '');
  1639. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1640. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_brand_details', 'selltodayrefundamount', '今付退款额', '0', 140, 1, 1, '', '', 'selltodayrefundamount', 0, 0, '');
  1641. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1642. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_brand_details', 'sellprepaidamount', '预收货款额', '0', 150, 1, 1, '', '', 'sellprepaidamount', 0, 0, '');
  1643. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1644. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_brand_details', 'sellunpaidamount', '应收货款额', '0', 160, 1, 1, '', '', 'sellunpaidamount', 0, 0, '');
  1645. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1646. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_brand_details', 'selltodayinvoiceamount', '今开票额', '0', 170, 1, 1, '', '', 'selltodayinvoiceamount', 0, 0, '');
  1647. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1648. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_brand_details', 'sellpreinvoicedamount', '预开票额', '0', 180, 1, 1, '', '', 'sellpreinvoicedamount', 0, 0, '');
  1649. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1650. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_brand_details', 'selluninvoicedamount', '应开票额', '0', 190, 1, 1, '', '', 'selluninvoicedamount', 0, 0, '');
  1651. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1652. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_brand_details', 'todayreceivesum', '今收款合计', '0', 200, 1, 1, '', '', 'todayreceivesum', 0, 0, '');
  1653. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1654. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_brand_details', 'todaypaysum', '今付款合计', '0', 210, 1, 1, '', '', 'todaypaysum', 0, 0, '');
  1655. -- 报表 - 期货报表 - 账户明细
  1656. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_futures_statement_account_details', 2, '报表-期货报表-账户明细', '', 'web端-报表-期货报表-账户明细');
  1657. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1658. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'currencyname', '结算币种', '0', 10, 1, 1, '', '', 'currencyname', 0, 0, '');
  1659. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1660. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'accountid', '交易用户', '200', 20, 1, 1, '', '', 'accountid', 0, 0, '');
  1661. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1662. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'accountname', '交易账户', '0', 30, 1, 1, '', '', 'accountname', 0, 0, '');
  1663. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1664. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'goodsgroupname', '交易品种', '0', 40, 1, 1, '', '', 'goodsgroupname', 0, 0, '');
  1665. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1666. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'goodsname', '交易合约', '0', 50, 1, 1, '', '', 'goodsname', 0, 0, '');
  1667. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1668. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'buyorsell', '持仓方向', '0', 60, 1, 1, '', '', 'buyorsell', 0, 0, '');
  1669. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1670. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'oriholdqty', '期初持仓量', '0', 70, 1, 1, '', 'FormatterUnit,enumdicname', 'oriholdqty', 0, 0, '');
  1671. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1672. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'openamount', '期初开仓额', '0', 80, 1, 1, '', '', 'openamount', 0, 0, '');
  1673. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1674. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'oriholdamount', '期初持仓额', '0', 90, 1, 1, '', '', 'oriholdamount', 0, 0, '');
  1675. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1676. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'todayopenqty', '今开仓量', '0', 100, 1, 1, '', 'FormatterUnit,enumdicname', 'todayopenqty', 0, 0, '');
  1677. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1678. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'todayopenamount', '今开仓额', '0', 110, 1, 1, '', 'FormatterUnit,enumdicname', 'todayopenamount', 0, 0, '');
  1679. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1680. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'openavgprice', '开仓均价', '0', 120, 1, 1, '', '', 'openavgprice', 0, 0, '');
  1681. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1682. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'todaycloseqty', '今平仓量', '0', 130, 1, 1, '', 'FormatterUnit,enumdicname', 'todaycloseqty', 0, 0, '');
  1683. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1684. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'todaycloseamount', '今平仓额', '0', 140, 1, 1, '', '', 'todaycloseamount', 0, 0, '');
  1685. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1686. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'closeavgprice', '平仓均价', '0', 150, 1, 1, '', '', 'closeavgprice', 0, 0, '');
  1687. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1688. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'holdqty', '期末持仓量', '0', 160, 1, 1, '', 'FormatterUnit,enumdicname', 'holdqty', 0, 0, '');
  1689. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1690. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'openamount', '期末开仓额', '0', 170, 1, 1, '', 'FormatterUnit,enumdicname', 'openamount', 0, 0, '');
  1691. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1692. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'holdamount', '期末持仓额', '0', 180, 1, 1, '', 'FormatterUnit,enumdicname', 'holdamount', 0, 0, '');
  1693. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1694. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'reckonprice', '结算价', '0', 190, 1, 1, '', '', 'reckonprice', 0, 0, '');
  1695. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1696. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'reckonholdamount', '结算持仓额', '0', 200, 1, 1, '', 'FormatterUnit,enumdicname', 'reckonholdamount', 0, 0, '');
  1697. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1698. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'charge', '手续费', '0', 210, 1, 1, '', '', 'charge', 0, 0, '');
  1699. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1700. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'closepl', '平仓损益', '0', 220, 1, 1, '', '', 'closepl', 0, 0, '');
  1701. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1702. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'reckonpl', '结算损益', '0', 230, 1, 1, '', '', 'reckonpl', 0, 0, '');
  1703. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1704. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'goodsgroupspotqty', '交易品种期末量', '0', 240, 1, 1, '', 'FormatterUnit,enumdicname', 'goodsgroupspotqty', 0, 0, '');
  1705. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1706. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'goodsgroupname', '套保品种', '0', 250, 1, 1, '', '', 'goodsgroupname', 0, 0, '');
  1707. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1708. values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'todaymiddlegoodsqty', '套保品种变动量', '0', 260, 1, 1, '', 'FormatterUnit,enumdicname', 'todaymiddlegoodsqty', 0, 0, '');
  1709. -- 报表 - 库存报表 - 库存(商品)报表 - 品牌明细
  1710. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_inventory_commodity_report_brand_details', 2, '报表-库存(商品)报表-品牌明细', '', 'web端-报表-库存(商品)报表-品牌明细');
  1711. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1712. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_brand_details', 'deliverygoodsname', '现货品种', '0', 10, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  1713. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1714. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_brand_details', 'wrstandardname', '现货商品', '0', 20, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  1715. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1716. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_brand_details', 'brandname', '现货品牌', '0', 30, 1, 1, '', '', 'brandname', 0, 0, '');
  1717. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1718. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_brand_details', 'oristock', '期初库存量', '0', 40, 1, 1, '', 'FormatterUnit,enumdicname', 'oristock', 0, 0, '');
  1719. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1720. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_brand_details', 'todaybuyinqty', '采购入库量', '0', 50, 1, 1, '', 'FormatterUnit,enumdicname', 'todaybuyinqty', 0, 0, '');
  1721. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1722. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_brand_details', 'todayselloutqty', '销售出库量', '0', 60, 1, 1, '', 'FormatterUnit,enumdicname', 'todayselloutqty', 0, 0, '');
  1723. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1724. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_brand_details', 'todayproduceinqty', '内部入库量', '0', 70, 1, 1, '', 'FormatterUnit,enumdicname', 'todayproduceinqty', 0, 0, '');
  1725. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1726. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_brand_details', 'todayproduceoutqty', '内部出库量', '0', 80, 1, 1, '', 'FormatterUnit,enumdicname', 'todayproduceoutqty', 0, 0, '');
  1727. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1728. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_brand_details', 'curstock', '期末库存量', '0', 90, 1, 1, '', 'FormatterUnit,enumdicname', 'curstock', 0, 0, '');
  1729. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1730. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_brand_details', 'diffqty', '库存变化量', '0', 100, 1, 1, '', 'FormatterUnit,enumdicname', 'diffqty', 0, 0, '');
  1731. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1732. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_brand_details', 'unbuyinqty', '采购未入库量', '0', 110, 1, 1, '', 'FormatterUnit,enumdicname', 'unbuyinqty', 0, 0, '');
  1733. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1734. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_brand_details', 'unselloutqty', '销售未出库量', '0', 120, 1, 1, '', 'FormatterUnit,enumdicname', 'unselloutqty', 0, 0, '');
  1735. -- 报表 - 库存报表 - 库存(商品)报表 - 仓库明细
  1736. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_inventory_commodity_report_warehouse_details', 2, '报表-库存(商品)报表-仓库明细', '', 'web端-报表-库存(商品)报表-仓库明细');
  1737. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1738. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_warehouse_details', 'deliverygoodsname', '现货品种', '0', 10, 1, 1, '', '', 'areauserid', 0, 0, '');
  1739. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1740. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_warehouse_details', 'wrstandardname', '现货商品', '0', 20, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  1741. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1742. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_warehouse_details', 'brandname', '现货品牌', '0', 30, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  1743. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1744. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_warehouse_details', 'warehousecode', '仓库', '0', 40, 1, 1, '', '', 'warehousecode', 0, 0, '');
  1745. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1746. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_warehouse_details', 'oristock', '期初库存量', '0', 50, 1, 1, '', 'FormatterUnit,enumdicname', 'oristock', 0, 0, '');
  1747. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1748. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_warehouse_details', 'todayselloutqty', '采购入库量', '0', 60, 1, 1, '', 'FormatterUnit,enumdicname', 'todayselloutqty', 0, 0, '');
  1749. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1750. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_warehouse_details', 'todayselloutqty', '销售出库量', '0', 70, 1, 1, '', 'FormatterUnit,enumdicname', 'todayselloutqty', 0, 0, '');
  1751. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1752. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_warehouse_details', 'todayproduceoutqty', '内部入库量', '0', 80, 1, 1, '', 'FormatterUnit,enumdicname', 'todayproduceoutqty', 0, 0, '');
  1753. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1754. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_warehouse_details', 'unbuyinqty', '内部出库量', '0', 90, 1, 1, '', 'FormatterUnit,enumdicname', 'unbuyinqty', 0, 0, '');
  1755. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1756. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_warehouse_details', 'curstock', '期末库存量', '0', 100, 1, 1, '', 'FormatterUnit,enumdicname', 'curstock', 0, 0, '');
  1757. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1758. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_warehouse_details', 'diffqty', '库存变化量', '0', 110, 1, 1, '', 'FormatterUnit,enumdicname', 'diffqty', 0, 0, '');
  1759. -- 报表 - 库存报表 - 库存(仓库)报表 - 仓库明细
  1760. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_inventory_warehouse_report_warehouse_details', 2, '报表-库存(仓库)报表-仓库明细', '', 'web端-报表-库存(仓库)报表-仓库明细');
  1761. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1762. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_warehouse_report_warehouse_details', 'warehousecode', '仓库', '0', 10, 1, 1, '', '', 'warehousecode', 0, 0, '');
  1763. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1764. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_warehouse_report_warehouse_details', 'deliverygoodsname', '现货品种', '0', 20, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  1765. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1766. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_warehouse_report_warehouse_details', 'brandname', '现货商品', '0', 30, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  1767. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1768. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_warehouse_report_warehouse_details', 'brandname', '现货品牌', '0', 40, 1, 1, '', '', 'brandname', 0, 0, '');
  1769. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1770. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_warehouse_report_warehouse_details', 'oristock', '期初库存量', '0', 50, 1, 1, '', 'FormatterUnit,enumdicname', 'oristock', 0, 0, '');
  1771. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1772. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_warehouse_report_warehouse_details', 'todaybuyinqty', '采购入库量', '0', 60, 1, 1, '', 'FormatterUnit,enumdicname', 'todaybuyinqty', 0, 0, '');
  1773. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1774. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_warehouse_report_warehouse_details', 'todayselloutqty', '销售出库量', '0', 70, 1, 1, '', 'FormatterUnit,enumdicname', 'todayselloutqty', 0, 0, '');
  1775. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1776. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_warehouse_report_warehouse_details', 'todayproduceinqty', '内部入库量', '0', 80, 1, 1, '', 'FormatterUnit,enumdicname', 'todayproduceinqty', 0, 0, '');
  1777. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1778. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_warehouse_report_warehouse_details', 'todayproduceoutqty', '内部出库量', '0', 90, 1, 1, '', 'FormatterUnit,enumdicname', 'todayproduceoutqty', 0, 0, '');
  1779. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1780. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_warehouse_report_warehouse_details', 'curstock', '期末库存量', '0', 100, 1, 1, '', 'FormatterUnit,enumdicname', 'curstock', 0, 0, '');
  1781. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1782. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_warehouse_report_warehouse_details', 'diffqty', '库存变化量', '0', 110, 1, 1, '', 'FormatterUnit,enumdicname', 'diffqty', 0, 0, '');
  1783. -- 报表 - 汇总损益报表 - 损益明细
  1784. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_inventory_summary_profit_and_loss_details', 2, '报表-汇总损益报表-损益明细', '', 'web端-报表-汇总损益报表-损益明细');
  1785. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1786. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_summary_profit_and_loss_details', 'currencyname', '结算币种', '0', 10, 1, 1, '', '', 'currencyname', 0, 0, '');
  1787. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1788. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_summary_profit_and_loss_details', 'accountname', '交易用户', '0', 20, 1, 1, '', '', 'accountname', 0, 0, '');
  1789. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1790. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_summary_profit_and_loss_details', 'middlegoodsname', '套保品种', '0', 30, 1, 1, '', '', 'middlegoodsname', 0, 0, '');
  1791. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1792. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_summary_profit_and_loss_details', 'spotactualpl', '现货损益', '0', 40, 1, 1, '', '', 'spotactualpl', 0, 0, '');
  1793. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1794. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_summary_profit_and_loss_details', 'spotfloatpl', '现货浮动损益', '0', 50, 1, 1, '', '', 'spotfloatpl', 0, 0, '');
  1795. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1796. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_summary_profit_and_loss_details', 'futureactualpl', '期货损益', '0', 60, 1, 1, '', '', 'futureactualpl', 0, 0, '');
  1797. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1798. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_summary_profit_and_loss_details', 'sumactualpl', '实际损益', '0', 70, 1, 1, '', '', 'sumactualpl', 0, 0, '');
  1799. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1800. values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_summary_profit_and_loss_details', 'sumpl', '汇总损益', '0', 80, 1, 1, '', '', 'sumpl', 0, 0, '');
  1801. -- 前海金(铂金宝)
  1802. -- 铂金宝 - 充值提现审核 - 充值审核
  1803. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_qhj_recharge_review', 2, '铂金宝-充值提现审核-充值审核', '', 'web端-铂金宝-充值提现审核-充值审核');
  1804. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1805. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_recharge_review', 'logincode', '账号', '0', 10, 1, 1, '', '', 'logincode', 0, 0, '');
  1806. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1807. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_recharge_review', 'accountname', '名称', '0', 20, 1, 1, '', '', 'accountname', 0, 0, '');
  1808. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1809. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_recharge_review', 'userinfotype', '账户类型', '0', 30, 1, 1, '', '', 'userinfotype', 0, 0, '');
  1810. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1811. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_recharge_review', 'amount', '充值金额', '0', 40, 1, 1, '', '', 'amount', 0, 0, '');
  1812. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1813. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_recharge_review', 'certificatephotourl', '凭证', '0', 50, 1, 1, '', '', 'certificatephotourl', 0, 0, '');
  1814. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1815. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_recharge_review', 'updatetime', '申请时间', '0', 60, 1, 1, '', '', 'updatetime', 0, 0, '');
  1816. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1817. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_recharge_review', 'applystatus', '状态', '0', 70, 1, 1, '', '', 'applystatus', 0, 0, '');
  1818. -- 铂金宝 - 充值提现审核 - 提现审核
  1819. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_qhj_withdrawal_review', 2, '铂金宝-充值提现审核-提现审核', '', 'web端-铂金宝-充值提现审核-提现审核');
  1820. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1821. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_withdrawal_review', 'logincode', '账号', '0', 10, 1, 1, '', '', 'logincode', 0, 0, '');
  1822. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1823. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_withdrawal_review', 'accountname', '名称', '0', 20, 1, 1, '', '', 'accountname', 0, 0, '');
  1824. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1825. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_withdrawal_review', 'userinfotype', '账户类型', '0', 30, 1, 1, '', '', 'userinfotype', 0, 0, '');
  1826. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1827. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_withdrawal_review', 'amount', '提现金额', '0', 40, 1, 1, '', '', 'amount', 0, 0, '');
  1828. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1829. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_withdrawal_review', 'bankname', '提现银行', '0', 50, 1, 1, '', '', 'bankname', 0, 0, '');
  1830. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1831. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_withdrawal_review', 'bankaccountno', '银行卡号', '250', 60, 1, 1, '', '', 'bankaccountno', 0, 0, '');
  1832. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1833. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_withdrawal_review', 'branchbankname', '支行名称', '250', 70, 1, 1, '', '', 'branchbankname', 0, 0, '');
  1834. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1835. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_withdrawal_review', 'bankaccountname', '姓名', '250', 80, 1, 1, '', '', 'bankaccountname', 0, 0, '');
  1836. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1837. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_withdrawal_review', 'updatetime', '申请时间', '0', 90, 1, 1, '', '', 'updatetime', 0, 0, '');
  1838. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1839. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_withdrawal_review', 'applystatus', '状态', '0', 100, 1, 1, '', '', 'applystatus', 0, 0, '');
  1840. -- 铂金宝 - 提货查询
  1841. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_qhj_pickup_query', 2, '铂金宝-提货查询', '', 'web端-铂金宝-提货查询');
  1842. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1843. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_pickup_query', 'logincode', '账号', '0', 10, 1, 1, '', '', 'logincode', 0, 0, '');
  1844. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1845. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_pickup_query', 'username', '名称', '0', 20, 1, 1, '', '', 'username', 0, 0, '');
  1846. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1847. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_pickup_query', 'userinfotype', '类型', '0', 30, 1, 1, '', '', 'userinfotype', 0, 0, '');
  1848. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1849. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_pickup_query', 'pickupgoodsname', '提货商品', '300', 40, 1, 1, '', '', 'pickupgoodsname', 0, 0, '');
  1850. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1851. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_pickup_query', 'pickupgoodsqty', '提货数量', '0', 50, 1, 1, '', '', 'pickupgoodsqty', 0, 0, '');
  1852. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1853. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_pickup_query', 'goodsname', '交易商品', '300', 60, 1, 1, '', '', 'goodsname', 0, 0, '');
  1854. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1855. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_pickup_query', 'qty', '商品数量', '0', 70, 1, 1, '', '', 'qty', 0, 0, '');
  1856. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1857. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_pickup_query', 'takemode', '收货方式', '0', 80, 1, 1, '', '', 'takemode', 0, 0, '');
  1858. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1859. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_pickup_query', 'recivername', '提货/收货人', '0', 90, 1, 1, '', '', 'recivername', 0, 0, '');
  1860. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1861. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_pickup_query', 'expresscompany', '物流信息', '0', 100, 1, 1, '', '', 'expresscompany', 0, 0, '');
  1862. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1863. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_pickup_query', 'takeorderstatus', '状态', '0', 110, 1, 1, '', '', 'takeorderstatus', 0, 0, '');
  1864. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1865. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_pickup_query', 'updatetime', '申请时间', '200', 120, 1, 1, '', '', 'updatetime', 0, 0, '');
  1866. -- 铂金宝 - 定投价查询
  1867. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_qhj_fixed_investment_price_query', 2, '铂金宝-定投价查询', '', 'web端-铂金宝-定投价查询');
  1868. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1869. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_investment_price_query', 'goodsid', '商品', '0', 10, 1, 1, '', '', 'goodsid', 0, 0, '');
  1870. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1871. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_investment_price_query', 'tradedate', '交易日', '0', 20, 1, 1, '', '', 'tradedate', 0, 0, '');
  1872. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1873. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_investment_price_query', 'reckonprice', '定投价', '0', 30, 1, 1, '', '', 'reckonprice', 0, 0, '');
  1874. -- 铂金宝 - 定投查询 - 定投计划查询
  1875. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_qhj_fixed_investment_plan_query', 2, '铂金宝-定投查询-定投计划查询', '', 'web端-铂金宝-定投查询-定投计划查询');
  1876. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1877. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_investment_plan_query', 'logincode', '账号', '0', 10, 1, 1, '', '', 'logincode', 0, 0, '');
  1878. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1879. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_investment_plan_query', 'username', '名称', '0', 20, 1, 1, '', '', 'accountname', 0, 0, '');
  1880. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1881. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_investment_plan_query', 'userinfotype', '账户类型', '0', 30, 1, 1, '', '', 'userinfotype', 0, 0, '');
  1882. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1883. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_investment_plan_query', 'goodsname', '定投商品', '300', 40, 1, 1, '', '', 'goodsname', 0, 0, '');
  1884. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1885. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_investment_plan_query', 'regularlymode', '定投方式', '0', 50, 1, 1, '', '', 'regularlymode', 0, 0, '');
  1886. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1887. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_investment_plan_query', 'regularlymodevalue', '定投金额/数量', '150', 60, 1, 1, '', '', 'regularlymodevalue', 0, 0, '');
  1888. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1889. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_investment_plan_query', 'regularlycycle', '定投频率', '0', 70, 1, 1, '', '', 'regularlycycle', 0, 0, '');
  1890. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1891. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_investment_plan_query', 'triggertotalamount', '已定投金额', '0', 80, 1, 1, '', '', 'triggertotalamount', 0, 0, '');
  1892. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1893. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_investment_plan_query', 'triggertotalqty', '已定投数量', '0', 90, 1, 1, '', '', 'triggertotalqty', 0, 0, '');
  1894. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1895. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_investment_plan_query', 'triggersuccesstimes', '已定投期数', '0', 100, 1, 1, '', '', 'triggersuccesstimes', 0, 0, '');
  1896. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1897. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_investment_plan_query', 'updatetime', '计划开始时间', '200', 110, 1, 1, '', '', 'updatetime', 0, 0, '');
  1898. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1899. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_investment_plan_query', 'regularlystrategystatus', '状态', '0', 120, 1, 1, '', '', 'regularlystrategystatus', 0, 0, '');
  1900. -- 铂金宝 - 定投查询 - 定投流水查询
  1901. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_qhj_fixed_investment_flow_query', 2, '铂金宝-定投查询-定投流水查询', '', 'web端-铂金宝-定投查询-定投流水查询');
  1902. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1903. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_investment_flow_query', 'logincode', '账号', '0', 10, 1, 1, '', '', 'logincode', 0, 0, '');
  1904. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1905. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_investment_flow_query', 'goodsname', '定投商品', '300', 20, 1, 1, '', '', 'goodsname', 0, 0, '');
  1906. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1907. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_investment_flow_query', 'triggeramount', '定投金额', '0', 30, 1, 1, '', '', 'triggeramount', 0, 0, '');
  1908. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1909. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_investment_flow_query', 'triggerqty', '定投数量', '0', 40, 1, 1, '', '', 'triggerqty', 0, 0, '');
  1910. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1911. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_investment_flow_query', 'triggertime', '定投时间', '200', 50, 1, 1, '', '', 'triggertime', 0, 0, '');
  1912. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1913. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_investment_flow_query', 'triggerstatus', '执行结果', '0', 60, 1, 1, '', '', 'triggerstatus', 0, 0, '');
  1914. -- 铂金宝 - 融资信息
  1915. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_qhj_fixed_financing_information', 2, '铂金宝-融资信息', '', 'web端-铂金宝-融资信息');
  1916. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1917. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_financing_information', 'logincode', '账号', '200', 10, 1, 1, '', '', 'logincode', 0, 0, '');
  1918. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1919. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_financing_information', 'username', '名称', '0', 20, 1, 1, '', '', 'goodsname', 0, 0, '');
  1920. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1921. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_financing_information', 'userinfotype', '账户类型', '0', 30, 1, 1, '', '', 'userinfotype', 0, 0, '');
  1922. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1923. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_financing_information', 'goodsname', '商品', '300', 40, 1, 1, '', '', 'goodsname', 0, 0, '');
  1924. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1925. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_financing_information', 'tradeprice', '价格', '0', 50, 1, 1, '', '', 'tradeprice', 0, 0, '');
  1926. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1927. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_financing_information', 'wrqty', '数量', '0', 60, 1, 1, '', '', 'wrqty', 0, 0, '');
  1928. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1929. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_financing_information', 'lenderamount', '金额', '0', 70, 1, 1, '', '', 'lenderamount', 0, 0, '');
  1930. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1931. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_financing_information', 'payamount', '已付款', '0', 80, 1, 1, '', '', 'payamount', 0, 0, '');
  1932. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1933. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_financing_information', 'remainamount', '融资额', '0', 90, 1, 1, '', '', 'remainamount', 0, 0, '');
  1934. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1935. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_financing_information', 'totalinterest', '利息', '0', 100, 1, 1, '', '', 'totalinterest', 0, 0, '');
  1936. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1937. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_financing_information', 'contractconfirmtime', '融资时间', '300', 110, 1, 1, '', '', 'contractconfirmtime', 0, 0, '');
  1938. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1939. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_fixed_financing_information', 'scfcontractstatus', '状态', '0', 120, 1, 1, '', '', 'scfcontracttype', 0, 0, '');
  1940. -- 铂金宝 - 客户资料
  1941. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_qhj_customer_info', 2, '铂金宝-客户资料', '', 'web端-铂金宝-客户资料');
  1942. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1943. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_customer_info', 'logincode', '登录账号', '0', 10, 1, 1, '', '', 'logincode', 0, 0, '');
  1944. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1945. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_customer_info', 'parentusername', '所属', '0', 20, 1, 1, '', '', 'parentusername', 0, 0, '');
  1946. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1947. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_customer_info', 'status', '状态', '0', 30, 1, 1, '', '', 'status', 0, 0, '');
  1948. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1949. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_customer_info', 'userinfotype', '客户类型', '0', 40, 1, 1, '', '', 'userinfotype', 0, 0, '');
  1950. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1951. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_customer_info', 'nickname', '客户简称', '0', 50, 1, 1, '', '', 'nickname', 0, 0, '');
  1952. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1953. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_customer_info', 'customername', '客户名称', '0', 60, 1, 1, '', '', 'customername', 0, 0, '');
  1954. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1955. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_customer_info', 'cardtype', '证件类型', '0', 70, 1, 1, '', '', 'cardtypename', 0, 0, '');
  1956. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1957. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_customer_info', 'cardnum', '证件号码', '0', 80, 1, 1, '', '', 'cardnum', 0, 0, '');
  1958. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1959. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_customer_info', 'contactname', '联系人', '0', 90, 1, 1, '', '', 'contactname', 0, 0, '');
  1960. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1961. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_customer_info', 'mobile', '手机号码', '0', 100, 1, 1, '', '', 'mobile', 0, 0, '');
  1962. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1963. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_customer_info', 'email', '邮箱', '0',110, 1, 1, '', '', 'email', 0, 0, '');
  1964. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1965. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_customer_info', 'legalpersonname', '法定代表人', '0', 120, 1, 1, '', '', 'legalpersonname', 0, 0, '');
  1966. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1967. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_customer_info', 'taxpayernum', '纳税人识别号', '0', 130, 1, 1, '', '', 'taxpayernum', 0, 0, '');
  1968. -- 铂金宝 - 持仓单
  1969. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_qhj_holder_order', 2, '铂金宝-单据查询-持仓单', '', 'web端-铂金宝-单据查询-持仓单');
  1970. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1971. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_holder_order', 'logincode', '账号', '200', 10, 1, 1, '', '', 'logincode', 0, 0, '');
  1972. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1973. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_holder_order', 'accountname', '名称', '200', 20, 1, 1, '', '', 'accountid', 0, 0, '');
  1974. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1975. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_holder_order', 'userinfotype', '账户类型', '0', 30, 1, 1, '', '', 'userinfotype', 0, 0, '');
  1976. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1977. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_holder_order', 'goodsname', '商品', '300', 40, 1, 1, '', '', 'goodsname', 0, 0, '');
  1978. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1979. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_holder_order', 'averageprice', '均价', '0', 50, 1, 1, '', 'FromatterDecimal,decimalplace', 'averageprice', 0, 0, '');
  1980. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1981. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_holder_order', 'holderqty', '持有数量', '0', 60, 1, 1, '', 'FromatterDecimal,qtydecimalplace', 'holderqty', 0, 0, '');
  1982. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1983. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_holder_order', 'frozenqty', '冻结数量', '0', 70, 1, 1, '', 'FromatterDecimal,qtydecimalplace', 'frozenqty', 0, 0, '');
  1984. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1985. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_holder_order', 'avialqty', '可用数量', '0', 80, 1, 1, '', 'FromatterDecimal,qtydecimalplace', 'avialqty', 0, 0, '');
  1986. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1987. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_holder_order', 'holderamount', '金额', '0', 90, 1, 1, '', 'FromatterDecimal,decimalplace', 'holderamount', 0, 0, '');
  1988. -- 铂金宝 - 委托单
  1989. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_qhj_order', 2, '铂金宝-单据查询-委托单', '', 'web端-铂金宝-单据查询-委托单');
  1990. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1991. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_order', 'logincode', '账号', '0', 10, 1, 1, '', '', 'logincode', 0, 0, '');
  1992. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1993. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_order', 'accountname', '名称', '300', 20, 1, 1, '', '', 'goodsname', 0, 0, '');
  1994. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1995. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_order', 'userinfotype', '账户类型', '0', 30, 1, 1, '', '', 'userinfotype', 0, 0, '');
  1996. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1997. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_order', 'goodsname', '商品', '300', 40, 1, 1, '', '', 'goodsname', 0, 0, '');
  1998. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  1999. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_order', 'orderprice', '价格', '0', 50, 1, 1, '', 'FromatterDecimal,decimalplace', 'orderprice', 0, 0, '');
  2000. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2001. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_order', 'orderqty', '数量', '0', 60, 1, 1, '', 'FromatterDecimal,qtydecimalplace', 'orderqty', 0, 0, '');
  2002. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2003. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_order', 'amount', '金额', '0', 70, 1, 1, '', 'FromatterDecimal,decimalplace', 'amount', 0, 0, '');
  2004. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2005. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_order', 'ordertime', '委托时间', '300', 80, 1, 1, '', '', 'ordertime', 0, 0, '');
  2006. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2007. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_order', 'orderstatus', '状态', '0', 90, 1, 1, '', '', 'orderstatus', 0, 0, '');
  2008. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2009. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_order', 'orderid', '委托单号', '300', 100, 1, 1, '', '', 'orderid', 0, 0, '');
  2010. -- 铂金宝 - 待付单
  2011. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_qhj_pay_bill', 2, '铂金宝-单据查询-待付单', '', 'web端-铂金宝-单据查询-待付单');
  2012. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2013. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_pay_bill', 'logincode', '账号', '300', 10, 1, 1, '', '', 'logincode', 0, 0, '');
  2014. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2015. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_pay_bill', 'accountname', '名称', '300', 20, 1, 1, '', '', 'buyaccountid', 0, 0, '');
  2016. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2017. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_pay_bill', 'userinfotype', '账户类型', '0', 30, 1, 1, '', '', 'userinfotype', 0, 0, '');
  2018. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2019. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_pay_bill', 'goodsname', '商品', '300', 40, 1, 1, '', '', 'goodsname', 0, 0, '');
  2020. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2021. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_pay_bill', 'tradeprice', '价格', '0', 50, 1, 1, '', 'FromatterDecimal,decimalplace', 'tradeprice', 0, 0, '');
  2022. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2023. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_pay_bill', 'tradeqty', '数量', '0', 60, 1, 1, '', 'FromatterDecimal,qtydecimalplace', 'tradeqty', 0, 0, '');
  2024. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2025. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_pay_bill', 'payamount', '金额', '0', 70, 1, 1, '', 'FromatterDecimal,decimalplace', 'payamount', 0, 0, '');
  2026. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2027. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_pay_bill', 'createtime', '成交时间', '300', 80, 1, 1, '', '', 'createtime', 0, 0, '');
  2028. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2029. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_pay_bill', 'paylimitedtime', '付款截止时间', '300', 90, 1, 1, '', '', 'paylimitedtime', 0, 0, '');
  2030. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2031. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_pay_bill', 'buyorderid', '关联单号', '300', 100, 1, 1, '', '', 'buyorderid', 0, 0, '');
  2032. -- 铂金宝 - 成交单
  2033. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_qhj_deal_order', 2, '铂金宝-单据查询-成交单', '', 'web端-铂金宝-单据查询-成交单');
  2034. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2035. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_deal_order', 'logincode', '账号', '200', 10, 1, 1, '', '', 'logincode', 0, 0, '');
  2036. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2037. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_deal_order', 'accountname', '名称', '200', 20, 1, 1, '', '', 'accountid', 0, 0, '');
  2038. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2039. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_deal_order', 'userinfotype', '账户类型', '0', 30, 1, 1, '', '', 'userinfotype', 0, 0, '');
  2040. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2041. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_deal_order', 'goodsname', '商品', '300', 40, 1, 1, '', '', 'goodsname', 0, 0, '');
  2042. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2043. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_deal_order', 'buyorsell', '成交类型', '0', 50, 1, 1, '', '', 'buyorsell', 0, 0, '');
  2044. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2045. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_deal_order', 'tradeprice', '价格', '0', 60, 1, 1, '', 'FromatterDecimal,decimalplace', 'tradeprice', 0, 0, '');
  2046. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2047. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_deal_order', 'tradeqty', '数量', '0', 70, 1, 1, '', 'FromatterDecimal,qtydecimalplace', 'tradeqty', 0, 0, '');
  2048. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2049. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_deal_order', 'tradeamount', '金额', '0', 80, 1, 1, '', 'FromatterDecimal,decimalplace', 'tradeamount', 0, 0, '');
  2050. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2051. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_deal_order', 'tradetime', '成交时间', '300', 90, 1, 1, '', '', 'tradetime', 0, 0, '');
  2052. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2053. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_deal_order', 'tradeid', '成交单号', '300', 100, 1, 1, '', '', 'tradeid', 0, 0, '');
  2054. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2055. values (seq_TableColumnConfig.Nextval, 'table_pcweb_qhj_deal_order', 'orderid', '关联委托单号', '300', 110, 1, 1, '', '', 'orderid', 0, 0, '');
  2056. -- 铂金宝 - 现货市价
  2057. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_and_price', 2, '铂金宝-现货市价', '', 'web端-铂金宝-现货市价');
  2058. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2059. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_and_price', 'deliverygoodsname', '现货品种', '0', 10, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  2060. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2061. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_and_price', 'wrstandardname', '商品', '0', 20, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  2062. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2063. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_and_price', 'brandname', '品牌', '0', 30, 1, 1, '', '', 'brandname', 0, 0, '');
  2064. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2065. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_and_price', 'spotgoodsprice', '价格', '0', 40, 1, 1, '', '', 'spotgoodsprice', 0, 0, '');
  2066. -- 铂金宝 - 协议管理
  2067. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_agreement', 2, '铂金宝-协议管理', '', 'web端-铂金宝-协议管理');
  2068. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2069. values (seq_TableColumnConfig.Nextval, 'table_pcweb_agreement', 'agreementno', '协议编号', '0', 10, 1, 1, '', '', 'agreementno', 0, 0, '');
  2070. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2071. values (seq_TableColumnConfig.Nextval, 'table_pcweb_agreement', 'agreementname', '协议名称', '0', 20, 1, 1, '', '', 'agreementname', 0, 0, '');
  2072. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2073. values (seq_TableColumnConfig.Nextval, 'table_pcweb_agreement', 'agreementtype', '协议类型', '0', 30, 1, 1, '', '', 'agreementtype', 0, 0, '');
  2074. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2075. values (seq_TableColumnConfig.Nextval, 'table_pcweb_agreement', 'agreementfrequency', '签署频率', '0', 40, 1, 1, '', '', 'agreementfrequency', 0, 0, '');
  2076. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2077. values (seq_TableColumnConfig.Nextval, 'table_pcweb_agreement', 'isvalid', '状态', '0', 50, 1, 1, '', '', 'isvalid', 0, 0, '');
  2078. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2079. values (seq_TableColumnConfig.Nextval, 'table_pcweb_agreement', 'createtime', '创建时间', '0', 60, 1, 1, '', '', 'createtime', 0, 0, '');
  2080. -- 大宗交易 --
  2081. -- 市场 -- 现货贸易 -- 仓单贸易 -- 一口价
  2082. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_warehouse_price', 2, '现货贸易-仓单贸易-一口价', '', 'web端-现货贸易-仓单贸易-一口价');
  2083. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2084. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_price', 'deliverygoodsname', '品种', '0', 10, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  2085. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2086. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_price', 'wrgoodsname', '商品', '400', 20, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  2087. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2088. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_price', 'warehousename', '仓库', '200', 30, 1, 1, '', '', 'warehousename', 0, 0, '');
  2089. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2090. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_price', 'sellprice', '卖价', '0', 40, 1, 1, '', '', 'sellprice', 0, 0, '');
  2091. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2092. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_price', 'sellqty', '卖量', '0', 50, 1, 1, '', '', 'sellqty', 0, 0, '');
  2093. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2094. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_price', 'buyprice', '买价', '0', 60, 1, 1, '', '', 'buyprice', 0, 0, '');
  2095. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2096. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_price', 'buyqty', '买量', '0', 70, 1, 1, '', '', 'buyqty', 0, 0, '');
  2097. -- 市场 -- 现货贸易 -- 仓单贸易 -- 浮动价
  2098. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_warehouse_float', 2, '现货贸易-仓单贸易', '', 'web端-现货贸易-仓单贸易-浮动价');
  2099. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2100. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_float', 'deliverygoodsname', '品种', '0', 10, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  2101. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2102. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_float', 'wrgoodsname', '商品', '400', 20, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  2103. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2104. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_float', 'warehousename', '仓库', '200', 30, 1, 1, '', '', 'warehousename', 0, 0, '');
  2105. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2106. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_float', 'goodscode', '期货合约', '0', 40, 1, 1, '', '', 'goodscode', 0, 0, '');
  2107. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2108. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_float', 'sellpricemove', '卖基差', '0', 50, 1, 1, '', '', 'sellpricemove', 0, 0, '');
  2109. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2110. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_float', 'sellqty', '卖量', '0', 60, 1, 1, '', '', 'sellqty', 0, 0, '');
  2111. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2112. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_float', 'buypricemove', '买基差', '0', 70, 1, 1, '', '', 'buypricemove', 0, 0, '');
  2113. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2114. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_float', 'buyqty', '买量', '0', 80, 1, 1, '', '', 'buyqty', 0, 0, '');
  2115. -- 市场 -- 现货贸易 -- 仓单预售 -- 一口价
  2116. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_warehouse_sale_price', 2, '现货贸易-仓单预售', '', 'web端-现货贸易-仓单预售-一口价');
  2117. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2118. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_sale_price', 'deliverygoodsname', '品种', '0', 10, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  2119. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2120. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_sale_price', 'wrgoodsname', '商品', '400', 20, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  2121. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2122. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_sale_price', 'warehousename', '仓库', '200', 30, 1, 1, '', '', 'warehousename', 0, 0, '');
  2123. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2124. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_sale_price', 'deliverymonth', '交收月', '0', 40, 1, 1, '', '', 'agreementfrequency', 0, 0, '');
  2125. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2126. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_sale_price', 'sellprice', '卖价', '0', 50, 1, 1, '', '', 'isvalid', 0, 0, '');
  2127. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2128. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_sale_price', 'sellqty', '卖量', '0', 60, 1, 1, '', '', 'createtime', 0, 0, '');
  2129. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2130. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_sale_price', 'buyprice', '买价', '0', 70, 1, 1, '', '', 'createtime', 0, 0, '');
  2131. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2132. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_sale_price', 'buyqty', '买量', '0', 80, 1, 1, '', '', 'createtime', 0, 0, '');
  2133. -- 市场 -- 现货贸易 -- 仓单预售 -- 浮动价
  2134. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_warehouse_sale_float', 2, '现货贸易-仓单预售', '', 'web端-现货贸易-仓单预售-浮动价');
  2135. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2136. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_sale_float', 'deliverygoodsname', '品种', '0', 10, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  2137. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2138. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_sale_float', 'wrgoodsname', '商品', '400', 20, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  2139. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2140. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_sale_float', 'warehousename', '仓库', '200', 30, 1, 1, '', '', 'warehousename', 0, 0, '');
  2141. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2142. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_sale_float', 'deliverymonth', '交收月', '0', 40, 1, 1, '', '', 'agreementfrequency', 0, 0, '');
  2143. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2144. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_sale_float', 'goodscode', '期货合约', '0', 50, 1, 1, '', '', 'goodscode', 0, 0, '');
  2145. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2146. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_sale_float', 'sellpricemove', '卖基差', '0', 60, 1, 1, '', '', 'sellpricemove', 0, 0, '');
  2147. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2148. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_sale_float', 'sellqty', '卖量', '0', 70, 1, 1, '', '', 'sellqty', 0, 0, '');
  2149. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2150. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_sale_float', 'buypricemove', '买基差', '0', 80, 1, 1, '', '', 'buypricemove', 0, 0, '');
  2151. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2152. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_sale_float', 'buyqty', '买量', '0', 90, 1, 1, '', '', 'buyqty', 0, 0, '');
  2153. -- 市场 -- 现货贸易 -- 仓单贸易 -- 一口价 -- 买卖大厅 -- 销售方
  2154. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_warehouse_price_trading_hall_sale', 2, '现货贸易-仓单贸易-买卖大厅', '', 'web端-现货贸易-仓单贸易-一口价-买卖大厅-销售方');
  2155. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2156. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_price_trading_hall_sale', 'index', '序号', '60', 10, 1, 1, '', '', 'index', 0, 0, '');
  2157. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2158. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_price_trading_hall_sale', 'username', '销售方', '0', 10, 1, 1, '', '', 'username', 0, 0, '');
  2159. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2160. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_price_trading_hall_sale', 'orderqty', '卖量', '0', 20, 1, 1, '', '', 'orderqty', 0, 0, '');
  2161. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2162. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_price_trading_hall_sale', 'fixedprice', '卖价', '0', 30, 1, 1, '', '', 'fixedprice', 0, 0, '');
  2163. -- 市场 -- 现货贸易 -- 仓单贸易 -- 一口价 -- 买卖大厅 -- 购买方
  2164. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_warehouse_price_trading_hall_buy', 2, '现货贸易-仓单贸易-买卖大厅', '', 'web端-现货贸易-仓单贸易-一口价-买卖大厅-购买方');
  2165. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2166. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_price_trading_hall_buy', 'index', '序号', '60', 10, 1, 1, '', '', 'index', 0, 0, '');
  2167. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2168. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_price_trading_hall_buy', 'fixedprice', '买价','0', 20, 1, 1, '', '', 'fixedprice', 0, 0, '');
  2169. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2170. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_price_trading_hall_buy', 'orderqty', '买量', '0', 30, 1, 1, '', '', 'orderqty', 0, 0, '');
  2171. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2172. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_price_trading_hall_buy', 'username', '购买方', '0', 40, 1, 1, '', '', 'username', 0, 0, '');
  2173. -- 市场 -- 现货贸易 -- 仓单贸易 -- 浮动价 -- 买卖大厅 -- 销售方
  2174. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_warehouse_float_trading_hall_sale', 2, '现货贸易-仓单贸易-买卖大厅', '', 'web端-现货贸易-仓单贸易-浮动价-买卖大厅-销售方');
  2175. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2176. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_float_trading_hall_sale', 'index', '序号', '60', 10, 1, 1, '', '', 'index', 0, 0, '');
  2177. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2178. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_float_trading_hall_sale', 'username', '销售方', '0', 20, 1, 1, '', '', 'username', 0, 0, '');
  2179. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2180. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_float_trading_hall_sale', 'orderqty', '卖量', '0', 30, 1, 1, '', '', 'orderqty', 0, 0, '');
  2181. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2182. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_float_trading_hall_sale', 'pricemove', '卖基差', '0', 40, 1, 1, '', '', 'pricemove', 0, 0, '');
  2183. -- 市场 -- 现货贸易 -- 仓单贸易 -- 浮动价 -- 买卖大厅 -- 购买方
  2184. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_warehouse_float_trading_hall_buy', 2, '现货贸易-仓单贸易-买卖大厅', '', 'web端-现货贸易-仓单贸易-浮动价-买卖大厅-购买方');
  2185. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2186. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_float_trading_hall_buy', 'index', '序号', '60', 10, 1, 1, '', '', 'index', 0, 0, '');
  2187. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2188. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_float_trading_hall_buy', 'pricemove', '买基差', '0', 20, 1, 1, '', '', 'pricemove', 0, 0, '');
  2189. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2190. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_float_trading_hall_buy', 'orderqty', '买量', '0', 30, 1, 1, '', '', 'orderqty', 0, 0, '');
  2191. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2192. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_float_trading_hall_buy', 'username', '购买方', '0', 40, 1, 1, '', '', 'username', 0, 0, '');
  2193. -- 市场 -- 现货贸易 -- 仓单预售 -- 一口价 -- 买卖大厅 -- 销售方
  2194. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_warehouse_presale_price_trading_hall_sale', 2, '现货贸易-仓单预售-买卖大厅', '', 'web端-现货贸易-仓单预售-一口价-买卖大厅-销售方');
  2195. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2196. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_presale_price_trading_hall_sale', 'index', '序号', '60', 10, 1, 1, '', '', 'index', 0, 0, '');
  2197. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2198. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_presale_price_trading_hall_sale', 'username', '销售方', '0', 20, 1, 1, '', '', 'username', 0, 0, '');
  2199. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2200. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_presale_price_trading_hall_sale', 'orderqty', '卖量', '0', 30, 1, 1, '', '', 'orderqty', 0, 0, '');
  2201. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2202. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_presale_price_trading_hall_sale', 'fixedprice', '卖价', '0', 40, 1, 1, '', '', 'fixedprice', 0, 0, '');
  2203. -- 市场 -- 现货贸易 -- 仓单预售 -- 一口价 -- 买卖大厅 -- 购买方
  2204. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_warehouse_presale_price_trading_hall_buy', 2, '现货贸易-仓单预售-买卖大厅', '', 'web端-现货贸易-仓单预售-一口价-买卖大厅-购买方');
  2205. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2206. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_presale_price_trading_hall_buy', 'index', '序号', '60', 10, 1, 1, '', '', 'index', 0, 0, '');
  2207. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2208. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_presale_price_trading_hall_buy', 'fixedprice', '买价', '0', 20, 1, 1, '', '', 'fixedprice', 0, 0, '');
  2209. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2210. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_presale_price_trading_hall_buy', 'orderqty', '买量', '0', 30, 1, 1, '', '', 'orderqty', 0, 0, '');
  2211. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2212. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_presale_price_trading_hall_buy', 'username', '购买方', '0', 40, 1, 1, '', '', 'username', 0, 0, '');
  2213. -- 市场 -- 现货贸易 -- 仓单预售 -- 浮动价 -- 买卖大厅 -- 销售方
  2214. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_warehouse_presale_float_trading_hall_sale', 2, '现货贸易-仓单预售-买卖大厅', '', 'web端-现货贸易-仓单预售-浮动价-买卖大厅-销售方');
  2215. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2216. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_presale_float_trading_hall_sale', 'index', '序号', '60', 10, 1, 1, '', '', 'index', 0, 0, '');
  2217. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2218. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_presale_float_trading_hall_sale', 'username', '销售方', '0', 20, 1, 1, '', '', 'username', 0, 0, '');
  2219. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2220. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_presale_float_trading_hall_sale', 'orderqty', '卖量', '0', 30, 1, 1, '', '', 'orderqty', 0, 0, '');
  2221. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2222. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_presale_float_trading_hall_sale', 'pricemove', '卖基差', '0', 40, 1, 1, '', '', 'pricemove', 0, 0, '');
  2223. -- 市场 -- 现货贸易 -- 仓单预售 -- 浮动价 -- 买卖大厅 -- 购买方
  2224. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_warehouse_presale_float_trading_hall_buy', 2, '现货贸易-仓单预售-买卖大厅', '', 'web端-现货贸易-仓单预售-浮动价-买卖大厅-购买方');
  2225. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2226. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_presale_float_trading_hall_buy', 'index', '序号', '60', 10, 1, 1, '', '', 'index', 0, 0, '');
  2227. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2228. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_presale_float_trading_hall_buy', 'pricemove', '买基差', '0', 20, 1, 1, '', '', 'pricemove', 0, 0, '');
  2229. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2230. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_presale_float_trading_hall_buy', 'orderqty', '买量', '0', 30, 1, 1, '', '', 'orderqty', 0, 0, '');
  2231. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2232. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_warehouse_presale_float_trading_hall_buy', 'username', '购买方', '0', 40, 1, 1, '', '', 'username', 0, 0, '');
  2233. -- 大宗交易 底部信息栏目 --
  2234. -- 底部栏 -- 现货仓单 -- 现货汇总
  2235. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_bottom_spot_warrant_spot_summary', 2, '底部栏-现货仓单', '', 'web端-底部栏-现货仓单-现货汇总');
  2236. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2237. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_spot_summary', 'deliverygoodsname', '品种', '0', 10, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  2238. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2239. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_spot_summary', 'wrtypename', '商品', '250', 20, 1, 1, '', '', 'wrtypename', 0, 0, '');
  2240. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2241. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_spot_summary', 'totalqty', '库存数量', '0', 30, 1, 1, '', '', 'totalqty', 0, 0, '');
  2242. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2243. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_spot_summary', 'buyexcuteqty', '采购履约中数量', '0', 40, 1, 1, '', '', 'buyexcuteqty', 0, 0, '');
  2244. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2245. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_spot_summary', 'freezeqty', '冻结数量', '0', 50, 1, 1, '', '', 'freezeqty', 0, 0, '');
  2246. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2247. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_spot_summary', 'pledgeqty', '质押数量', '0', 60, 1, 1, '', '', 'pledgeqty', 0, 0, '');
  2248. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2249. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_spot_summary', 'enalbeqty', '可用数量', '0', 70, 1, 1, '', '', 'enalbeqty', 0, 0, '');
  2250. -- 底部栏 -- 现货仓单 -- 库存汇总
  2251. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_bottom_spot_warrant_inventory_summary', 2, '底部栏-现货仓单', '', 'web端-底部栏-现货仓单-库存汇总');
  2252. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2253. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_inventory_summary', 'deliverygoodsname', '品种', '0', 10, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  2254. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2255. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_inventory_summary', 'wrtypename', '商品', '250', 20, 1, 1, '', '', 'wrtypename', 0, 0, '');
  2256. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2257. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_inventory_summary', 'warehousename', '仓库', '0', 30, 1, 1, '', '', 'warehousename', 0, 0, '');
  2258. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2259. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_inventory_summary', 'totalqty', '库存数量', '0', 40, 1, 1, '', '', 'totalqty', 0, 0, '');
  2260. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2261. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_inventory_summary', 'buyexcuteqty', '采购履约中数量', '0', 50, 1, 1, '', '', 'buyexcuteqty', 0, 0, '');
  2262. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2263. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_inventory_summary', 'freezeqty', '冻结数量', '0', 60, 1, 1, '', '', 'freezeqty', 0, 0, '');
  2264. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2265. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_inventory_summary', 'pledgeqty', '质押数量', '0', 70, 1, 1, '', '', 'pledgeqty', 0, 0, '');
  2266. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2267. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_inventory_summary', 'enalbeqty', '可用数量', '0', 80, 1, 1, '', '', 'enalbeqty', 0, 0, '');
  2268. -- 底部栏 -- 现货仓单 -- 现货明细
  2269. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_bottom_spot_warrant_spot_detail', 2, '底部栏-现货仓单', '', 'web端-底部栏-现货仓单-现货明细');
  2270. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2271. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_spot_detail', 'wrholdeno', '仓单编号', '250', 10, 1, 1, '', '', 'wrholdeno', 0, 0, '');
  2272. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2273. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_spot_detail', 'deliverygoodsname', '品种', '0', 20, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  2274. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2275. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_spot_detail', 'wrtypename', '商品', '400', 30, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  2276. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2277. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_spot_detail', 'warehousename', '仓库', '200', 40, 1, 1, '', '', 'warehousename', 0, 0, '');
  2278. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2279. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_spot_detail', 'qty', '库存数量', '0', 50, 1, 1, '', '', 'qty', 0, 0, '');
  2280. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2281. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_spot_detail', 'freezerqty', '冻结数量', '0', 60, 1, 1, '', '', 'freezerqty', 0, 0, '');
  2282. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2283. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_spot_detail', 'pledgeqty', '质押数量', '0', 70, 1, 1, '', '', 'pledgeqty', 0, 0, '');
  2284. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2285. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_spot_detail', 'enableqty', '可用数量', '0', 80, 1, 1, '', '', 'enableqty', 0, 0, '');
  2286. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2287. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_spot_detail', 'createtime', '过户时间', '250', 90, 1, 1, '', '', 'createtime', 0, 0, '');
  2288. -- 底部栏 -- 现货仓单 -- 挂单
  2289. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_bottom_spot_warrant_pending_order', 2, '底部栏-现货仓单', '', 'web端-底部栏-现货仓单-挂单');
  2290. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2291. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_pending_order', 'wrtradeorderid', '挂牌单号', '250', 10, 1, 1, '', '', 'wrtradeorderid', 0, 0, '');
  2292. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2293. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_pending_order', 'wrtradetype', '挂牌类型', '0', 20, 1, 1, '', '', 'wrtradetype', 0, 0, '');
  2294. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2295. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_pending_order', 'deliverygoodsname', '品种', '0', 30, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  2296. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2297. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_pending_order', 'wrtypename', '商品', '250', 40, 1, 1, '', '', 'wrtypename', 0, 0, '');
  2298. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2299. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_pending_order', 'warehousename', '仓库', '0', 50, 1, 1, '', '', 'warehousename', 0, 0, '');
  2300. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2301. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_pending_order', 'futushow', '期货合约/基差', '200', 60, 1, 1, '', '', 'futushow', 0, 0, '');
  2302. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2303. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_pending_order', 'tradeprice', '挂牌价格', '0', 70, 1, 1, '', '', 'wrpricetype', 0, 0, '');
  2304. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2305. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_pending_order', 'orderqty', '挂牌数量', '0', 80, 1, 1, '', '', 'orderqty', 0, 0, '');
  2306. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2307. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_pending_order', 'tradeqty', '成交数量', '0', 90, 1, 1, '', '', 'tradeqty', 0, 0, '');
  2308. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2309. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_pending_order', 'ordertime', '挂牌时间', '250', 100, 1, 1, '', '', 'ordertime', 0, 0, '');
  2310. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2311. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_pending_order', 'wrtradeorderstatus', '状态', '0', 110, 1, 1, '', '', 'wrtradeorderstatus', 0, 0, '');
  2312. -- 底部栏 -- 现货仓单 -- 成交
  2313. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_bottom_spot_warrant_deal', 2, '底部栏-现货仓单', '', 'web端-底部栏-现货仓单-成交');
  2314. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2315. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_deal', 'wrtradedetailid', '成交单号', '250', 10, 1, 1, '', '', 'wrtradedetailid', 0, 0, '');
  2316. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2317. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_deal', 'wrtradetype', '类型', '0', 20, 1, 1, '', '', 'wrtradetype', 0, 0, '');
  2318. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2319. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_deal', 'deliverygoodsname', '品种', '0', 30, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  2320. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2321. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_deal', 'wrtypename', '商品', '250', 40, 1, 1, '', '', 'wrtypename', 0, 0, '');
  2322. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2323. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_deal', 'warehousename', '仓库', '0', 50, 1, 1, '', '', 'warehousename', 0, 0, '');
  2324. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2325. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_deal', 'tradeprice', '成交价格', '0', 60, 1, 1, '', '', 'tradeprice', 0, 0, '');
  2326. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2327. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_deal', 'tradeqty', '成交数量', '0', 70, 1, 1, '', '', 'tradeqty', 0, 0, '');
  2328. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2329. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_deal', 'amount', '成交金额', '0', 80, 1, 1, '', '', 'amount', 0, 0, '');
  2330. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2331. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_deal', 'chargevalue', '手续费', '0', 80, 1, 1, '', '', 'chargevalue', 0, 0, '');
  2332. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2333. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_deal', 'matchusername', '对手方', '0', 90, 1, 1, '', '', 'matchusername', 0, 0, '');
  2334. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2335. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_deal', 'tradetime', '成交时间', '250', 100, 1, 1, '', '', 'tradetime', 0, 0, '');
  2336. -- 底部栏 -- 现货仓单 -- 指定成交
  2337. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_bottom_spot_warrant_designated_deal', 2, '底部栏-现货仓单', '', 'web端-底部栏-现货仓单-指定成交');
  2338. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2339. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_designated_deal', 'username', '发起方', '0', 10, 1, 1, '', '', 'username', 0, 0, '');
  2340. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2341. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_designated_deal', 'wrtradetype', '类型', '0', 20, 1, 1, '', '', 'wrtradetype', 0, 0, '');
  2342. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2343. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_designated_deal', 'matchusername', '指定方', '0', 30, 1, 1, '', '', 'matchusername', 0, 0, '');
  2344. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2345. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_designated_deal', 'deliverygoodsname', '品种', '0', 40, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  2346. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2347. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_designated_deal', 'wrstandardname', '商品', '250', 50, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  2348. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2349. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_designated_deal', 'warehousename', '仓库', '0', 60, 1, 1, '', '', 'warehousename', 0, 0, '');
  2350. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2351. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_designated_deal', 'fixedprice', '价格', '0', 70, 1, 1, '', '', 'fixedprice', 0, 0, '');
  2352. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2353. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_designated_deal', 'tradeqty', '数量', '0', 80, 1, 1, '', '', 'tradeqty', 0, 0, '');
  2354. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2355. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_designated_deal', 'amount', '金额', '0', 90, 1, 1, '', '', 'amount', 0, 0, '');
  2356. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2357. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_designated_deal', 'ordertime', '委托时间', '250', 100, 1, 1, '', '', 'ordertime', 0, 0, '');
  2358. -- 底部栏 -- 现货仓单 -- 提货
  2359. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_bottom_spot_warrant_pick_up', 2, '底部栏-现货仓单', '', 'web端-底部栏-现货仓单-提货');
  2360. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2361. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_pick_up', 'deliverygoodsname', '品种', '0', 10, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  2362. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2363. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_pick_up', 'wrstandardname', '商品', '0', 20, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  2364. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2365. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_pick_up', 'warehousename', '仓库', '0', 30, 1, 1, '', '', 'warehousename', 0, 0, '');
  2366. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2367. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_pick_up', 'applytype', '类型', '0', 40, 1, 1, '', '', 'applytype', 0, 0, '');
  2368. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2369. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_pick_up', 'qty', '数量', '250', 50, 1, 1, '', '', 'qty', 0, 0, '');
  2370. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2371. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_pick_up', 'applytime', '时间', '0', 60, 1, 1, '', '', 'applytime', 0, 0, '');
  2372. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2373. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_pick_up', 'expresscompany', '物流信息', '0', 70, 1, 1, '', '', 'expresscompany', 0, 0, '');
  2374. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2375. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_spot_warrant_pick_up', 'applystatus', '状态', '0', 80, 1, 1, '', '', 'applystatus', 0, 0, '');
  2376. -- 底部栏 -- 预售仓单 -- 订单汇总
  2377. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_bottom_pre_sale_order_summary', 2, '底部栏-预售仓单', '', 'web端-底部栏-预售仓单-订单汇总');
  2378. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2379. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_order_summary', 'deliverygoodsname', '品种', '0', 10, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  2380. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2381. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_order_summary', 'wrtypename', '商品', '400', 20, 1, 1, '', '', 'wrtypename', 0, 0, '');
  2382. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2383. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_order_summary', 'warehousename', '仓库', '200', 30, 1, 1, '', '', 'warehousename', 0, 0, '');
  2384. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2385. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_order_summary', 'credittotalqty', '预售总量', '0', 40, 1, 1, '', '', 'credittotalqty', 0, 0, '');
  2386. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2387. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_order_summary', 'credittradeqty', '成交总量', '0', 50, 1, 1, '', '', 'credittradeqty', 0, 0, '');
  2388. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2389. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_order_summary', 'creditfreezeqty', '冻结数量', '0', 60, 1, 1, '', '', 'creditfreezeqty', 0, 0, '');
  2390. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2391. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_order_summary', 'creditenableqty', '可用数量', '0', 70, 1, 1, '', '', 'creditenableqty', 0, 0, '');
  2392. -- 底部栏 -- 预售仓单 -- 挂单
  2393. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_bottom_pre_sale_pending_order', 2, '底部栏-预售仓单', '', 'web端-底部栏-预售仓单-挂单');
  2394. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2395. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_pending_order', 'wrtradeorderid', '挂牌单号', '250', 10, 1, 1, '', '', 'wrtradeorderid', 0, 0, '');
  2396. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2397. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_pending_order', 'wrtradetype', '挂牌类型', '0', 20, 1, 1, '', '', 'wrtradetype', 0, 0, '');
  2398. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2399. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_pending_order', 'deliverygoodsname', '品种', '0', 30, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  2400. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2401. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_pending_order', 'wrstandardname', '商品', '0', 40, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  2402. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2403. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_pending_order', 'warehousename', '仓库', '0', 50, 1, 1, '', '', 'warehousename', 0, 0, '');
  2404. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2405. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_pending_order', 'deliverymonth', '交收月', '0', 60, 1, 1, '', '', 'deliverymonth', 0, 0, '');
  2406. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2407. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_pending_order', 'futushow', '期货合约/基差', '200', 70, 1, 1, '', '', 'futushow', 0, 0, '');
  2408. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2409. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_pending_order', 'tradeprice', '挂牌价格', '0', 80, 1, 1, '', '', 'tradeprice', 0, 0, '');
  2410. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2411. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_pending_order', 'orderqty', '挂牌数量', '0', 90, 1, 1, '', '', 'orderqty', 0, 0, '');
  2412. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2413. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_pending_order', 'tradeqty', '成交数量', '0', 100, 1, 1, '', '', 'tradeqty', 0, 0, '');
  2414. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2415. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_pending_order', 'ordertime', '挂牌时间', '250', 110, 1, 1, '', '', 'ordertime', 0, 0, '');
  2416. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2417. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_pending_order', 'wrtradeorderstatus', '状态', '0', 120, 1, 1, '', '', 'wrtradeorderstatus', 0, 0, '');
  2418. -- 底部栏 -- 预售仓单 -- 成交
  2419. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_bottom_pre_sale_make_deal', 2, '底部栏-预售仓单', '', 'web端-底部栏-预售仓单-成交');
  2420. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2421. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_make_deal', 'wrtradedetailid', '成交单号', '250', 10, 1, 1, '', '', 'wrtradedetailid', 0, 0, '');
  2422. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2423. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_make_deal', 'wrtradetype', '类型', '0', 20, 1, 1, '', '', 'wrtradetype', 0, 0, '');
  2424. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2425. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_make_deal', 'deliverygoodsname', '品种', '0', 30, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  2426. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2427. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_make_deal', 'wrstandardname', '商品', '0', 40, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  2428. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2429. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_make_deal', 'warehousename', '仓库', '0', 50, 1, 1, '', '', 'warehousename', 0, 0, '');
  2430. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2431. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_make_deal', 'deliverymonth', '交收月', '0', 60, 1, 1, '', '', 'deliverymonth', 0, 0, '');
  2432. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2433. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_make_deal', 'tradeprice', '成交价格', '0', 70, 1, 1, '', '', 'tradeprice', 0, 0, '');
  2434. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2435. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_make_deal', 'tradeqty', '成交数量', '0', 80, 1, 1, '', '', 'tradeqty', 0, 0, '');
  2436. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2437. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_make_deal', 'amount', '成交金额', '0', 90, 1, 1, '', '', 'amount', 0, 0, '');
  2438. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2439. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_make_deal', 'chargevalue', '手续费', '0', 90, 1, 1, '', '', 'chargevalue', 0, 0, '');
  2440. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2441. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_make_deal', 'matchusername', '对手方', '0', 100, 1, 1, '', '', 'matchusername', 0, 0, '');
  2442. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2443. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_pre_sale_make_deal', 'tradetime', '成交时间', '250', 110, 1, 1, '', '', 'tradetime', 0, 0, '');
  2444. -- 底部栏 -- 商品合约 -- 合约汇总
  2445. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_bottom_commodity_contract_summary', 2, '底部栏-商品合约', '', 'web端-底部栏-商品合约-合约汇总');
  2446. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2447. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_summary', 'goodsname', '订单合约', '0', 10, 1, 1, '', '', 'goodsname', 0, 0, '');
  2448. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2449. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_summary', 'buyorsell', '方向', '0', 20, 1, 1, '', '', 'buyorsell', 0, 0, '');
  2450. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2451. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_summary', 'curpositionqty', '持有数量', '0', 30, 1, 1, '', '', 'curpositionqty', 0, 0, '');
  2452. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2453. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_summary', 'enableqty', '可用数量', '0', 40, 1, 1, '', '', 'enableqty', 0, 0, '');
  2454. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2455. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_summary', 'frozenqty', '冻结数量', '0', 50, 1, 1, '', '', 'frozenqty', 0, 0, '');
  2456. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2457. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_summary', 'averageprice', '均价', '0', 60, 1, 1, '', '', 'averageprice', 0, 0, '');
  2458. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2459. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_summary', 'lastprice', '现价', '0', 70, 1, 1, '', '', 'lastprice', 0, 0, '');
  2460. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2461. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_summary', 'holderprice', '持仓金额', '0', 80, 1, 1, '', '', 'holderprice', 0, 0, '');
  2462. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2463. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_summary', 'usedmargin', '占用保证金', '0', 90, 1, 1, '', '', 'usedmargin', 0, 0, '');
  2464. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2465. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_summary', 'tnqty', '市值', '0', 100, 1, 1, '', '', 'tnqty', 0, 0, '');
  2466. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2467. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_summary', 'profitloss', '浮动盈亏', '0', 110, 1, 1, '', '', 'profitloss', 0, 0, '');
  2468. -- 底部栏 -- 商品合约 -- 委托
  2469. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_bottom_commodity_contract_commission', 2, '底部栏-商品合约', '', 'web端-底部栏-商品合约-委托');
  2470. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2471. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_commission', 'goodsname', '订单合约', '0', 10, 1, 1, '', '', 'goodsname', 0, 0, '');
  2472. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2473. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_commission', 'buildtype', '类型', '0', 20, 1, 1, '', '', 'buildtype', 0, 0, '');
  2474. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2475. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_commission', 'orderprice', '委托价', '0', 30, 1, 1, '', '', 'orderprice', 0, 0, '');
  2476. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2477. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_commission', 'orderqty', '委托数量', '0', 40, 1, 1, '', '', 'orderqty', 0, 0, '');
  2478. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2479. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_commission', 'tradeqty', '成交数量', '0', 50, 1, 1, '', '', 'tradeqty', 0, 0, '');
  2480. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2481. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_commission', 'orderid', '委托单号', '0', 60, 1, 1, '', '', 'orderid', 0, 0, '');
  2482. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2483. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_commission', 'ordertime', '委托时间', '0', 70, 1, 1, '', '', 'ordertime', 0, 0, '');
  2484. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2485. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_commission', 'orderstatus', '状态', '0', 80, 1, 1, '', '', 'orderstatus', 0, 0, '');
  2486. -- 底部栏 -- 商品合约 -- 成交
  2487. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_bottom_commodity_contract_make_deal', 2, '底部栏-商品合约', '', 'web端-底部栏-商品合约-成交');
  2488. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2489. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_make_deal', 'goodsname', '订单合约', '0', 10, 1, 1, '', '', 'goodsname', 0, 0, '');
  2490. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2491. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_make_deal', 'buyorsell', '类型', '0', 20, 1, 1, '', '', 'buyorsell', 0, 0, '');
  2492. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2493. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_make_deal', 'tradeprice', '成交价', '0', 30, 1, 1, '', '', 'tradeprice', 0, 0, '');
  2494. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2495. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_make_deal', 'tradeqty', '成交数量', '0', 40, 1, 1, '', '', 'tradeqty', 0, 0, '');
  2496. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2497. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_make_deal', 'charge', '手续费', '0', 40, 1, 1, '', '', 'charge', 0, 0, '');
  2498. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2499. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_make_deal', 'tradeid', '成交单号', '0', 50, 1, 1, '', '', 'tradeid', 0, 0, '');
  2500. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2501. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_make_deal', 'matchaccountid', '成交对手', '0', 60, 1, 1, '', '', 'matchaccountid', 0, 0, '');
  2502. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2503. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_make_deal', 'tradetime', '成交时间', '0', 70, 1, 1, '', '', 'tradetime', 0, 0, '');
  2504. -- 底部栏 -- 商品合约 -- 交收
  2505. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_bottom_commodity_contract_settlement', 2, '底部栏-商品合约', '', 'web端-底部栏-商品合约-交收');
  2506. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2507. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_settlement', 'pgoodsname', '订单合约', '0', 10, 1, 1, '', '', 'pgoodsname', 0, 0, '');
  2508. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2509. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_settlement', 'buyorsell', '类型', '0', 20, 1, 1, '', '', 'buyorsell', 0, 0, '');
  2510. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2511. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_settlement', 'xdeliverycloseqty', '合同数量', '0', 30, 1, 1, '', '', 'xdeliverycloseqty', 0, 0, '');
  2512. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2513. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_settlement', 'xgoodsamount', '合约金额', '0', 40, 1, 1, '', '', 'xgoodsamount', 0, 0, '');
  2514. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2515. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_settlement', 'deliveryqty', '点选数量', '0', 50, 1, 1, '', '', 'deliveryqty', 0, 0, '');
  2516. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2517. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_settlement', 'deliveryamount', '点价价格', '0', 60, 1, 1, '', '', 'deliveryamount', 0, 0, '');
  2518. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2519. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_settlement', 'deliverypricemove', '点价贷款', '0', 70, 1, 1, '', '', 'deliverypricemove', 0, 0, '');
  2520. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2521. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_settlement', 'deliverypricemove', '升贴水', '0', 80, 1, 1, '', '', 'deliverypricemove', 0, 0, '');
  2522. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2523. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_settlement', 'deliverytotalamount', '交收金额', '0', 90, 1, 1, '', '', 'deliverytotalamount', 0, 0, '');
  2524. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2525. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_settlement', 'deliveryamount', '交收均价', '0', 100, 1, 1, '', '', 'deliveryamount', 0, 0, '');
  2526. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2527. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_settlement', 'deliverytime', '申请时间', '0', 110, 1, 1, '', '', 'deliverytime', 0, 0, '');
  2528. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2529. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_settlement', 'deliverystatus', '状态', '0', 120, 1, 1, '', '', 'deliverystatus', 0, 0, '');
  2530. -- 底部栏 -- 履约信息 -- 买履约
  2531. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_bottom_performance_info_buy', 2, '底部栏-履约信息', '', 'web端-底部栏-履约信息-买履约');
  2532. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2533. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_buy', 'deliverygoodsname', '品种', '0', 10, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  2534. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2535. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_buy', 'wrstandardname', '商品', '0', 20, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  2536. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2537. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_buy', 'performancetype', '类型', '0', 30, 1, 1, '', '', 'performancetype', 0, 0, '');
  2538. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2539. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_buy', 'relatedorderid', '关联单号', '250', 40, 1, 1, '', '', 'relatedorderid', 0, 0, '');
  2540. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2541. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_buy', 'paymenttype', '付款方式', '0', 50, 1, 1, '', '', 'paymenttype', 0, 0, '');
  2542. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2543. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_buy', 'buyerfreezeamount', '履约冻结', '0', 60, 1, 1, '', '', 'buyerfreezeamount', 0, 0, '');
  2544. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2545. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_buy', 'buyerfreezeamountremain', '履约冻结剩余', '0', 70, 1, 1, '', '', 'buyerfreezeamountremain', 0, 0, '');
  2546. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2547. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_buy', 'amount', '总金额', '0', 80, 1, 1, '', '', 'amount', 0, 0, '');
  2548. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2549. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_buy', 'buypaidamount', '已付金额', '0', 90, 1, 1, '', '', 'buypaidamount', 0, 0, '');
  2550. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2551. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_buy', 'overshortamount', '溢短金额', '0', 100, 1, 1, '', '', 'overshortamount', 0, 0, '');
  2552. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2553. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_buy', 'sellusername', '卖方', '200', 110, 1, 1, '', '', 'sellusername', 0, 0, '');
  2554. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2555. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_buy', 'performancestatus', '履约状态', '0', 120, 1, 1, '', '', 'performancestatus', 0, 0, '');
  2556. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2557. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_buy', 'curstepname', '当前步骤', '0', 130, 1, 1, '', '', 'curstepname', 0, 0, '');
  2558. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2559. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_buy', 'createtime', '开始时间', '250', 140, 1, 1, '', '', 'createtime', 0, 0, '');
  2560. -- 底部栏 -- 履约信息 -- 卖履约
  2561. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_bottom_performance_info_sale', 2, '底部栏-履约信息', '', 'web端-底部栏-履约信息-卖履约');
  2562. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2563. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_sale', 'deliverygoodsname', '品种', '0', 10, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
  2564. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2565. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_sale', 'wrstandardname', '商品', '0', 20, 1, 1, '', '', 'wrstandardname', 0, 0, '');
  2566. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2567. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_sale', 'performancetype', '类型', '0', 30, 1, 1, '', '', 'performancetype', 0, 0, '');
  2568. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2569. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_sale', 'relatedorderid', '关联单号', '250', 40, 1, 1, '', '', 'relatedorderid', 0, 0, '');
  2570. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2571. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_sale', 'paymenttype', '付款方式', '0', 50, 1, 1, '', '', 'paymenttype', 0, 0, '');
  2572. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2573. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_sale', 'sellerfreezeamount', '履约冻结', '0', 60, 1, 1, '', '', 'sellerfreezeamount', 0, 0, '');
  2574. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2575. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_sale', 'sellerfreezeamountremain', '履约冻结剩余', '0', 70, 1, 1, '', '', 'sellerfreezeamountremain', 0, 0, '');
  2576. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2577. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_sale', 'amount', '总金额', '0', 80, 1, 1, '', '', 'amount', 0, 0, '');
  2578. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2579. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_sale', 'buypaidamount', '已付金额', '0', 90, 1, 1, '', '', 'buypaidamount', 0, 0, '');
  2580. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2581. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_sale', 'overshortamount', '溢短金额', '0', 100, 1, 1, '', '', 'overshortamount', 0, 0, '');
  2582. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2583. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_sale', 'buyusername', '买方', '200', 110, 1, 1, '', '', 'buyusername', 0, 0, '');
  2584. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2585. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_sale', 'performancestatus', '履约状态', '0', 120, 1, 1, '', '', 'performancestatus', 0, 0, '');
  2586. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2587. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_sale', 'curstepname', '当前步骤', '0', 130, 1, 1, '', '', 'curstepname', 0, 0, '');
  2588. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2589. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_performance_info_sale', 'createtime', '开始时间', '250', 140, 1, 1, '', '', 'createtime', 0, 0, '');
  2590. -- 底部栏 -- 资金信息 -- 资金汇总
  2591. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_bottom_funding_info_summary', 2, '底部栏-资金信息', '', 'web端-底部栏-资金信息-资金汇总');
  2592. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2593. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_funding_info_summary', 'accountid', '资金账号', '0', 10, 1, 1, '', '', 'accountid', 0, 0, '');
  2594. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2595. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_funding_info_summary', 'currentbalance', '净值', '0', 20, 1, 1, '', '', 'currentbalance', 0, 0, '');
  2596. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2597. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_funding_info_summary', 'balance', '可用资金', '0', 30, 1, 1, '', '', 'balance', 0, 0, '');
  2598. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2599. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_funding_info_summary', 'usedmargin', '占用资金', '0', 40, 1, 1, '', '', 'usedmargin', 0, 0, '');
  2600. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2601. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_funding_info_summary', 'freezemargin', '冻结资金', '0', 50, 1, 1, '', '', 'freezemargin', 0, 0, '');
  2602. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2603. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_funding_info_summary', 'usedmargin', '浮动盈亏', '0', 60, 1, 1, '', '', 'usedmargin', 0, 0, '');
  2604. -- 底部栏 -- 资金信息 -- 资金流水
  2605. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_trade_bottom_funding_info_log', 2, '底部栏-资金信息', '', 'web端-底部栏-资金信息-资金流水');
  2606. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2607. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_funding_info_log', 'accountid', '资金账号', '0', 10, 1, 1, '', '', 'accountid', 0, 0, '');
  2608. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2609. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_funding_info_log', 'OPERATETYPENAME', '资金类型', '0', 20, 1, 1, '', '', 'operatetype', 0, 0, '');
  2610. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2611. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_funding_info_log', 'amount', '金额', '0', 30, 1, 1, '', '', 'amount', 0, 0, '');
  2612. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2613. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_funding_info_log', 'currentbalance', '余额', '0', 40, 1, 1, '', '', 'currentbalance', 0, 0, '');
  2614. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2615. values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_funding_info_log', 'createtime', '时间', '0', 50, 1, 1, '', '', 'createtime', 0, 0, '');
  2616. -- 底部栏 -- 融资管理 -- 申请单 --
  2617. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_financing_manage_bottom_apply_order', 2, '底部栏-融资管理', '', 'web端-底部栏-融资管理-申请单');
  2618. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2619. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_apply_order', 'financetype', '类型', '0', 10, 1, 1, '', '', 'financetype', 0, 0, '');
  2620. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2621. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_apply_order', 'financename', '融出方', '0', 20, 1, 1, '', '', 'lenderusername', 0, 0, '');
  2622. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2623. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_apply_order', 'tradeamount', '借款金额', '0', 30, 1, 1, '', '', 'tradeamount', 0, 0, '');
  2624. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2625. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_apply_order', 'wrtypename', '购买商品', '400', 40, 1, 1, '', '', 'wrtypename', 0, 0, '');
  2626. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2627. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_apply_order', 'orderqty', '商品数量', '0', 50, 1, 1, '', '', 'orderqty', 0, 0, '');
  2628. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2629. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_apply_order', 'financingdays', '借款天数', '0', 60, 1, 1, '', '', 'financingdays', 0, 0, '');
  2630. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2631. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_apply_order', 'freezebuymargin', '保证金', '0', 70, 1, 1, '', '', 'freezebuymargin', 0, 0, '');
  2632. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2633. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_apply_order', 'interestsettlevalue', '费用', '0', 80, 1, 1, '', '', 'interestsettlevalue', 0, 0, '');
  2634. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2635. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_apply_order', 'interestsettlemode', '结算方式', '0', 90, 1, 1, '', '', 'interestsettlemode', 0, 0, '');
  2636. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2637. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_apply_order', 'interestminlen', '最小计费天数', '0', 100, 1, 1, '', '', 'interestminlen', 0, 0, '');
  2638. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2639. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_apply_order', 'applydate', '申请时间', '0', 110, 1, 1, '', '', 'applydate', 0, 0, '');
  2640. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2641. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_apply_order', 'applystatus', '状态', '0', 120, 1, 1, '', '', 'applystatus', 0, 0, '');
  2642. -- 底部栏 -- 融资管理 -- 合同 --
  2643. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_financing_manage_bottom_contract', 2, '底部栏-融资管理', '', 'web端-底部栏-融资管理-合同');
  2644. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2645. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_contract', 'scfcontractid', '合同编号', '0', 10, 1, 1, '', '', 'scfcontractid', 0, 0, '');
  2646. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2647. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_contract', 'scfcontracttype', '类型', '0', 20, 1, 1, '', '', 'scfcontracttype', 0, 0, '');
  2648. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2649. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_contract', 'lenderusername', '融出方', '0', 30, 1, 1, '', '', 'lenderusername', 0, 0, '');
  2650. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2651. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_contract', 'lenderamount', '借款金额', '0', 40, 1, 1, '', '', 'lenderamount', 0, 0, '');
  2652. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2653. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_contract', 'wrtypename', '购买商品', '400', 40, 1, 1, '', '', 'wrtypename', 0, 0, '');
  2654. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2655. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_contract', 'remainamount', '剩余金额', '0', 60, 1, 1, '', '', 'remainamount', 0, 0, '');
  2656. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2657. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_contract', 'remainwrpositionqty', '剩余数量', '0', 70, 1, 1, '', '', 'remainwrpositionqty', 0, 0, '');
  2658. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2659. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_contract', 'buybackwrpositionqty', '已回购数量', '0', 80, 1, 1, '', '', 'buybackwrpositionqty', 0, 0, '');
  2660. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2661. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_contract', 'closeinterest', '已结费用', '0', 90, 1, 1, '', '', 'closeinterest', 0, 0, '');
  2662. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2663. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_contract', 'unpaidinterest', '未结费用', '0', 100, 1, 1, '', '', 'unpaidinterest', 0, 0, '');
  2664. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2665. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_contract', 'interestdebt', '费用欠款', '0', 110, 1, 1, '', '', 'interestdebt', 0, 0, '');
  2666. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2667. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_contract', 'deadline', '截止日期', '0', 120, 1, 1, '', '', 'deadline', 0, 0, '');
  2668. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2669. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_contract', 'scfcontractstatus', '状态', '0', 130, 1, 1, '', '', 'scfcontractstatus', 0, 0, '');
  2670. -- 底部栏 -- 商品订单 -- 合约汇总 --
  2671. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_financing_manage_bottom_commodity_order_summary', 2, '底部栏-商品订单', '', 'web端-底部栏-商品订单-合约汇总');
  2672. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2673. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_summary', 'scfcontractid', '订单合约', '0', 10, 1, 1, '', '', 'scfcontractid', 0, 0, '');
  2674. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2675. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_summary', 'scfcontracttype', '持有数量', '0', 20, 1, 1, '', '', 'scfcontracttype', 0, 0, '');
  2676. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2677. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_summary', 'lenderusername', '可用数量', '0', 30, 1, 1, '', '', 'lenderusername', 0, 0, '');
  2678. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2679. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_summary', 'lenderamount', '冻结数量', '0', 40, 1, 1, '', '', 'lenderamount', 0, 0, '');
  2680. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2681. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_summary', 'productname', '均价', '0', 50, 1, 1, '', '', 'productname', 0, 0, '');
  2682. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2683. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_summary', 'remainamount', '现价', '0', 60, 1, 1, '', '', 'remainamount', 0, 0, '');
  2684. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2685. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_summary', 'remainwrpositionqty', '持仓金额', '0', 70, 1, 1, '', '', 'remainwrpositionqty', 0, 0, '');
  2686. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2687. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_summary', 'buybackwrpositionqty', '浮动盈亏', '0', 80, 1, 1, '', '', 'buybackwrpositionqty', 0, 0, '');
  2688. -- 底部栏 -- 商品订单 -- 委托 --
  2689. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_financing_manage_bottom_commodity_order_entrust', 2, '底部栏-商品订单', '', 'web端-底部栏-商品订单-委托');
  2690. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2691. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_entrust', 'scfcontractid', '订单合约', '0', 10, 1, 1, '', '', 'scfcontractid', 0, 0, '');
  2692. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2693. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_entrust', 'scfcontracttype', '类型', '0', 20, 1, 1, '', '', 'scfcontracttype', 0, 0, '');
  2694. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2695. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_entrust', 'lenderusername', '委托价', '0', 30, 1, 1, '', '', 'lenderusername', 0, 0, '');
  2696. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2697. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_entrust', 'lenderamount', '委托数量', '0', 40, 1, 1, '', '', 'lenderamount', 0, 0, '');
  2698. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2699. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_entrust', 'productname', '成交数量', '0', 50, 1, 1, '', '', 'productname', 0, 0, '');
  2700. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2701. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_entrust', 'remainamount', '委托单号', '0', 60, 1, 1, '', '', 'remainamount', 0, 0, '');
  2702. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2703. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_entrust', 'remainwrpositionqty', '委托时间', '0', 70, 1, 1, '', '', 'remainwrpositionqty', 0, 0, '');
  2704. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2705. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_entrust', 'buybackwrpositionqty', '状态', '0', 80, 1, 1, '', '', 'buybackwrpositionqty', 0, 0, '');
  2706. -- 底部栏 -- 商品订单 -- 成交 --
  2707. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_financing_manage_bottom_commodity_order_deal', 2, '底部栏-商品订单', '', 'web端-底部栏-商品订单-成交');
  2708. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2709. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_deal', 'scfcontractid', '订单合约', '0', 10, 1, 1, '', '', 'scfcontractid', 0, 0, '');
  2710. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2711. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_deal', 'scfcontracttype', '类型', '0', 20, 1, 1, '', '', 'scfcontracttype', 0, 0, '');
  2712. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2713. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_deal', 'lenderusername', '成交价', '0', 30, 1, 1, '', '', 'lenderusername', 0, 0, '');
  2714. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2715. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_deal', 'lenderamount', '成交数量', '0', 40, 1, 1, '', '', 'lenderamount', 0, 0, '');
  2716. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2717. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_deal', 'productname', '成交单号', '0', 50, 1, 1, '', '', 'productname', 0, 0, '');
  2718. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2719. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_deal', 'remainamount', '成交对手', '0', 60, 1, 1, '', '', 'remainamount', 0, 0, '');
  2720. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2721. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_deal', 'remainwrpositionqty', '成交时间', '0', 70, 1, 1, '', '', 'remainwrpositionqty', 0, 0, '');
  2722. -- 底部栏 -- 商品订单 -- 交收 --
  2723. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_financing_manage_bottom_commodity_order_settlement', 2, '底部栏-商品订单', '', 'web端-底部栏-商品订单-交收');
  2724. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2725. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_settlement', 'scfcontractid', '订单合约', '0', 10, 1, 1, '', '', 'scfcontractid', 0, 0, '');
  2726. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2727. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_settlement', 'scfcontracttype', '类型', '0', 20, 1, 1, '', '', 'scfcontracttype', 0, 0, '');
  2728. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2729. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_settlement', 'lenderusername', '合约数量', '0', 30, 1, 1, '', '', 'lenderusername', 0, 0, '');
  2730. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2731. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_settlement', 'lenderamount', '合约金额', '0', 40, 1, 1, '', '', 'lenderamount', 0, 0, '');
  2732. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2733. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_settlement', 'productname', '点选数量', '0', 50, 1, 1, '', '', 'productname', 0, 0, '');
  2734. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2735. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_settlement', 'remainamount', '点价价格', '0', 60, 1, 1, '', '', 'remainamount', 0, 0, '');
  2736. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2737. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_settlement', 'remainwrpositionqty', '点价贷款', '0', 70, 1, 1, '', '', 'remainwrpositionqty', 0, 0, '');
  2738. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2739. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_settlement', 'remainwrpositionqty', '升贴水', '0', 80, 1, 1, '', '', 'remainwrpositionqty', 0, 0, '');
  2740. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2741. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_settlement', 'remainwrpositionqty', '交收金额', '0', 90, 1, 1, '', '', 'remainwrpositionqty', 0, 0, '');
  2742. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2743. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_settlement', 'remainwrpositionqty', '交收均价', '0', 100, 1, 1, '', '', 'remainwrpositionqty', 0, 0, '');
  2744. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2745. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_settlement', 'remainwrpositionqty', '申请时间', '0', 110, 1, 1, '', '', 'remainwrpositionqty', 0, 0, '');
  2746. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2747. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_bottom_commodity_order_settlement', 'remainwrpositionqty', '状态', '0', 120, 1, 1, '', '', 'remainwrpositionqty', 0, 0, '');
  2748. -- 市场 -- 现货贸易 -- 订单交易 --
  2749. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_financing_manage_order_transaction', 2, '现货贸易-订单交易', '', 'web端-市场-现货贸易-订单交易');
  2750. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2751. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_order_transaction', 'index', '序号', '0', 10, 1, 1, '', '', 'index', 0, 0, '');
  2752. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2753. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_order_transaction', 'goodscode', '代码', '0', 20, 1, 1, '', '', 'goodscode', 0, 0, '');
  2754. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2755. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_order_transaction', 'goodsname', '名称', '0', 30, 1, 1, '', '', 'goodsname', 0, 0, '');
  2756. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2757. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_order_transaction', 'buyprice', '买价', '0', 40, 1, 1, '', '', 'buyprice', 0, 0, '');
  2758. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2759. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_order_transaction', 'buyamount', '买量', '0', 50, 1, 1, '', '', 'buyamount', 0, 0, '');
  2760. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2761. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_order_transaction', 'sellprice', '卖价', '0', 60, 1, 1, '', '', 'sellprice', 0, 0, '');
  2762. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2763. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_order_transaction', 'sellamount', '卖量', '0', 70, 1, 1, '', '', 'sellamount', 0, 0, '');
  2764. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2765. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_order_transaction', 'latestprice', '最新价', '0', 80, 1, 1, '', '', 'latestprice', 0, 0, '');
  2766. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2767. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_order_transaction', 'updown', '涨跌', '0', 90, 1, 1, '', '', 'updown', 0, 0, '');
  2768. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2769. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_order_transaction', 'amplitude', '幅度', '0', 100, 1, 1, '', '', 'amplitude', 0, 0, '');
  2770. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2771. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_order_transaction', 'opentoday', '今开', '0', 110, 1, 1, '', '', 'opentoday', 0, 0, '');
  2772. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2773. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_order_transaction', 'closedyesterday', '昨收', '0', 120, 1, 1, '', '', 'closedyesterday', 0, 0, '');
  2774. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2775. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_order_transaction', 'lowest', '最低', '0', 130, 1, 1, '', '', 'lowest', 0, 0, '');
  2776. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2777. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_order_transaction', 'highest', '最高', '0', 140, 1, 1, '', '', 'highest', 0, 0, '');
  2778. -- 市场 -- 现货贸易 -- 参考行情 --
  2779. insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_financing_manage_reference_market', 2, '现货贸易-参考行情', '', 'web端-市场-现货贸易-参考行情');
  2780. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2781. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_reference_market', 'index', '序号', '0', 10, 1, 1, '', '', 'index', 0, 0, '');
  2782. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2783. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_reference_market', 'goodscode', '代码', '0', 20, 1, 1, '', '', 'goodscode', 0, 0, '');
  2784. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2785. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_reference_market', 'goodsname', '名称', '0', 30, 1, 1, '', '', 'goodsname', 0, 0, '');
  2786. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2787. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_reference_market', 'buyprice', '买价', '0', 40, 1, 1, '', '', 'buyprice', 0, 0, '');
  2788. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2789. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_reference_market', 'buyamount', '买量', '0', 50, 1, 1, '', '', 'buyamount', 0, 0, '');
  2790. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2791. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_reference_market', 'sellprice', '卖价', '0', 60, 1, 1, '', '', 'sellprice', 0, 0, '');
  2792. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2793. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_reference_market', 'sellamount', '卖量', '0', 70, 1, 1, '', '', 'sellamount', 0, 0, '');
  2794. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2795. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_reference_market', 'latestprice', '最新价', '0', 80, 1, 1, '', '', 'latestprice', 0, 0, '');
  2796. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2797. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_reference_market', 'updown', '涨跌', '0', 90, 1, 1, '', '', 'updown', 0, 0, '');
  2798. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2799. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_reference_market', 'amplitude', '幅度', '0', 100, 1, 1, '', '', 'amplitude', 0, 0, '');
  2800. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2801. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_reference_market', 'opentoday', '今开', '0', 110, 1, 1, '', '', 'opentoday', 0, 0, '');
  2802. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2803. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_reference_market', 'closedyesterday', '昨收', '0', 120, 1, 1, '', '', 'closedyesterday', 0, 0, '');
  2804. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2805. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_reference_market', 'lowest', '最低', '0', 130, 1, 1, '', '', 'lowest', 0, 0, '');
  2806. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2807. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_reference_market', 'highest', '最高', '0', 140, 1, 1, '', '', 'highest', 0, 0, '');
  2808. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2809. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_reference_market', 'vibrationamplitude', '振幅', '0', 150, 1, 1, '', '', 'vibrationamplitude', 0, 0, '');
  2810. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2811. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_reference_market', 'total', '总量', '0', 160, 1, 1, '', '', 'total', 0, 0, '');
  2812. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2813. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_reference_market', 'currentamount', '现量', '0', 170, 1, 1, '', '', 'currentamount', 0, 0, '');
  2814. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2815. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_reference_market', 'openinterest', '持仓量', '0', 180, 1, 1, '', '', 'openinterest', 0, 0, '');
  2816. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2817. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_reference_market', 'increasing', '日增', '0', 190, 1, 1, '', '', 'increasing', 0, 0, '');
  2818. insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
  2819. values (seq_TableColumnConfig.Nextval, 'table_pcweb_financing_manage_reference_market', 'amount', '金额', '0', 200, 1, 1, '', '', 'amount', 0, 0, '');