@@ -60,6 +60,7 @@ $(document).ready(() => {
defaultRowHeight: 21,
headerFont: '12px 微软雅黑',
font: '12px 微软雅黑',
+ readOnly,
};
autoFlashHeight();
const priceSpread = SpreadJsObj.createNewSpread($('#price-spread')[0]);
@@ -195,6 +195,7 @@ module.exports = app => {
b.sjcl_qty = sjcl_qty;
b.qtcl_qty = qtcl_qty;
b.quantity = quantity;
+ // this.ctx.helper.checkFieldPrecision(b, ['deal_qty'], precision.value);
} else {
this.ctx.helper.checkFieldPrecision(b, ['sgfh_qty', 'sjcl_qty', 'qtcl_qty', 'deal_qty'], precision.value);
}