|
@@ -283,6 +283,9 @@ var quantity_detail = {
|
|
|
if(needupdate){
|
|
|
var updateData = this.getUpdateData('ut_update',query,doc,'updateQuantityRegex');
|
|
|
project.pushNow('updateQuantityDetail',[this.getSourceType()],updateData);
|
|
|
+ }else {
|
|
|
+ var sheet = subSpread.getActiveSheet();
|
|
|
+ sheet.getCell(args.row,args.col).value(gljOprObj.detailData[args.row].regex);
|
|
|
}
|
|
|
};
|
|
|
|