material.js 87 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767
  1. 'use strict';
  2. /**
  3. * 材料调差 - 调差工料
  4. *
  5. * @author Mai
  6. * @date 2019/1/16
  7. * @version
  8. */
  9. function loadUpdateMaterials(newMaterial, fields) {
  10. const newMaterials = newMaterial instanceof Array ? newMaterial : [newMaterial];
  11. for (const nm of newMaterials) {
  12. const om = _.find(materialBillsData, {id: nm.id});
  13. for (const prop in nm) {
  14. if (!fields || fields.indexOf(prop) >= 0) {
  15. om[prop] = nm[prop];
  16. }
  17. }
  18. }
  19. }
  20. function DatePickerCellType() {
  21. }
  22. DatePickerCellType.prototype = new GC.Spread.Sheets.CellTypes.Base();
  23. DatePickerCellType.prototype.createEditorElement = function () {
  24. //Create input presenter.
  25. var input = document.createElement("input");
  26. return input;
  27. };
  28. DatePickerCellType.prototype.activateEditor = function (editorContext, cellStyle, cellRect) {
  29. //Initialize input editor.
  30. if (editorContext) {
  31. const $editor = $(editorContext);
  32. GC.Spread.Sheets.CellTypes.Base.prototype.activateEditor.apply(this, arguments);
  33. $editor.datepicker({});
  34. $editor.css("position", "absolute");
  35. $editor.attr("gcUIElement", "gcEditingInput");
  36. $(".ui-datepicker").attr("gcUIElement", "gcEditingInput");
  37. }
  38. }
  39. DatePickerCellType.prototype.deactivateEditor = function (editorContext) {
  40. //Remove input editor when end editor status.
  41. if (editorContext) {
  42. var element = editorContext;
  43. // $(element).datepicker().data('datepicker').hide();
  44. // $(element).datepicker().data('datepicker').destroy();
  45. $(element).datepicker("hide");
  46. $(element).datepicker("destroy");
  47. }
  48. GC.Spread.Sheets.CellTypes.Base.prototype.deactivateEditor.apply(this, arguments)
  49. };
  50. DatePickerCellType.prototype.setEditorValue = function (editor, value) {
  51. //Sync value from Cell value to editor value.
  52. // console.log($(editor), value);
  53. $(editor).datepicker("setDate", value);
  54. // $(editor).datepicker().data('datepicker').selectDate(value ? new Date(value) : new Date());
  55. };
  56. DatePickerCellType.prototype.getEditorValue = function (editor, context) {
  57. // console.log($(editor).datepicker().data('datepicker'), context);
  58. //Sync value from editor value to cell value.
  59. // console.log($(editor).datepicker("getDate"));
  60. // return $(editor).datepicker("getDate");
  61. return $(editor).val();
  62. };
  63. DatePickerCellType.prototype.updateEditor = function (editorContext, cellStyle, cellRect) {
  64. if (editorContext) {
  65. const $editor = $(editorContext);
  66. $editor.css("width", cellRect.width - 1);
  67. $editor.css("height", cellRect.height - 3);
  68. }
  69. };
  70. function resetTpTable() {
  71. $('#tp_set').find('td').eq(1).text(ZhCalc.round(m_tp, materialDecimal.tp));
  72. $('#tp_set').find('td').eq(2).text(ZhCalc.add(pre_tp, ZhCalc.round(m_tp, materialDecimal.tp)));
  73. if (materialTax) {
  74. $('#tax_rate_set').find('td').eq(1).text(ZhCalc.round(m_tax_tp, materialDecimal.tp));
  75. $('#tax_rate_set').find('td').eq(2).text(ZhCalc.add(m_tax_pre_tp, ZhCalc.round(m_tax_tp, materialDecimal.tp)));
  76. } else {
  77. const rate = $('#rateInput').val();
  78. const bqhs = ZhCalc.round(ZhCalc.mul(m_tp, 1+rate/100), materialDecimal.tp);
  79. const jzbqhs = ZhCalc.add(pre_tp_hs, bqhs);
  80. $('#rate_set').find('td').eq(1).text(bqhs !== 0 ? bqhs : '');
  81. $('#rate_set').find('td').eq(2).text(jzbqhs !== 0 ? jzbqhs : '');
  82. }
  83. if (isStageSelf) {
  84. let html = '';
  85. for (const ms of materialStageData) {
  86. const taxHtml = materialTax ? ' <td class="text-center">' + ms.m_tax_tp + '</td>\n' : '';
  87. html += '<tr><td>第' + ms.order + '期</td><td class="text-center">' + ms.m_tp + '</td>\n' +
  88. taxHtml +
  89. ' </tr>';
  90. }
  91. const allTaxHtml = materialTax ? ' <td class="text-center">' + m_tax_tp + '</td>\n' : '';
  92. html += '<tr><td>合计</td><td class="text-center">' + m_tp + '</td>\n' +
  93. allTaxHtml +
  94. ' </tr>';
  95. $('#materialStageTable').html(html);
  96. }
  97. }
  98. function getPasteHint (str, row = '') {
  99. let returnObj = str;
  100. if (row) {
  101. returnObj.msg = '工料第' + (row+1) + '行' + str.msg;
  102. }
  103. return returnObj;
  104. }
  105. const is_numeric = (value) => {
  106. if (typeof(value) === 'object') {
  107. return false;
  108. } else {
  109. return !Number.isNaN(Number(value)) && value.toString().trim() !== '';
  110. }
  111. };
  112. $(document).ready(() => {
  113. autoFlashHeight();
  114. const materialSpread = SpreadJsObj.createNewSpread($('#material-spread')[0]);
  115. const materialSpreadSetting = {
  116. emptyRows: 0,
  117. headRows: 2,
  118. headRowHeight: [25, 32],
  119. defaultRowHeight: 21,
  120. headerFont: '12px 微软雅黑',
  121. font: '12px 微软雅黑',
  122. readOnly: readOnly,
  123. };
  124. let materialSpreadSettingCols = [
  125. {title: '调差类型', colSpan: '1', rowSpan: '2', field: 't_type', hAlign: 1, width: 60, formatter: '@', readOnly: 'readOnly.isUsed', cellType: 'customizeCombo', comboItems: materialType.t_type, cellTypeKey: 1},
  126. {title: '编号', colSpan: '1', rowSpan: '2', field: 'code', hAlign: 0, width: 60, formatter: '@', readOnly: 'readOnly.isUsed'},
  127. {title: '名称', colSpan: '1', rowSpan: '2', field: 'name', hAlign: 0, width: 150, formatter: '@', readOnly: 'readOnly.isEdit'},
  128. {title: '单位', colSpan: '1', rowSpan: '2', field: 'unit', hAlign: 1, width: 50, formatter: '@', readOnly: 'readOnly.isEdit'},
  129. {title: '规格', colSpan: '1', rowSpan: '2', field: 'spec', hAlign: 0, width: 150, formatter: '@', readOnly: 'readOnly.isEdit'},
  130. {title: '工料分类', colSpan: '1', rowSpan: '2', field: 'm_type', hAlign: 1, width: 60, readOnly: 'readOnly.isEdit', cellType: 'customizeCombo', comboItems: materialType.m_type, cellTypeKey: 2},
  131. ];
  132. if (materialTax) {
  133. materialSpreadSettingCols.push({title: '税率(%)', colSpan: '1', rowSpan: '2', field: 'm_tax', hAlign: 2, width: 50, type: 'Number', readOnly: editTaxPermission ? 'readOnly.remark' : 'readOnly.isEdit'});
  134. }
  135. materialSpreadSettingCols = _.concat(materialSpreadSettingCols, [
  136. {title: '上涨 幅度(%)', colSpan: '1', rowSpan: '2', field: 'm_up_risk', hAlign: 2, width: 50, type: 'Number', readOnly: 'readOnly.isEdit'},
  137. {title: '下跌 幅度(%)', colSpan: '1', rowSpan: '2', field: 'm_down_risk', hAlign: 2, width: 50, type: 'Number', readOnly: 'readOnly.isEdit'},
  138. {title: '基准价', colSpan: '1', rowSpan: '2', field: 'basic_price', hAlign: 2, width: 60, type: 'Number', readOnly: 'readOnly.isEdit'},
  139. {title: '基准时间', colSpan: '1', rowSpan: '2', field: 'basic_times', hAlign: 0, width: 70, formatter: '@', readOnly: 'readOnly.isEdit'},
  140. {title: '本期信息价|单价', colSpan: '3|1', rowSpan: '1|1', field: 'msg_tp', hAlign: 2, width: 60, type: 'Number', readOnly: 'readOnly.msg_tp'},
  141. {title: '|时间', colSpan: '|1', rowSpan: '|1', field: 'msg_times', hAlign: 0, width: 80, formatter: '@', readOnly: 'readOnly.remark'},
  142. {title: '|单价差', colSpan: '|1', rowSpan: '|1', field: 'msg_spread', hAlign: 2, width: 60, type: 'Number', readOnly: true, getValue: 'getValue.msg_spread'},]
  143. );
  144. if (materialTax) {
  145. materialSpreadSettingCols = _.concat(materialSpreadSettingCols, [
  146. {title: '本期材料调差|有效价差', colSpan: '4|1', rowSpan: '1|1', field: 'm_spread', hAlign: 2, width: 60, type: 'Number', readOnly: true, getValue: 'getValue.m_spread'},
  147. {title: '|本期应耗数量', colSpan: '|1', rowSpan: '|1', field: 'quantity', hAlign: 2, width: 90, type: 'Number', readOnly: true},
  148. {title: '|调差金额', colSpan: '|1', rowSpan: '|1', field: 'm_tp', hAlign: 2, width: 100, type: 'Number', readOnly: true, getValue: 'getValue.m_tp'},
  149. {title: '|调差金额(材料税)', colSpan: '|1', rowSpan: '|1', field: 'm_tax_tp', hAlign: 2, width: 100, type: 'Number', readOnly: true, getValue: 'getValue.m_tax_tp'},
  150. {title: '截止上期|调差金额', colSpan: '2|1', rowSpan: '1|1', field: 'pre_tp', hAlign: 2, width: 100, type: 'Number', readOnly: true},
  151. {title: '|调差金额(材料税)', colSpan: '|1', rowSpan: '|1', field: 'tax_pre_tp', hAlign: 2, width: 100, type: 'Number', readOnly: true},
  152. {title: '备注', colSpan: '1', rowSpan: '2', field: 'remark', hAlign: 0, width: 50, formatter: '@', cellType: 'ellipsisAutoTip', readOnly: 'readOnly.remark'},
  153. {title: '是否汇总', colSpan: '1', rowSpan: '2', field: 'is_summary', hAlign: 1, width: 60, cellType: 'checkbox', readOnly: 'readOnly.isEdit'}
  154. ])
  155. } else {
  156. materialSpreadSettingCols = _.concat(materialSpreadSettingCols, [
  157. {title: '本期材料调差|有效价差', colSpan: '3|1', rowSpan: '1|1', field: 'm_spread', hAlign: 2, width: 60, type: 'Number', readOnly: true, getValue: 'getValue.m_spread'},
  158. {title: '|本期应耗数量', colSpan: '|1', rowSpan: '|1', field: 'quantity', hAlign: 2, width: 90, type: 'Number', readOnly: true},
  159. {title: '|调差金额', colSpan: '|1', rowSpan: '|1', field: 'm_tp', hAlign: 2, width: 100, type: 'Number', readOnly: true, getValue: 'getValue.m_tp'},
  160. {title: '截止上期|调差金额', colSpan: '1|1', rowSpan: '1|1', field: 'pre_tp', hAlign: 2, width: 100, type: 'Number', readOnly: true},
  161. {title: '备注', colSpan: '1', rowSpan: '2', field: 'remark', hAlign: 0, width: 50, formatter: '@', cellType: 'ellipsisAutoTip', readOnly: 'readOnly.remark'},
  162. {title: '是否汇总', colSpan: '1', rowSpan: '2', field: 'is_summary', hAlign: 1, width: 60, cellType: 'checkbox', readOnly: 'readOnly.isEdit'}
  163. ])
  164. }
  165. materialSpreadSetting.cols = materialSpreadSettingCols;
  166. const spCol = _.find(materialSpreadSetting.cols, {field: 'quantity'});
  167. spCol.readOnly = true;
  168. spCol.cellType = 'activeImageBtn';
  169. spCol.normalImg = '#ellipsis-icon';
  170. spCol.indent = 5;
  171. spCol.showImage = function (data) {
  172. // console.log(data, data.t_type);
  173. // return !readOnly && data.t_type === 2 && data.mid === materialID;
  174. return data.t_type === 2;
  175. };
  176. materialSpreadSetting.imageClick = function (data) {
  177. if (data.t_type === 2) {
  178. $('#bcyy').modal('show');
  179. $('#materialbillsId').val(data.id);
  180. $('#expr').val(data.expr);
  181. if (!readOnly) {
  182. $('#expr').attr('readOnly', false);
  183. $('#expr_btn').show();
  184. $('#expr_select').show();
  185. } else {
  186. $('#expr').attr('readOnly', true);
  187. $('#expr_btn').hide();
  188. $('#expr_select').hide();
  189. }
  190. }
  191. };
  192. const materialBase = {
  193. isUsed: function (data) {
  194. if (data.t_type === 2) {
  195. return data.mid === materialID;
  196. } else {
  197. const mlInfo = _.find(materialListData, { mb_id: data.id });
  198. return data.mid === materialID && mlInfo === undefined;
  199. }
  200. },
  201. isEdit: function (data) {
  202. // if (data.t_type === 2) {
  203. // return data.mid === materialID;
  204. // } else {
  205. // const mlInfo = _.find(materialListData, { mb_id: data.id });
  206. // return data.mid === materialID && mlInfo === undefined;
  207. // }
  208. return data.mid === materialID;
  209. },
  210. // isStage: function (data) {
  211. // return data.mid === materialID;
  212. // }
  213. }
  214. const materialCol = {
  215. getValue: {
  216. msg_spread: function (data) {
  217. return ZhCalc.round(ZhCalc.sub(data.msg_tp, data.basic_price), materialDecimal.up);
  218. },
  219. m_spread : function (data) {
  220. const msg_spread = materialCol.getValue.msg_spread(data);
  221. const cor = msg_spread >= 0 ? ZhCalc.mul(data.basic_price, ZhCalc.div(data.m_up_risk, 100)) : ZhCalc.mul(data.basic_price, ZhCalc.div(data.m_down_risk, 100));
  222. return Math.abs(msg_spread) > Math.abs(cor) ? (msg_spread > 0 ? ZhCalc.round(ZhCalc.sub(msg_spread, cor), materialDecimal.up) : ZhCalc.round(ZhCalc.add(msg_spread, cor), materialDecimal.up)) : 0;
  223. },
  224. m_tp: function (data) {
  225. return ZhCalc.round(ZhCalc.mul(materialCol.getValue.m_spread(data), data.quantity), materialDecimal.tp);
  226. },
  227. m_tax_tp: function (data) {
  228. const m_tp = ZhCalc.round(ZhCalc.mul(materialCol.getValue.m_spread(data), data.quantity), materialDecimal.tp);
  229. return data.m_tax ? ZhCalc.round(ZhCalc.mul(m_tp, (1+ZhCalc.div(data.m_tax, 100))), materialDecimal.tp) : m_tp;
  230. }
  231. },
  232. readOnly: {
  233. isEdit: function (data) {
  234. return !(!readOnly && materialBase.isEdit(data));
  235. },
  236. isUsed: function (data) {
  237. return !(!readOnly && materialBase.isUsed(data));
  238. },
  239. remark: function () {
  240. return readOnly;
  241. },
  242. msg_tp: function () {
  243. return !(!readOnly && months.length === 0);
  244. }
  245. },
  246. };
  247. const needUpdateArray = ['quantity', 'msg_tp', 'msg_times', 'msg_spread', 'm_spread', 'm_tp', 'm_tax_tp', 'is_summary', 'remark'];
  248. const materialSpreadObj = {
  249. getMaterialBillsData: function () {
  250. if (isStageSelf) {
  251. // 当前选中nav id
  252. const ms_id = $('#myTab').find('.active').data('msid');
  253. const msbList = _.filter(materialStageBillsData, { ms_id });
  254. for (const mb of materialBillsData) {
  255. mb.ms_id = ms_id;
  256. const msbInfo = _.find(msbList, { mb_id: mb.mb_id ? mb.mb_id : mb.id });
  257. if (msbInfo) {
  258. for (const nu of needUpdateArray) {
  259. mb[nu] = msbInfo[nu];
  260. }
  261. }
  262. }
  263. }
  264. return materialBillsData;
  265. },
  266. updateOneMaterialBill: function (data) {
  267. const ms_id = $('#myTab').find('.active').data('msid');
  268. const msbInfo = _.find(materialStageBillsData, { ms_id, mb_id: data.id });
  269. console.log(msbInfo);
  270. data.ms_id = ms_id;
  271. for (const nu of needUpdateArray) {
  272. data[nu] = msbInfo[nu];
  273. }
  274. return data;
  275. },
  276. updateMaterialData: function (datas) {
  277. if (datas.stageData && datas.stageData.length > 0) {
  278. if (datas.stageData.length === materialStageData.length) {
  279. // 全体替换
  280. materialStageData = datas.stageData;
  281. } else {
  282. // 替换对应的stage数据
  283. for (const s of datas.stageData) {
  284. const index = _.findIndex(materialStageData, { id: s.id });
  285. materialStageData.splice(index, 1, s);
  286. }
  287. }
  288. }
  289. if (datas.pushStageBillsData && datas.pushStageBillsData.length > 0) {
  290. materialStageBillsData = _.concat(materialStageBillsData, datas.pushStageBillsData);
  291. }
  292. if (datas.stageBillsData && datas.stageBillsData.length > 0) {
  293. if (datas.stageBillsData.length === materialStageBillsData.length) {
  294. // 全体替换
  295. materialStageBillsData = datas.stageBillsData;
  296. } else {
  297. // 替换对应的stage数据
  298. for (const s of datas.stageBillsData) {
  299. const index = _.findIndex(materialStageBillsData, { id: s.id });
  300. materialStageBillsData.splice(index, 1, s);
  301. }
  302. }
  303. }
  304. },
  305. materialSheetReset: function () {
  306. let newMaterialBillsData = materialBillsData;
  307. console.log(materialBillsData);
  308. if($('#bills0_list').is(':checked')) {
  309. newMaterialBillsData = _.filter(materialBillsData, function (item) {
  310. return item.quantity !== null && item.quantity !== 0;
  311. });
  312. }
  313. console.log(newMaterialBillsData);
  314. SpreadJsObj.loadSheetData(materialSpread.getActiveSheet(), SpreadJsObj.DataType.Data, newMaterialBillsData);
  315. materialSpreadObj.refreshActn();
  316. },
  317. refreshActn: function (rowCount = 1) {
  318. const setObjEnable = function (obj, enable) {
  319. if (enable) {
  320. obj.removeClass('disabled');
  321. } else {
  322. obj.addClass('disabled');
  323. }
  324. };
  325. const sheet = materialSpread.getActiveSheet();
  326. const select = SpreadJsObj.getSelectObject(sheet);
  327. // 还需判断是否已被调差清单调用
  328. setObjEnable($('#del'), !readOnly && select && materialBase.isUsed(select) && rowCount === 1);
  329. setObjEnable($('#up-move'), !readOnly && select && materialBillsData.indexOf(select) > 0 && !$('#bills0_list').is(':checked'));
  330. setObjEnable($('#down-move'), !readOnly && select && materialBillsData.indexOf(select) < materialBillsData.length - 1 && !$('#bills0_list').is(':checked'));
  331. },
  332. add: function () {
  333. const sheet = materialSpread.getActiveSheet();
  334. postData(window.location.pathname + '/save', {type: 'add'}, function (result) {
  335. if (result) {
  336. materialBillsData.push(result.info);
  337. if (isStageSelf) {
  338. materialSpreadObj.updateMaterialData(result);
  339. materialSpreadObj.getMaterialBillsData();
  340. }
  341. // sheet.addRows(materialBillsData.length - 1, 1);
  342. // SpreadJsObj.reLoadRowData(sheet, materialBillsData.length - 1);
  343. let newMaterialBillsData = materialBillsData;
  344. if($('#bills0_list').is(':checked')) {
  345. newMaterialBillsData = _.filter(materialBillsData, function (item) {
  346. return item.quantity !== null && item.quantity !== 0;
  347. });
  348. }
  349. SpreadJsObj.loadSheetData(materialSpread.getActiveSheet(), SpreadJsObj.DataType.Data, newMaterialBillsData);
  350. // materialSpreadObj.materialSheetReset();
  351. sheet.setSelection(newMaterialBillsData.length - 1, 0, 1, 1);
  352. materialSpreadObj.refreshActn();
  353. // 月信息价需要同时添加空白的list
  354. if (months.length > 0) {
  355. const one_month ={ mb_id: result.info.id, code: '', name: null, origin: null, unit: null, order: result.info.order };
  356. for (const m of months) {
  357. one_month[m] = null;
  358. }
  359. monthsList.push(one_month);
  360. // const newMonthsList = _.filter(monthsList, function (item) {
  361. // return _.findIndex(newMaterialBillsData, { code: item.code }) !== -1;
  362. // });
  363. // materialMonthSpread.getActiveSheet().addRows(newMonthsList.length - 1, 1);
  364. // SpreadJsObj.reLoadRowData(materialMonthSpread.getActiveSheet(), newMonthsList.length - 1);
  365. monthFunGather.monthsListSet();
  366. // materialMonthSpreadObj.monthsListSet();
  367. }
  368. }
  369. });
  370. },
  371. del: function () {
  372. const sheet = materialSpread.getActiveSheet();
  373. const select = SpreadJsObj.getSelectObject(sheet);
  374. postData(window.location.pathname + '/save', {type: 'del', id: select.id}, function (result) {
  375. m_tp = result.m_tp;
  376. if (materialTax) {
  377. m_tax_tp = result.m_tax_tp;
  378. }
  379. const index = materialBillsData.indexOf(select);
  380. let newMaterialBillsData = materialBillsData;
  381. let newIndex = index;
  382. if($('#bills0_list').is(':checked')) {
  383. newMaterialBillsData = _.filter(materialBillsData, function (item) {
  384. return item.quantity !== null && item.quantity !== 0;
  385. });
  386. newIndex = newMaterialBillsData.indexOf(select);
  387. }
  388. materialBillsData.splice(index, 1);
  389. sheet.deleteRows(newIndex, 1);
  390. if (isStageSelf) {
  391. materialSpreadObj.updateMaterialData(result);
  392. materialSpreadObj.getMaterialBillsData();
  393. }
  394. resetTpTable();
  395. // SpreadJsObj.reLoadSheetData(materialSpread.getActiveSheet());
  396. const sel = sheet.getSelections();
  397. sheet.setSelection(newIndex > 0 ? newIndex - 1 : 0, sel.length > 0 ? sel[0].col : 0, 1, 1);
  398. materialSpreadObj.refreshActn();
  399. // 月信息价需要同时删除
  400. if (months.length > 0) {
  401. monthsList.splice(index, 1);
  402. materialMonthSpread.getActiveSheet().deleteRows(newIndex, 1);
  403. // SpreadJsObj.reLoadSheetData(materialMonthSpread.getActiveSheet());
  404. }
  405. });
  406. },
  407. upMove: function () {
  408. if($('#bills0_list').is(':checked')) {
  409. return;
  410. }
  411. const data = {
  412. type: 'changeOrder',
  413. postData: [],
  414. };
  415. const sheet = materialSpread.getActiveSheet();
  416. const selection = sheet.getSelections();
  417. const row = selection[0].row, count = selection[0].rowCount;
  418. const first = sheet.zh_data[row];
  419. if (!first) {
  420. materialSpreadObj.refreshActn();
  421. return false;
  422. }
  423. const pre = sheet.zh_data[row - 1], preUpdate = {id: pre.id};
  424. for (let iRow = 0; iRow < count; iRow++) {
  425. const posData = sheet.zh_data[iRow + row];
  426. if (posData) {
  427. data.postData.push({id: posData.id, order: sheet.zh_data[iRow + row - 1].order});
  428. preUpdate.order = posData.order;
  429. }
  430. }
  431. console.log(monthsList);
  432. data.postData.push(preUpdate);
  433. console.log(data);
  434. if (data.postData.length > 0) {
  435. postData(window.location.pathname + '/save', data, function () {
  436. _.forEach(data.postData, function (item) {
  437. const cl = _.find(materialBillsData, { id: item.id });
  438. cl.order = item.order;
  439. });
  440. materialBillsData.sort(function (a, b) {
  441. return a.order - b.order
  442. });
  443. SpreadJsObj.reLoadSheetData(sheet);
  444. const sel = selection[0];
  445. if (sel) {
  446. sheet.setSelection(sheet.zh_data.indexOf(first), sel.col, sel.rowCount, sel.colCount);
  447. }
  448. if (months.length > 0) {
  449. _.forEach(data.postData, function (item) {
  450. const cl = _.find(monthsList, { mb_id: item.id });
  451. cl.order = item.order;
  452. });
  453. monthsList.sort(function (a, b) {
  454. return a.order - b.order
  455. });
  456. const materialMonthSheet = materialMonthSpread.getActiveSheet();
  457. SpreadJsObj.reLoadSheetData(materialMonthSheet);
  458. }
  459. materialSpreadObj.refreshActn();
  460. });
  461. }
  462. },
  463. downMove: function () {
  464. if($('#bills0_list').is(':checked')) {
  465. return;
  466. }
  467. const data = {
  468. type: 'changeOrder',
  469. postData: [],
  470. };
  471. const sheet = materialSpread.getActiveSheet();
  472. const selection = sheet.getSelections();
  473. const row = selection[0].row, count = selection[0].rowCount;
  474. const first = sheet.zh_data[row];
  475. if (!first) {
  476. materialSpreadObj.refreshActn();
  477. return false;
  478. }
  479. const next = sheet.zh_data[row + count], nextUpdate = {id: next.id};
  480. for (let iRow = count - 1; iRow >= 0; iRow--) {
  481. const posData = sheet.zh_data[iRow + row];
  482. if (posData) {
  483. data.postData.push({id: posData.id, order: sheet.zh_data[iRow + row + 1].order});
  484. nextUpdate.order = posData.order;
  485. }
  486. }
  487. data.postData.push(nextUpdate);
  488. console.log(data);
  489. if (data.postData.length > 0) {
  490. postData(window.location.pathname + '/save', data, function () {
  491. _.forEach(data.postData, function (item) {
  492. const cl = _.find(materialBillsData, { id: item.id });
  493. cl.order = item.order;
  494. });
  495. materialBillsData.sort(function (a, b) {
  496. return a.order - b.order
  497. });
  498. SpreadJsObj.reLoadSheetData(sheet);
  499. const sel = selection[0];
  500. if (sel) {
  501. sheet.setSelection(sheet.zh_data.indexOf(first), sel.col, sel.rowCount, sel.colCount);
  502. }
  503. if (months.length > 0) {
  504. _.forEach(data.postData, function (item) {
  505. const cl = _.find(monthsList, { mb_id: item.id });
  506. cl.order = item.order;
  507. });
  508. monthsList.sort(function (a, b) {
  509. return a.order - b.order
  510. });
  511. const materialMonthSheet = materialMonthSpread.getActiveSheet();
  512. SpreadJsObj.reLoadSheetData(materialMonthSheet);
  513. }
  514. materialSpreadObj.refreshActn();
  515. });
  516. }
  517. },
  518. selectionChanged: function (e, info) {
  519. const sel = info.sheet.getSelections()[0];
  520. const col = info.sheet.zh_setting.cols[sel.col];
  521. materialSpreadObj.refreshActn(sel.rowCount);
  522. const data = SpreadJsObj.getSelectObject(info.sheet);
  523. materialSpreadObj.setReadOnly(true);
  524. console.log(data);
  525. },
  526. editEnded: function (e, info) {
  527. if (info.sheet.zh_setting) {
  528. const select = SpreadJsObj.getSelectObject(info.sheet);
  529. const col = info.sheet.zh_setting.cols[info.col];
  530. if (col.field === 'is_summary') {
  531. return;
  532. }
  533. // 未改变值则不提交
  534. let validText = is_numeric(info.editingText) ? parseFloat(info.editingText) : (info.editingText ? trimInvalidChar(info.editingText) : null);
  535. const orgValue = select[col.field];
  536. if (orgValue == validText || ((!orgValue || orgValue === '') && (validText === ''))) {
  537. SpreadJsObj.reLoadRowData(info.sheet, info.row);
  538. return;
  539. }
  540. // 判断部分值是否输入的是数字判断和数据计算
  541. if (col.field === 'basic_price') {
  542. if (isNaN(validText)) {
  543. toastr.error('不能输入其它非数字类型字符');
  544. SpreadJsObj.reLoadRowData(info.sheet, info.row);
  545. return;
  546. }
  547. let num = parseFloat(validText);
  548. const reg = materialDecimal.up ? new RegExp("^\\d+(\\.\\d{1,"+ materialDecimal.up +"})?$") : new RegExp("^\\d+?$");
  549. if (validText !== null && (num < 0 || !reg.test(num))) {
  550. toastr.warning('已保留'+ materialDecimal.up +'位小数');
  551. validText = ZhCalc.round(num, materialDecimal.up);
  552. }
  553. }
  554. if (col.field === 'msg_tp') {
  555. if (isNaN(validText)) {
  556. toastr.error('不能输入其它非数字类型字符');
  557. SpreadJsObj.reLoadRowData(info.sheet, info.row);
  558. return;
  559. }
  560. const num = parseFloat(validText);
  561. const reg = materialDecimal.up ? new RegExp("^\\d+(\\.\\d{1,"+ materialDecimal.up +"})?$") : new RegExp("^\\d+?$");
  562. if (validText !== null && (num < 0 || !reg.test(num))) {
  563. toastr.warning('已保留'+ materialDecimal.up +'位小数');
  564. validText = ZhCalc.round(num, materialDecimal.up);
  565. }
  566. }
  567. if (col.field === 'm_up_risk' || col.field === 'm_down_risk' || col.field === 'm_tax') {
  568. // 只能输入正整数
  569. if (isNaN(validText)) {
  570. toastr.error('不能输入其它非数字类型字符');
  571. SpreadJsObj.reLoadRowData(info.sheet, info.row);
  572. return;
  573. }
  574. const num = parseFloat(validText);
  575. if (validText !== null && (num < 0 || num > 100 || !/^\d+$/.test(num))) {
  576. toastr.error('只能输入0-100的正整数');
  577. SpreadJsObj.reLoadRowData(info.sheet, info.row);
  578. return;
  579. }
  580. }
  581. if (col.field === 't_type') {
  582. if (validText === 1) {
  583. select.quantity = null;
  584. select.expr = null;
  585. select.m_tp = null;
  586. }
  587. }
  588. select[col.field] = validText;
  589. select.msg_spread = materialCol.getValue.msg_spread(select);
  590. select.m_spread = materialCol.getValue.m_spread(select);
  591. select.m_tp = materialCol.getValue.m_tp(select);
  592. select.m_tax_tp = materialCol.getValue.m_tax_tp(select);
  593. delete select.waitingLoading;
  594. // console.log(select);
  595. // 更新至服务器
  596. postData(window.location.pathname + '/save', { type:'update', updateData: select, ms_id: $('#myTab').find('.active').data('msid') || null }, function (result) {
  597. m_tp = result.m_tp;
  598. if (materialTax) {
  599. m_tax_tp = result.m_tax_tp;
  600. }
  601. if (isStageSelf) {
  602. materialSpreadObj.updateMaterialData(result);
  603. }
  604. resetTpTable();
  605. SpreadJsObj.reLoadRowData(info.sheet, info.row);
  606. // 判断如果是更改了编号,名称,单位,月信息价需要跟着改变值
  607. if (months.length > 0 && (col.field === 'code' || col.field === 'name' || col.field === 'unit')) {
  608. const index = materialBillsData.indexOf(select);
  609. monthsList[index][col.field] = validText;
  610. monthFunGather.monthsListSet();
  611. }
  612. }, function () {
  613. select[col.field] = orgValue;
  614. SpreadJsObj.reLoadRowData(info.sheet, info.row);
  615. });
  616. }
  617. },
  618. buttonClicked: function (e, info) {
  619. if (info.sheet.zh_setting) {
  620. const select = SpreadJsObj.getSelectObject(info.sheet);
  621. const col = info.sheet.zh_setting.cols[info.col];
  622. if (materialCol.readOnly.isEdit(select)) {
  623. return;
  624. }
  625. if (col.field === 'is_summary') {
  626. if (info.sheet.isEditing()) {
  627. info.sheet.endEdit(true);
  628. }
  629. select.is_summary = info.sheet.getValue(info.row, info.col) ? 1 : 0;
  630. delete select.waitingLoading;
  631. // 更新至服务器
  632. postData(window.location.pathname + '/save', { type:'update', updateData: select, ms_id: $('#myTab').find('.active').data('msid') || null }, function (result) {
  633. m_tp = result.m_tp;
  634. if (materialTax) {
  635. m_tax_tp = result.m_tax_tp;
  636. }
  637. if (isStageSelf) {
  638. materialSpreadObj.updateMaterialData(result);
  639. }
  640. resetTpTable();
  641. SpreadJsObj.reLoadRowData(info.sheet, info.row);
  642. }, function () {
  643. select.is_summary = info.sheet.getValue(info.row, info.col) ? 0 : 1;
  644. SpreadJsObj.reLoadRowData(info.sheet, info.row);
  645. });
  646. }
  647. }
  648. },
  649. deletePress: function (sheet) {
  650. return;
  651. },
  652. clipboardPasted(e, info) {
  653. const hint = {
  654. cellError: {type: 'error', msg: '粘贴内容超出了表格范围'},
  655. codeEmpty: {type: 'error', msg: '请先输入编号,并且不超过15个字符'},
  656. codeUsed: {type: 'error', msg: '该编号已存在,请重新输入。'},
  657. codeError: {type: 'error', msg: '编号为纯数字时,不能为小数'},
  658. numberExpr: {type: 'error', msg: '不能粘贴其它非数字类型字符'},
  659. riskCan: {type: 'error', msg: '只能粘贴0-100的正整数'},
  660. numberCan: {type: 'warning', msg: '已保留'+ materialDecimal.up +'位小数'},
  661. };
  662. const range = info.cellRange;
  663. const sortData = info.sheet.zh_data || [];
  664. if (info.cellRange.row + info.cellRange.rowCount > sortData.length) {
  665. toastMessageUniq(hint.cellError);
  666. // SpreadJsObj.loadSheetData(materialSpread.getActiveSheet(), SpreadJsObj.DataType.Data, materialBillsData);
  667. SpreadJsObj.reLoadSheetHeader(materialSpread.getActiveSheet());
  668. SpreadJsObj.reLoadSheetData(materialSpread.getActiveSheet());
  669. return;
  670. }
  671. if (sortData.length > 0 && range.col + range.colCount > 18) {
  672. toastMessageUniq(hint.cellError);
  673. SpreadJsObj.reLoadSheetHeader(materialSpread.getActiveSheet());
  674. SpreadJsObj.reLoadSheetData(materialSpread.getActiveSheet());
  675. return;
  676. }
  677. const data = [];
  678. // const rowData = [];
  679. for (let iRow = 0; iRow < range.rowCount; iRow++) {
  680. let bPaste = true;
  681. const curRow = range.row + iRow;
  682. // const materialData = JSON.parse(JSON.stringify(sortData[curRow]));
  683. const materialData = { id: sortData[curRow].id };
  684. const hintRow = range.rowCount > 1 ? curRow : '';
  685. let sameCol = 0;
  686. for (let iCol = 0; iCol < range.colCount; iCol++) {
  687. const curCol = range.col + iCol;
  688. const colSetting = info.sheet.zh_setting.cols[curCol];
  689. if (!colSetting) continue;
  690. let validText = info.sheet.getText(curRow, curCol);
  691. validText = is_numeric(validText) ? parseFloat(validText) : (validText ? trimInvalidChar(validText) : null);
  692. const orgValue = sortData[curRow][colSetting.field];
  693. if (orgValue == validText || ((!orgValue || orgValue === '') && (validText === ''))) {
  694. sameCol++;
  695. if (range.colCount === sameCol) {
  696. bPaste = false;
  697. }
  698. continue;
  699. }
  700. if (colSetting.field === 'code' && (validText === '' || validText.length > 15)) {
  701. toastMessageUniq(getPasteHint(hint.codeEmpty, hintRow));
  702. bPaste = false;
  703. continue;
  704. }
  705. if (colSetting.field === 'code' && validText.toString().indexOf('.') !== -1) {
  706. toastMessageUniq(getPasteHint(hint.codeError, hintRow));
  707. bPaste = false;
  708. continue;
  709. }
  710. if (colSetting.field === 'code' && _.find(sortData, { code: validText.toString() })) {
  711. toastMessageUniq(getPasteHint(hint.codeUsed, hintRow));
  712. bPaste = false;
  713. continue;
  714. }
  715. if (colSetting.field === 't_type' || colSetting.field === 'm_type') {
  716. continue;
  717. }
  718. if (colSetting.field === 'basic_price' || colSetting.field === 'msg_tp'
  719. || colSetting.field === 'm_up_risk' || colSetting.field === 'm_down_risk') {
  720. if (isNaN(validText)) {
  721. toastMessageUniq(getPasteHint(hint.numberExpr, hintRow));
  722. bPaste = false;
  723. continue;
  724. }
  725. const num = parseFloat(validText);
  726. if (colSetting.field === 'basic_price' || colSetting.field === 'msg_tp') {
  727. const reg = materialDecimal.up ? new RegExp("^\\d+(\\.\\d{1,"+ materialDecimal.up +"})?$") : new RegExp("^\\d+?$");
  728. if (validText !== null && (num < 0 || !reg.test(num))) {
  729. toastMessageUniq(getPasteHint(hint.numberCan, hintRow));
  730. validText = ZhCalc.round(num, materialDecimal.up);
  731. }
  732. } else if (colSetting.field === 'm_up_risk' || colSetting.field === 'm_down_risk' || colSetting.field === 'm_tax') {
  733. if (validText !== null && (num < 0 || num > 100 || !/^\d+$/.test(num))) {
  734. toastMessageUniq(getPasteHint(hint.riskCan, hintRow));
  735. bPaste = false;
  736. continue;
  737. }
  738. }
  739. }
  740. materialData[colSetting.field] = validText;
  741. sortData[curRow][colSetting.field] = validText;
  742. }
  743. if (materialData.code === '' || materialData.code === null) {
  744. toastMessageUniq(getPasteHint(hint.codeEmpty, hintRow));
  745. bPaste = false;
  746. }
  747. if (bPaste) {
  748. materialData.msg_spread = materialCol.getValue.msg_spread(sortData[curRow]);
  749. materialData.m_spread = materialCol.getValue.m_spread(sortData[curRow]);
  750. materialData.m_tp = materialCol.getValue.m_tp(sortData[curRow]);
  751. materialData.m_tax_tp = materialCol.getValue.m_tax_tp(sortData[curRow]);
  752. data.push(materialData);
  753. // rowData.push(curRow);
  754. } else {
  755. SpreadJsObj.reLoadRowData(info.sheet, curRow);
  756. }
  757. }
  758. if (data.length === 0) {
  759. SpreadJsObj.reLoadRowData(info.sheet, info.cellRange.row, info.cellRange.rowCount);
  760. return;
  761. }
  762. // console.log(data);
  763. // 更新至服务器
  764. postData(window.location.pathname + '/save', { type:'paste', updateData: data, ms_id: $('#myTab').find('.active').data('msid') || null }, function (result) {
  765. materialBillsData = result.info;
  766. m_tp = result.m_tp;
  767. if (materialTax) {
  768. m_tax_tp = result.m_tax_tp;
  769. }
  770. if (isStageSelf) {
  771. materialSpreadObj.updateMaterialData(result);
  772. materialSpreadObj.getMaterialBillsData();
  773. }
  774. // SpreadJsObj.reLoadSheetData(materialSpread.getActiveSheet());
  775. materialSpreadObj.materialSheetReset();
  776. // SpreadJsObj.loadSheetData(materialSpread.getActiveSheet(), SpreadJsObj.DataType.Data, materialBillsData);
  777. // for (const row in rowData) {
  778. // materialBillsData.splice(index, 1, result.info[row]);
  779. // SpreadJsObj.reLoadRowData(info.sheet, row);
  780. // }
  781. if (months.length > 0) {
  782. for (const [i,m] of monthsList.entries()) {
  783. m.code = materialBillsData[i].code;
  784. m.name = materialBillsData[i].name;
  785. m.unit = materialBillsData[i].unit;
  786. m.origin = materialBillsData[i].origin;
  787. }
  788. // SpreadJsObj.loadSheetData(materialMonthSpread.getActiveSheet(), SpreadJsObj.DataType.Data, monthsList);
  789. monthFunGather.monthsListSet();
  790. // SpreadJsObj.reLoadSheetData(materialMonthSpread.getActiveSheet());
  791. }
  792. resetTpTable();
  793. // materialSpreadObj.refreshActn();
  794. }, function () {
  795. // materialSpreadObj.refreshActn();
  796. SpreadJsObj.reLoadRowData(info.sheet, info.cellRange.row, info.cellRange.rowCount);
  797. return;
  798. });
  799. },
  800. setReadOnly: function(readOnly) {
  801. // SpreadJsObj.resetFieldReadOnly(materialSpread.getActiveSheet(), 'msg_spread', 'm_spread', 'm_tp', 'pre_tp', readOnly);
  802. }
  803. };
  804. materialSpreadObj.refreshActn();
  805. materialSpread.bind(spreadNS.Events.SelectionChanged, materialSpreadObj.selectionChanged);
  806. materialSpread.bind(spreadNS.Events.ClipboardPasted, materialSpreadObj.clipboardPasted);
  807. SpreadJsObj.addDeleteBind(materialSpread, materialSpreadObj.deletePress);
  808. materialSpread.bind(spreadNS.Events.EditEnded, materialSpreadObj.editEnded);
  809. materialSpread.bind(spreadNS.Events.ButtonClicked, materialSpreadObj.buttonClicked);
  810. const sheet = materialSpread.getActiveSheet();
  811. sheet.suspendPaint();
  812. // const basic_range = sheet.getRange(-1, 8, -1, 1);
  813. // basic_range.cellType(new DatePickerCellType());
  814. // basic_range.formatter("yyyy-MM-dd");
  815. // const msg_range = sheet.getRange(-1, 10, -1, 1);
  816. // msg_range.cellType(new DatePickerCellType());
  817. // msg_range.formatter("yyyy-MM-dd");
  818. sheet.resumePaint();
  819. const static_cols = [
  820. {title: '编号', colSpan: '1', rowSpan: '2', field: 'code', hAlign: 0, width: 60, formatter: '@', readOnly: true},
  821. {title: '名称', colSpan: '1', rowSpan: '2', field: 'name', hAlign: 0, width: 100, formatter: '@', readOnly: true},
  822. {title: '单位', colSpan: '1', rowSpan: '2', field: 'unit', hAlign: 1, width: 50, formatter: '@', readOnly: true},
  823. {title: '来源地', colSpan: '1', rowSpan: '2', field: 'origin', hAlign: 0, width: 70, formatter: '@', readOnly: 'readOnly.isEdit'},
  824. {title: '平均单价', colSpan: '1', rowSpan: '2', field: 'average_msg_tp', hAlign: 2, width: 60, type: 'Number', readOnly: true, getValue:'getValue.average_msg_tp'},
  825. ];
  826. // 月信息价方法集合
  827. const monthFunGather = {
  828. _setMonthHtml: function() {
  829. let html = '';
  830. let qihtml = '';
  831. for (const m of months) {
  832. html += '<div class="custom-control custom-checkbox mb-2">\n' +
  833. ' <input type="checkbox" name="del_month" value="' + m + '" class="custom-control-input" id="month_' + m + '">\n' +
  834. ' <label class="custom-control-label" for="month_' + m + '">' + m + '月</label>\n' +
  835. ' </div>';
  836. qihtml += parseInt(m.split('-')[1]) + '月,';
  837. }
  838. if (months.length > 0) {
  839. qihtml = '<span class="mx-2 text-muted">/</span>本期月信息价:' + qihtml;
  840. qihtml = qihtml.substring(0, qihtml.length-1);
  841. }
  842. $('#show_month').html(html);
  843. $('#qi-month').html(qihtml);
  844. },
  845. _monthHeaderSet: function() {
  846. const newMonths = [];
  847. for (const m of months) {
  848. const year = m.split('-')[0];
  849. const month = parseInt(m.split('-')[1]);
  850. let one = _.find(newMonths, { 'year': year });
  851. let oneIndex = _.findIndex(newMonths, { 'year': year });
  852. if (one) {
  853. one.month.push(month);
  854. newMonths.splice(oneIndex, 1, one);
  855. } else {
  856. one = {
  857. year: year,
  858. month: [ month ],
  859. };
  860. newMonths.push(one);
  861. }
  862. }
  863. const pushMonth = [];
  864. for(const mo of newMonths) {
  865. for (let i in mo.month) {
  866. i = parseInt(i);
  867. const newCols = {
  868. title: (i === 0 ? mo.year: '') + '|' + mo.month[i] + '月',
  869. colSpan: (i === 0 ? (mo.month.length === 1 ? '0' : mo.month.length) : '') + '|1',
  870. rowSpan: i === 0 ? '1|1' : '|1',
  871. field: mo.year + '-' + (mo.month[i] < 10 ? '0' + mo.month[i] : mo.month[i]),
  872. hAlign: 2, width: 60, type: '@', readOnly: 'readOnly.isEdit'};
  873. pushMonth.push(newCols);
  874. }
  875. }
  876. return pushMonth;
  877. },
  878. monthSheetReset: function (ml = monthsList) {
  879. const monthCols = monthFunGather._monthHeaderSet();
  880. const newMonthSpreadHeaderCols = static_cols.concat(monthCols);
  881. materialMonthSpreadSetting.cols = newMonthSpreadHeaderCols;
  882. // 表头变化需要重新绘制,不然报错;
  883. materialMonthSpread.getActiveSheet().reset();
  884. SpreadJsObj.initSpreadSettingEvents(materialMonthSpreadSetting, materialMonthCol);
  885. SpreadJsObj.initSheet(materialMonthSpread.getActiveSheet(), materialMonthSpreadSetting);
  886. SpreadJsObj.loadSheetData(materialMonthSpread.getActiveSheet(), SpreadJsObj.DataType.Data, ml);
  887. monthFunGather._setMonthHtml();
  888. },
  889. monthsListSet: function (ml = materialBillsData, checked = true) {
  890. if($('#bills0_list').is(':checked') && checked) {
  891. ml = _.filter(materialBillsData, function (item) {
  892. return item.quantity === null || item.quantity === 0;
  893. });
  894. }
  895. const newMonthsList = _.filter(monthsList, function (item) {
  896. return _.findIndex(ml, { code: item.code }) !== -1;
  897. });
  898. monthFunGather.monthSheetReset(newMonthsList);
  899. }
  900. };
  901. const materialMonthSpread = SpreadJsObj.createNewSpread($('#material-month-spread')[0]);
  902. const materialMonthSpreadSetting = {
  903. cols: static_cols,
  904. emptyRows: 0,
  905. headRows: 2,
  906. headRowHeight: [25, 25],
  907. defaultRowHeight: 21,
  908. headerFont: '12px 微软雅黑',
  909. font: '12px 微软雅黑',
  910. readOnly: readOnly,
  911. };
  912. if (months.length > 0) {
  913. const monthCols = monthFunGather._monthHeaderSet();
  914. const monthSpreadHeaderCols = static_cols.concat(monthCols);
  915. materialMonthSpreadSetting.cols = monthSpreadHeaderCols;
  916. }
  917. const materialMonthCol = {
  918. getValue: {
  919. average_msg_tp: function (data) {
  920. let msg_tp = 0;
  921. let hadnum = 0;
  922. for (const m of months) {
  923. msg_tp += data[m];
  924. if (data[m] !== null && data[m] !== '' && data[m] !== 0) {
  925. hadnum++;
  926. }
  927. }
  928. const average_tp = hadnum !== 0 ? ZhCalc.round(ZhCalc.div(msg_tp, hadnum), materialDecimal.up) : ZhCalc.round(ZhCalc.div(msg_tp, months.length), materialDecimal.up);
  929. return average_tp;
  930. },
  931. },
  932. readOnly: {
  933. isEdit: function (data) {
  934. return readOnly;
  935. },
  936. },
  937. };
  938. materialMonthSpread.getActiveSheet().frozenColumnCount(5);
  939. materialMonthSpread.getActiveSheet().options.frozenlineColor = '#f1f1f1';
  940. SpreadJsObj.initSpreadSettingEvents(materialMonthSpreadSetting, materialMonthCol);
  941. SpreadJsObj.initSheet(materialMonthSpread.getActiveSheet(), materialMonthSpreadSetting);
  942. SpreadJsObj.loadSheetData(materialMonthSpread.getActiveSheet(), SpreadJsObj.DataType.Data, monthsList);
  943. const materialMonthSpreadObj = {
  944. editEnded: function (e, info) {
  945. if (info.sheet.zh_setting) {
  946. const select = SpreadJsObj.getSelectObject(info.sheet);
  947. const col = info.sheet.zh_setting.cols[info.col];
  948. // 未改变值则不提交
  949. let validText = is_numeric(info.editingText) ? parseFloat(info.editingText) : (info.editingText ? trimInvalidChar(info.editingText) : null);
  950. const orgValue = select[col.field];
  951. if (orgValue == validText || ((!orgValue || orgValue === '') && (validText === ''))) {
  952. SpreadJsObj.reLoadRowData(info.sheet, info.row);
  953. return;
  954. }
  955. if (col.field === 'origin') {
  956. select[col.field] = validText;
  957. postData(window.location.pathname + '/month/save', { type:'updateOrigin', updateData: { mb_id: select.mb_id, value: validText } }, function (result) {
  958. SpreadJsObj.reLoadRowData(info.sheet, info.row);
  959. materialBillsData = result.materialBillsData;
  960. materialSpreadObj.materialSheetReset();
  961. // SpreadJsObj.loadSheetData(materialSpread.getActiveSheet(), SpreadJsObj.DataType.Data, materialBillsData);
  962. }, function () {
  963. select[col.field] = orgValue;
  964. SpreadJsObj.reLoadRowData(info.sheet, info.row);
  965. });
  966. } else {
  967. // 判断部分值是否输入的是数字判断和数据计算
  968. if (isNaN(validText)) {
  969. toastr.error('不能输入其它非数字类型字符');
  970. SpreadJsObj.reLoadRowData(info.sheet, info.row);
  971. return;
  972. }
  973. const num = parseFloat(validText);
  974. const reg = materialDecimal.up ? new RegExp("^\\d+(\\.\\d{1,"+ materialDecimal.up +"})?$") : new RegExp("^\\d+?$");
  975. if (validText !== null && (num < 0 || !reg.test(num))) {
  976. toastr.warning('已保留'+ materialDecimal.up +'位小数');
  977. validText = ZhCalc.round(num, materialDecimal.up);
  978. }
  979. select[col.field] = validText;
  980. // 更新至服务器
  981. postData(window.location.pathname + '/month/save', { type:'update', updateData: { mb_id: select.mb_id, yearmonth: col.field, value: validText } }, function (result) {
  982. SpreadJsObj.reLoadRowData(info.sheet, info.row);
  983. materialBillsData = result.materialBillsData;
  984. materialSpreadObj.materialSheetReset();
  985. // SpreadJsObj.loadSheetData(materialSpread.getActiveSheet(), SpreadJsObj.DataType.Data, materialBillsData);
  986. m_tp = result.m_tp;
  987. if (materialTax) {
  988. m_tax_tp = result.m_tax_tp;
  989. }
  990. resetTpTable();
  991. }, function () {
  992. select[col.field] = orgValue;
  993. SpreadJsObj.reLoadRowData(info.sheet, info.row);
  994. });
  995. }
  996. }
  997. },
  998. deletePress: function (sheet) {
  999. // if (sheet.zh_setting && sheet.zh_data) {
  1000. // const sel = sheet.getSelections()[0];
  1001. // if (!sel) return;
  1002. //
  1003. // const col = sheet.zh_setting.cols[sel.col];
  1004. // const select = SpreadJsObj.getSelectObject(sheet);
  1005. // const orgValue = select[col.field];
  1006. // if (sel.colCount > 1 || sel.rowCount > 1) {
  1007. // toastr.warning('请勿同时删除多行或多列数据');
  1008. // }
  1009. // console.log(sel, select, col);
  1010. // if (orgValue === null || col.field === 'type' || col.field === 'is_summary') {
  1011. // return;
  1012. // }
  1013. // select[col.field] = null;
  1014. // select.calc_num = materialExponentCol.getValue.calc_num(select);
  1015. // console.log(select);
  1016. // 更新至服务器
  1017. // postData(window.location.pathname + '/save', { type:'update', updateData: select }, function (result) {
  1018. // ex_tp = result.ex_tp;
  1019. // ex_expr = result.ex_expr;
  1020. // resetExTpTable();
  1021. // SpreadJsObj.reLoadRowData(sheet, sel.row);
  1022. // materialExponentData.splice(sel.row, 1, select);
  1023. // }, function () {
  1024. // select[col.field] = orgValue;
  1025. // SpreadJsObj.reLoadRowData(sheet, sel.row);
  1026. // });
  1027. // }
  1028. return;
  1029. },
  1030. clipboardPasted(e, info) {
  1031. const hint = {
  1032. cellError: {type: 'error', msg: '粘贴内容超出了表格范围'},
  1033. numberExpr: {type: 'error', msg: '不能粘贴其它非数字类型字符'},
  1034. numberCan: {type: 'warning', msg: '已保留'+ materialDecimal.up +'位小数'},
  1035. };
  1036. const range = info.cellRange;
  1037. const sortData = info.sheet.zh_data || [];
  1038. if (info.cellRange.row + info.cellRange.rowCount > sortData.length) {
  1039. toastMessageUniq(hint.cellError);
  1040. SpreadJsObj.reLoadSheetHeader(materialMonthSpread.getActiveSheet());
  1041. SpreadJsObj.reLoadSheetData(materialMonthSpread.getActiveSheet());
  1042. return;
  1043. }
  1044. if (sortData.length > 0 && range.col + range.colCount > 5 + months.length) {
  1045. toastMessageUniq(hint.cellError);
  1046. SpreadJsObj.reLoadSheetHeader(materialMonthSpread.getActiveSheet());
  1047. SpreadJsObj.reLoadSheetData(materialMonthSpread.getActiveSheet());
  1048. return;
  1049. }
  1050. const data = [];
  1051. let pasteOrigin = false;
  1052. for (let iRow = 0; iRow < range.rowCount; iRow++) {
  1053. let bPaste = true;
  1054. const curRow = range.row + iRow;
  1055. const materialMonthData = sortData[curRow];
  1056. const hintRow = range.rowCount > 1 ? curRow : '';
  1057. let sameCol = 0;
  1058. for (let iCol = 0; iCol < range.colCount; iCol++) {
  1059. const curCol = range.col + iCol;
  1060. const colSetting = info.sheet.zh_setting.cols[curCol];
  1061. if (!colSetting) continue;
  1062. let validText = info.sheet.getText(curRow, curCol);
  1063. validText = is_numeric(validText) ? parseFloat(validText) : (validText ? trimInvalidChar(validText) : null);
  1064. const orgValue = sortData[curRow][colSetting.field];
  1065. if (orgValue == validText || ((!orgValue || orgValue === '') && (validText === ''))) {
  1066. sameCol++;
  1067. if (range.colCount === sameCol) {
  1068. bPaste = false;
  1069. }
  1070. continue;
  1071. }
  1072. if (colSetting.field === 'origin') {
  1073. pasteOrigin = true;
  1074. } else {
  1075. const num = parseFloat(validText);
  1076. if (isNaN(validText)) {
  1077. toastMessageUniq(getPasteHint(hint.numberExpr, hintRow));
  1078. bPaste = false;
  1079. continue;
  1080. }
  1081. const reg = materialDecimal.up ? new RegExp("^\\d+(\\.\\d{1,"+ materialDecimal.up +"})?$") : new RegExp("^\\d+?$");
  1082. if (validText !== null && (num < 0 || !reg.test(num))) {
  1083. toastMessageUniq(getPasteHint(hint.numberCan, hintRow));
  1084. validText = ZhCalc.round(num, materialDecimal.up);
  1085. }
  1086. }
  1087. materialMonthData[colSetting.field] = validText;
  1088. sortData[curRow][colSetting.field] = validText;
  1089. }
  1090. if (bPaste) {
  1091. data.push(materialMonthData);
  1092. } else {
  1093. SpreadJsObj.reLoadRowData(info.sheet, curRow);
  1094. }
  1095. }
  1096. if (data.length === 0) {
  1097. SpreadJsObj.reLoadRowData(info.sheet, info.cellRange.row, info.cellRange.rowCount);
  1098. return;
  1099. }
  1100. // console.log(data);
  1101. if (pasteOrigin) {
  1102. // 更新至服务器
  1103. postData(window.location.pathname + '/month/save', { type:'pasteOrigin', updateData: data }, function (result) {
  1104. SpreadJsObj.reLoadSheetData(materialMonthSpread.getActiveSheet());
  1105. materialBillsData = result.materialBillsData;
  1106. }, function () {
  1107. SpreadJsObj.reLoadRowData(info.sheet, info.cellRange.row, info.cellRange.rowCount);
  1108. return;
  1109. });
  1110. } else {
  1111. // 更新至服务器
  1112. postData(window.location.pathname + '/month/save', { type:'paste', updateData: data }, function (result) {
  1113. SpreadJsObj.reLoadSheetData(materialMonthSpread.getActiveSheet());
  1114. materialBillsData = result.materialBillsData;
  1115. materialSpreadObj.materialSheetReset();
  1116. // SpreadJsObj.loadSheetData(materialSpread.getActiveSheet(), SpreadJsObj.DataType.Data, materialBillsData);
  1117. m_tp = result.m_tp;
  1118. if (materialTax) {
  1119. m_tax_tp = result.m_tax_tp;
  1120. }
  1121. resetTpTable();
  1122. }, function () {
  1123. SpreadJsObj.reLoadRowData(info.sheet, info.cellRange.row, info.cellRange.rowCount);
  1124. return;
  1125. });
  1126. }
  1127. },
  1128. };
  1129. SpreadJsObj.initSpreadSettingEvents(materialSpreadSetting, materialCol);
  1130. SpreadJsObj.initSheet(materialSpread.getActiveSheet(), materialSpreadSetting);
  1131. materialSpreadObj.getMaterialBillsData();
  1132. SpreadJsObj.loadSheetData(materialSpread.getActiveSheet(), SpreadJsObj.DataType.Data, materialBillsData);
  1133. materialMonthSpread.bind(spreadNS.Events.ClipboardPasted, materialMonthSpreadObj.clipboardPasted);
  1134. SpreadJsObj.addDeleteBind(materialMonthSpread, materialMonthSpreadObj.deletePress);
  1135. materialMonthSpread.bind(spreadNS.Events.EditEnded, materialMonthSpreadObj.editEnded);
  1136. // 期切换
  1137. $('#myTab a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
  1138. e.preventDefault();
  1139. showWaitingView();
  1140. setTimeout(function () {
  1141. materialSpreadObj.getMaterialBillsData();
  1142. materialSpreadObj.materialSheetReset();
  1143. // SpreadJsObj.reLoadSheetData(materialSpread.getActiveSheet());
  1144. // 消耗量表格更新
  1145. let html = '';
  1146. calcBase = _.find(calcBaseList, { ms_id: $('#myTab').find('.active').data('msid') }).calcBase;
  1147. for (let iBase = 0; iBase < calcBase.length; iBase++) {
  1148. html += '<tr><td>' + calcBase[iBase].name + '</td><td>' + calcBase[iBase].code + '</td><td>' + calcBase[iBase].value + '</td></tr>';
  1149. }
  1150. $('#calcBase').html(html);
  1151. closeWaitingView();
  1152. }, 1000);
  1153. });
  1154. if (!readOnly || editForAudit) {
  1155. $('#expr_select button').on('click', function () {
  1156. const code = $(this).text();
  1157. // $('#expr').val($('#expr').val() + code);
  1158. $('#expr').insertAtCaret(code);
  1159. });
  1160. const ExprObj = {
  1161. _checkExprValid(expr, invalidParam) {
  1162. if (!expr) return [true, null];
  1163. const param = [];
  1164. let num = '', base = '';
  1165. for (let i = 0, iLen = expr.length; i < iLen; i++) {
  1166. if (/^[\d\.%]+/.test(expr[i])) {
  1167. if (base !== '') {
  1168. param.push({type: 'base', value: base});
  1169. base = '';
  1170. }
  1171. num = num + expr[i];
  1172. } else if (/^[a-z]/.test(expr[i])) {
  1173. if (num !== '') {
  1174. param.push({type: 'num', value: num});
  1175. num = '';
  1176. }
  1177. base = base + expr[i];
  1178. } else if (expr[i] === '(') {
  1179. if (num !== '') {
  1180. param.push({type: 'num', value: num});
  1181. num = '';
  1182. }
  1183. if (base !== '') {
  1184. param.push({type: 'base', value: base});
  1185. base = '';
  1186. }
  1187. param.push({type: 'left', value: '('});
  1188. } else if (expr[i] === ')') {
  1189. if (num !== '') {
  1190. param.push({type: 'num', value: num});
  1191. num = '';
  1192. }
  1193. if (base !== '') {
  1194. param.push({type: 'base', value: base});
  1195. base = '';
  1196. }
  1197. param.push({type: 'right', value: ')'});
  1198. } else if (/^[\+\-*\/]/.test(expr[i])) {
  1199. if (num !== '') {
  1200. param.push({type: 'num', value: num});
  1201. num = '';
  1202. }
  1203. if (base !== '') {
  1204. param.push({type: 'base', value: base});
  1205. base = '';
  1206. }
  1207. param.push({type: 'calc', value: expr[i]});
  1208. } else {
  1209. return [false, '输入的表达式含有非法字符: ' + expr[i]];
  1210. }
  1211. }
  1212. if (num !== '') {
  1213. param.push({type: 'num', value: num});
  1214. num = '';
  1215. }
  1216. if (base !== '') {
  1217. param.push({type: 'base', value: base});
  1218. base = '';
  1219. }
  1220. if (param.length === 0) return true;
  1221. if (param.length > 1) {
  1222. if (param[0].value === '-') {
  1223. param[1].value = '-' + param[1];
  1224. }
  1225. param.unshift();
  1226. }
  1227. const iLen = param.length;
  1228. let iLeftCount = 0, iRightCount = 0;
  1229. for (const [i, p] of param.entries()) {
  1230. if (p.type === 'calc') {
  1231. if (i === 0 || i === iLen - 1)
  1232. return [false, '输入的表达式非法:计算符号' + p.value + '前后应有数字或计算基数'];
  1233. }
  1234. if (p.type === 'num') {
  1235. num = p.value.replace('%', '');
  1236. if (p.value.length - num.length > 1)
  1237. return [false, '输入的表达式非法:' + p.value + '不是一个有效的数字'];
  1238. num = _.toNumber(num);
  1239. if (num === undefined || num === null || _.isNaN(num))
  1240. return [false, '输入的表达式非法:' + p.value + '不是一个有效的数字'];
  1241. if (i > 0) {
  1242. if (param[i - 1].type !== 'calc') {
  1243. return [false, '输入的表达式非法:' + p.value + '前应有运算符'];
  1244. } else if (param[i - 1].value === '/' && num === 0) {
  1245. return [false, '输入的表达式非法:请勿除0'];
  1246. }
  1247. }
  1248. }
  1249. if (p.type === 'base') {
  1250. const baseParam = _.find(calcBase, {code: p.value});
  1251. if (!baseParam)
  1252. return [false, '输入的表达式非法:不存在计算基数' + p.value];
  1253. if (invalidParam && invalidParam.indexOf(p.value) >= 0)
  1254. return [false, '不可使用计算基数' + p.value];
  1255. if (i > 0 && (param[i - 1].type === 'num' || param[i - 1].type === 'right'))
  1256. return [false, '输入的表达式非法:' + p.value + '前应有运算符'];
  1257. }
  1258. if (p.type === 'left') {
  1259. iLeftCount += 1;
  1260. if (i !== 0 && param[i-1].type !== 'calc')
  1261. return [false, '输入的表达式非法:(前应有运算符'];
  1262. }
  1263. if (p.type === 'right') {
  1264. iRightCount += 1;
  1265. if (i !== iLen - 1 && param[i+1].type !== 'calc')
  1266. return [false, '输入的表达式非法:)后应有运算符'];
  1267. if (iRightCount > iLeftCount)
  1268. return [false, '输入的表达式非法:")"前无对应的"("'];
  1269. }
  1270. }
  1271. if (iLeftCount > iRightCount)
  1272. return [false, '输入的表达式非法:"("后无对应的")"'];
  1273. return [true, ''];
  1274. },
  1275. _checkExpr: function (text) {
  1276. if (text) {
  1277. const num = _.toNumber(text);
  1278. if (num) {
  1279. console.log(num);
  1280. } else {
  1281. const expr = text.replace('=', '').toLowerCase();
  1282. const [valid, msg] = this._checkExprValid(expr);
  1283. if (!valid) return [valid, msg];
  1284. }
  1285. }
  1286. return [true, ''];
  1287. },
  1288. };
  1289. $('#expr_btn').click(function () {
  1290. const expr = $('#expr').val();
  1291. // 判断表达式格式
  1292. const [valid, msg] = ExprObj._checkExpr(expr);
  1293. if (!valid) {
  1294. toastr.error(msg);
  1295. return false;
  1296. }
  1297. postData(window.location.pathname + '/save', { type:'expr', id: $('#materialbillsId').val(), expr: expr }, function (result) {
  1298. m_tp = result.m_tp;
  1299. if (materialTax) {
  1300. m_tax_tp = result.m_tax_tp;
  1301. }
  1302. const sheet = materialSpread.getActiveSheet();
  1303. const select = SpreadJsObj.getSelectObject(sheet);
  1304. const index = materialBillsData.indexOf(select);
  1305. console.log(select, index, result.info);
  1306. let newIndex = index;
  1307. if (isStageSelf) {
  1308. materialSpreadObj.updateMaterialData(result);
  1309. result.info = materialSpreadObj.updateOneMaterialBill(result.info);
  1310. console.log(result.info);
  1311. }
  1312. if($('#bills0_list').is(':checked')) {
  1313. const newMaterialBillsData = _.filter(materialBillsData, function (item) {
  1314. return item.quantity !== null && item.quantity !== 0;
  1315. });
  1316. newIndex = newMaterialBillsData.indexOf(select);
  1317. newMaterialBillsData.splice(newIndex, 1, result.info);
  1318. sheet.zh_data[newIndex] = result.info;
  1319. }
  1320. materialBillsData.splice(index, 1, result.info);
  1321. SpreadJsObj.reLoadRowData(sheet, newIndex);
  1322. resetTpTable();
  1323. $('#bcyy').modal('hide');
  1324. });
  1325. });
  1326. }
  1327. if (!readOnly && !editForAudit) {
  1328. $('#add').click(materialSpreadObj.add);
  1329. $('#del').click(materialSpreadObj.del);
  1330. $('#up-move').click(materialSpreadObj.upMove);
  1331. $('#down-move').click(materialSpreadObj.downMove);
  1332. // 右键菜单
  1333. $.contextMenu({
  1334. selector: '#material-spread',
  1335. build: function ($trigger, e) {
  1336. const target = SpreadJsObj.safeRightClickSelection($trigger, e, materialSpread);
  1337. return target.hitTestType === GC.Spread.Sheets.SheetArea.viewport || target.hitTestType === GC.Spread.Sheets.SheetArea.rowHeader;
  1338. },
  1339. items: {
  1340. 'create': {
  1341. name: '新增材料',
  1342. icon: 'fa-sign-in',
  1343. callback: function (key, opt) {
  1344. materialSpreadObj.add(materialSpread.getActiveSheet());
  1345. },
  1346. },
  1347. 'delete': {
  1348. name: '删除材料',
  1349. icon: 'fa-remove',
  1350. callback: function (key, opt) {
  1351. materialSpreadObj.del(materialSpread.getActiveSheet());
  1352. },
  1353. disabled: function (key, opt) {
  1354. const sheet = materialSpread.getActiveSheet();
  1355. const select = SpreadJsObj.getSelectObject(sheet);
  1356. const sel = sheet.getSelections()[0];
  1357. materialSpreadObj.refreshActn(sel.rowCount);
  1358. if (!readOnly && select && materialBase.isUsed(select) && sel.rowCount === 1) {
  1359. return false;
  1360. } else {
  1361. return true;
  1362. }
  1363. }
  1364. },
  1365. }
  1366. });
  1367. $('.changeRate').click(function () {
  1368. $('#rateInput').val(parseInt($(this).data('value')));
  1369. $('#rateInput').siblings('.dropdown-menu').hide();
  1370. });
  1371. $('#rateInput').click(function () {
  1372. $(this).siblings('.dropdown-menu').show();
  1373. })
  1374. // 回车提交
  1375. $('#rateInput').on('keypress', function () {
  1376. if(window.event.keyCode === 13) {
  1377. $(this).blur();
  1378. }
  1379. });
  1380. $('#rateInput').blur(function () {
  1381. const _self = $(this);
  1382. setTimeout(function () {
  1383. let rate = parseFloat(_self.val());
  1384. if (_.isNaN(rate)) {
  1385. toastr.error('请输入0-100之前的整数值');
  1386. $('#rateInput').val(materialRate);
  1387. return;
  1388. }
  1389. rate = _.round(rate);
  1390. if(rate < 0 || rate > 100) {
  1391. toastr.error('请输入0-100之前的整数值');
  1392. $('#rateInput').val(materialRate);
  1393. return;
  1394. }
  1395. $('#rateInput').siblings('.dropdown-menu').hide();
  1396. console.log(rate, materialRate);
  1397. if (rate !== materialRate) {
  1398. postData(window.location.pathname + '/save', { type:'rate', rate: rate }, function (result) {
  1399. const bqhs = ZhCalc.round(ZhCalc.mul(m_tp, 1+rate/100), materialDecimal.tp);
  1400. // const exbqhs = ZhCalc.round(ZhCalc.mul(ex_tp, 1+rate/100), materialDecimal.tp);
  1401. const jzbqhs = ZhCalc.round(ZhCalc.add(pre_tp_hs, bqhs), materialDecimal.tp);
  1402. // const exjzbqhs = ZhCalc.round(ZhCalc.add(ex_pre_tp_hs, exbqhs), materialDecimal.tp);
  1403. $('#rate_set').find('td').eq(1).text(bqhs !== 0 ? bqhs : '');
  1404. $('#rate_set').find('td').eq(2).text(jzbqhs !== 0 ? jzbqhs : '');
  1405. // $('#rate_set').find('td').eq(3).text(exbqhs !== 0 ? exbqhs : '');
  1406. // $('#rate_set').find('td').eq(4).text(exjzbqhs !== 0 ? exjzbqhs : '');
  1407. materialRate = rate;
  1408. $('#rateInput').val(rate);
  1409. });
  1410. } else {
  1411. $('#rateInput').val(rate);
  1412. }
  1413. }, 500);
  1414. });
  1415. // $('#changeRate').change(function () {
  1416. // const rate = parseInt($(this).val());
  1417. // postData(window.location.pathname + '/save', { type:'rate', rate: rate }, function (result) {
  1418. // const bqhs = ZhCalc.round(ZhCalc.mul(m_tp, 1+rate/100), materialDecimal.tp);
  1419. // const exbqhs = ZhCalc.round(ZhCalc.mul(ex_tp, 1+rate/100), materialDecimal.tp);
  1420. // const jzbqhs = ZhCalc.round(ZhCalc.add(pre_tp_hs, bqhs), materialDecimal.tp);
  1421. // const exjzbqhs = ZhCalc.round(ZhCalc.add(ex_pre_tp_hs, exbqhs), materialDecimal.tp);
  1422. // $('#rate_set').find('td').eq(1).text(bqhs !== 0 ? bqhs : '');
  1423. // $('#rate_set').find('td').eq(2).text(jzbqhs !== 0 ? jzbqhs : '');
  1424. // $('#rate_set').find('td').eq(3).text(exbqhs !== 0 ? exbqhs : '');
  1425. // $('#rate_set').find('td').eq(4).text(exjzbqhs !== 0 ? exjzbqhs : '');
  1426. // });
  1427. // });
  1428. // 创建月信息价
  1429. $('#make-month').click(function() {
  1430. const yearmonth = $('#months').val();
  1431. const result = yearmonth.match(/^(\d{1,4})(-|\/)(\d{1,2})$/);
  1432. if (result === null) {
  1433. toastr.error('请选择正确的信息价月份');
  1434. return false;
  1435. }
  1436. //判断是否已存在当前月份
  1437. if (months.indexOf(yearmonth) !== -1) {
  1438. toastr.error('调差期已创建过本月的信息价');
  1439. return false;
  1440. }
  1441. postData(window.location.pathname + '/month/save', { type: 'add', updateData: { yearmonth: yearmonth } }, function (data) {
  1442. months.push(yearmonth);
  1443. months.sort();
  1444. monthsList = data.monthsList;
  1445. monthFunGather.monthsListSet();
  1446. // 工料表单价显示也要更新
  1447. materialBillsData = data.materialBillsData;
  1448. materialSpreadObj.materialSheetReset();
  1449. // SpreadJsObj.loadSheetData(materialSpread.getActiveSheet(), SpreadJsObj.DataType.Data, materialBillsData);
  1450. m_tp = data.m_tp;
  1451. if (materialTax) {
  1452. m_tax_tp = data.m_tax_tp;
  1453. }
  1454. resetTpTable();
  1455. $('#add-month').modal('hide');
  1456. });
  1457. });
  1458. // 删除月信息价
  1459. $('#del-month').click(function () {
  1460. const del_month_array = [];
  1461. $("input[name='del_month']:checked").each(function () {
  1462. del_month_array.push($(this).val());
  1463. });
  1464. if (del_month_array.length === 0) {
  1465. toastr.error('请选择要移除的月信息价');
  1466. return false;
  1467. }
  1468. postData(window.location.pathname + '/month/save', { type: 'del', updateData: { del_yearmonth: del_month_array } }, function (data) {
  1469. for (const dm of del_month_array) {
  1470. // _.remove(materialMonthSpreadSetting.cols, function (n) {
  1471. // return n.field === dm;
  1472. // });
  1473. _.remove(months, function (n) {
  1474. return n === dm;
  1475. });
  1476. }
  1477. monthsList = data.monthsList;
  1478. monthFunGather.monthsListSet();
  1479. // 工料表单价显示也要更新
  1480. materialBillsData = data.materialBillsData;
  1481. materialSpreadObj.materialSheetReset();
  1482. // SpreadJsObj.loadSheetData(materialSpread.getActiveSheet(), SpreadJsObj.DataType.Data, materialBillsData);
  1483. m_tp = data.m_tp;
  1484. if (materialTax) {
  1485. m_tax_tp = data.m_tax_tp;
  1486. }
  1487. resetTpTable();
  1488. $('#remove-month').modal('hide');
  1489. });
  1490. });
  1491. } else {
  1492. // SpreadJsObj.forbiddenSpreadContextMenu('#material-spread', materialSpread);
  1493. }
  1494. // 筛选调差工料本期应耗数量为0
  1495. $('#bills0_list').click(function () {
  1496. const isCheck = $(this).is(':checked');
  1497. let newMaterialBillsData = materialBillsData;
  1498. if (isCheck) {
  1499. newMaterialBillsData = _.filter(materialBillsData, function (item) {
  1500. return item.quantity !== null && item.quantity !== 0;
  1501. });
  1502. SpreadJsObj.initSpreadSettingEvents(materialSpreadSetting, materialCol);
  1503. SpreadJsObj.initSheet(materialSpread.getActiveSheet(), materialSpreadSetting);
  1504. }
  1505. SpreadJsObj.loadSheetData(materialSpread.getActiveSheet(), SpreadJsObj.DataType.Data, newMaterialBillsData);
  1506. monthFunGather.monthsListSet(newMaterialBillsData, false);
  1507. materialSpreadObj.refreshActn();
  1508. });
  1509. let gljLib;
  1510. const gljLibCellDoubleClick = function (e, info) {
  1511. if (readOnly || editForAudit) return;
  1512. const gljSheet = info.sheet;
  1513. if (!gljSheet.zh_setting || !gljSheet.zh_tree) { return; }
  1514. const gljTree = gljSheet.zh_tree;
  1515. const gljNode = gljTree.nodes[info.row];
  1516. const sheet = materialSpread.getActiveSheet();
  1517. const select = SpreadJsObj.getSelectObject(sheet);
  1518. if (!gljNode) return;
  1519. if (gljNode && gljNode.is_leaf === 0) {
  1520. toastr.warning('非最底层项目下,不应添加');
  1521. return;
  1522. }
  1523. postData(window.location.pathname + '/save', { type:'add-glj', postData: gljNode, order: select ? select.order : null }, function (result) {
  1524. if (result) {
  1525. // 比order大的+1
  1526. const maxData = select ? _.filter(materialBillsData, (item) => { return item.order > select.order }) : [];
  1527. _.forEach(maxData, function (item) {
  1528. const cl = _.find(materialBillsData, { id: item.id });
  1529. cl.order = item.order + 1;
  1530. });
  1531. materialBillsData.push(result.info);
  1532. materialBillsData.sort(function (a, b) {
  1533. return a.order - b.order
  1534. });
  1535. console.log(materialBillsData);
  1536. if (isStageSelf) {
  1537. materialSpreadObj.updateMaterialData(result);
  1538. materialSpreadObj.getMaterialBillsData();
  1539. }
  1540. // sheet.addRows(materialBillsData.length - 1, 1);
  1541. // SpreadJsObj.reLoadRowData(sheet, materialBillsData.length - 1);
  1542. let newMaterialBillsData = materialBillsData;
  1543. if($('#bills0_list').is(':checked')) {
  1544. newMaterialBillsData = _.filter(materialBillsData, function (item) {
  1545. return item.quantity !== null && item.quantity !== 0;
  1546. });
  1547. }
  1548. SpreadJsObj.loadSheetData(materialSpread.getActiveSheet(), SpreadJsObj.DataType.Data, newMaterialBillsData);
  1549. // materialSpreadObj.materialSheetReset();
  1550. sheet.setSelection(sheet.zh_data.indexOf(select) + 1, 0, 1, 1);
  1551. materialSpreadObj.refreshActn();
  1552. // 月信息价需要同时添加空白的list
  1553. if (months.length > 0) {
  1554. const one_month ={ mb_id: result.info.id, code: result.info.code, name: result.info.name, origin: result.info.origin, unit: result.info.unit, order: result.info.order };
  1555. for (const m of months) {
  1556. one_month[m] = null;
  1557. }
  1558. _.forEach(maxData, function (item) {
  1559. const cl = _.find(monthsList, { mb_id: item.id });
  1560. cl.order = item.order + 1;
  1561. });
  1562. monthsList.push(one_month);
  1563. monthsList.sort(function (a, b) {
  1564. return a.order - b.order
  1565. });
  1566. console.log(monthsList);
  1567. // const newMonthsList = _.filter(monthsList, function (item) {
  1568. // return _.findIndex(newMaterialBillsData, { code: item.code }) !== -1;
  1569. // });
  1570. // materialMonthSpread.getActiveSheet().addRows(newMonthsList.length - 1, 1);
  1571. // SpreadJsObj.reLoadRowData(materialMonthSpread.getActiveSheet(), newMonthsList.length - 1);
  1572. monthFunGather.monthsListSet();
  1573. // materialMonthSpreadObj.monthsListSet();
  1574. }
  1575. }
  1576. });
  1577. };
  1578. const gljLibSetting = {
  1579. selector: '#material-tab',
  1580. stdType: 'glj',
  1581. libs: gljLists,
  1582. treeSetting: {
  1583. id: 'glj_id',
  1584. pid: 'glj_pid',
  1585. order: 'order',
  1586. level: 'level',
  1587. rootId: -1,
  1588. keys: ['id', 'list_id', 'glj_id'],
  1589. },
  1590. spreadSetting: {
  1591. cols: [
  1592. {title: '编号', field: 'code', hAlign: 0, width: 120, formatter: '@', readOnly: true, cellType: 'tree'},
  1593. {title: '名称', field: 'name', hAlign: 0, width: 150, formatter: '@', readOnly: true},
  1594. {title: '单位', field: 'unit', hAlign: 1, width: 50, formatter: '@', readOnly: true},
  1595. {title: '参考上涨幅度', field: 'rise_range', hAlign: 1, width: 50, formatter: '@', readOnly: true},
  1596. {title: '参考下跌幅度', field: 'fall_range', hAlign: 1, width: 50, formatter: '@', readOnly: true},
  1597. ],
  1598. treeCol: 0,
  1599. emptyRows: 0,
  1600. headRows: 1,
  1601. headRowHeight: [32],
  1602. defaultRowHeight: 21,
  1603. headerFont: '12px 微软雅黑',
  1604. font: '12px 微软雅黑',
  1605. headColWidth: [30],
  1606. selectedBackColor: '#fffacd',
  1607. },
  1608. spreadClassCss: 'sjs-material',
  1609. cellDoubleClick: gljLibCellDoubleClick,
  1610. page: 'material',
  1611. tid: window.location.pathname.split('/')[2],
  1612. };
  1613. $.subMenu({
  1614. menu: '#sub-menu', miniMenu: '#sub-mini-menu', miniMenuList: '#mini-menu-list',
  1615. toMenu: '#to-menu', toMiniMenu: '#to-mini-menu',
  1616. key: 'menu.1.0.0',
  1617. miniHint: '#sub-mini-hint', hintKey: 'menu.hint.1.0.1',
  1618. callback: function (info) {
  1619. if (info.mini) {
  1620. $('.panel-title').addClass('fluid');
  1621. $('#sub-menu').removeClass('panel-sidebar');
  1622. } else {
  1623. $('.panel-title').removeClass('fluid');
  1624. $('#sub-menu').addClass('panel-sidebar');
  1625. }
  1626. autoFlashHeight();
  1627. materialSpread.refresh();
  1628. }
  1629. });
  1630. $.divResizer({
  1631. select: '#right-spr',
  1632. callback: function () {
  1633. materialSpread.refresh();
  1634. materialMonthSpread.refresh();
  1635. if (gljLib) gljLib.spread.refresh();
  1636. const width = (($('#right-view').width()/$('#right-view').parent('div').width())*100).toFixed();
  1637. setLocalCache('material_month_' + materialID, width);
  1638. }
  1639. });
  1640. $.divResizer({
  1641. select: '#main-resize',
  1642. callback: function () {
  1643. let bcontent = $(".bcontent-wrap") ? $(".bcontent-wrap").height() : 0;
  1644. $(".sp-wrap").height(bcontent-30);
  1645. const height = $('.bcontent-wrap').height();
  1646. const cutHeight = isStageSelf ? getObjHeight($('#myTab')) : 0;
  1647. $('.sjs-height-material').height($('.sjs-height-1').height() - cutHeight);
  1648. updateSjsHeight();
  1649. materialSpread.refresh();
  1650. materialMonthSpread.refresh();
  1651. if (gljLib) gljLib.spread.refresh();
  1652. setLocalCache('material_bills_' + materialID, height);
  1653. }
  1654. });
  1655. // 展开收起月信息价并浏览器记住本期展开收起
  1656. $('a', '.right-nav').bind('click', function () {
  1657. //const main = $('#main-view'), tool = $('#tools-view');
  1658. const tab = $(this), tabPanel = $(tab.attr('content'));
  1659. if (!tab.hasClass('active')) {
  1660. $('a', '.side-menu').removeClass('active');
  1661. $('.tab-content .tab-pane').removeClass('active');
  1662. tab.addClass('active');
  1663. tabPanel.addClass('active');
  1664. showSideTools(tab.hasClass('active'));
  1665. if (tab.attr('content') === '#month-tab') {
  1666. const width = (($('#right-view').width()/$('#right-view').parent('div').width())*100).toFixed();
  1667. setLocalCache('material_month_' + materialID, width);
  1668. materialMonthSpread.refresh();
  1669. } else if (tab.attr('content') === '#material-tab') {
  1670. if (!gljLib) {
  1671. gljLib = $.gljLib(gljLibSetting);
  1672. }
  1673. updateSjsHeight();
  1674. gljLib.spread.refresh();
  1675. }
  1676. } else {
  1677. removeLocalCache('material_month_' + materialID);
  1678. tab.removeClass('active');
  1679. tabPanel.removeClass('active');
  1680. showSideTools(tab.hasClass('active'));
  1681. }
  1682. materialSpread.refresh();
  1683. // materialMonthSpread.refresh();
  1684. });
  1685. // 根据浏览器记录展开收起
  1686. if (getLocalCache('material_month_' + materialID) && !isStageSelf) {
  1687. const tab = $('.right-nav a[content="#month-tab"]'), tabPanel = $(tab.attr('content'));
  1688. $('a', '.side-menu').removeClass('active');
  1689. $('.tab-content .tab-pane').removeClass('active');
  1690. tab.addClass('active');
  1691. tabPanel.addClass('active');
  1692. $('#right-view').width(getLocalCache('material_month_' + materialID) + '%');
  1693. showSideTools(tab.hasClass('active'));
  1694. materialSpread.refresh();
  1695. materialMonthSpread.refresh();
  1696. }
  1697. const cutHeight = isStageSelf ? getObjHeight($('#myTab')) : 0;
  1698. if (getLocalCache('material_bills_' + materialID)) {
  1699. $('.bcontent-wrap').height(getLocalCache('material_bills_' + materialID));
  1700. const cHeader = getObjHeight($(".c-header"));
  1701. const bcontent = $(".bcontent-wrap") ? $(".bcontent-wrap").height() : 0;
  1702. $(".sp-wrap").height(bcontent-30);
  1703. $('.sjs-height-1').height($(window).height()-cHeader-bcontent-90+53);
  1704. $('.sjs-height-material').height($('.sjs-height-1').height() - cutHeight);
  1705. updateSjsHeight();
  1706. materialSpread.refresh();
  1707. materialMonthSpread.refresh();
  1708. if (gljLib) gljLib.spread.refresh();
  1709. } else {
  1710. $('.sjs-height-material').height($('.sjs-height-1').height() - cutHeight);
  1711. updateSjsHeight();
  1712. materialSpread.refresh();
  1713. materialMonthSpread.refresh();
  1714. if (gljLib) gljLib.spread.refresh();
  1715. }
  1716. function updateSjsHeight() {
  1717. $('.sjs-height-material-month').height($('.sjs-height-1').height() - getObjHeight($('.sjs-bar-1')));
  1718. $('.material-table-height').height($('.bcontent-wrap').height() - getObjHeight($('.bc-bar')));
  1719. $('.sjs-material').height($('.sjs-height-1').height() - getObjHeight($('.sjs-bar')));
  1720. }
  1721. function getObjHeight(select) {
  1722. return select.length > 0 ? select.height() : 0;
  1723. }
  1724. });