|
@@ -1126,7 +1126,7 @@ $(document).ready(() => {
|
|
|
const range = info.cellRange;
|
|
|
const validField = ['contract_qty', 'qc_qty', 'postil'];
|
|
|
if (!checkTzMeasureType()) {
|
|
|
- validField.push('name', 'sgfh_qty', 'sjcl_qty', 'qtcl_qty', 'position');
|
|
|
+ validField.push('name', 'sgfh_qty', 'sjcl_qty', 'qtcl_qty', 'position', 'drawing_code');
|
|
|
}
|
|
|
for (let iCol = range.col; iCol < range.col + range.colCount; iCol++) {
|
|
|
const col = info.sheet.zh_setting.cols[iCol];
|