|
@@ -85,8 +85,6 @@ let repositoryGljObj = {
|
|
|
currentCache: null,
|
|
|
parentNodeIds: {},
|
|
|
gljList: [],
|
|
|
- machineModel: {textArr: ['特', '大', '中', '小'], comboItems: [{text: '特', value: 1}, {text: '大', value: 2},{text: '中', value: 3}, {text: '小', value: 4}]},
|
|
|
- machineModelIdx: {'1': '特', '2': '大', '3': '中', '4': '小'},
|
|
|
feeDataCode: ['grossWeightCoe', 'purchaseStorageRate', 'offSiteTransportLossRate', 'handlingLossRate'],
|
|
|
distTypeTree: null,//add
|
|
|
setting: {
|
|
@@ -1286,7 +1284,8 @@ let repositoryGljObj = {
|
|
|
let me = repositoryGljObj;
|
|
|
let updateArr = [], addArr = [];
|
|
|
let items = sheetCommonObj.analyzePasteData(me.setting, info);
|
|
|
- let beginRow = info.cellRange.row, endRow = info.cellRange.row + info.cellRange.rowCount - 1,
|
|
|
+ let beginRow = info.cellRange.row,
|
|
|
+ endRow = info.cellRange.row + info.cellRange.rowCount - 1,
|
|
|
maxRow = me.currentCache.length - 1,
|
|
|
updateBasePrcArr = [],
|
|
|
updateCount, resumeArr = [];
|