diff --git a/src/pages/pd-question/pd-question-business-group/pd-question-stock-info/pd-question-stock-info.ts b/src/pages/pd-question/pd-question-business-group/pd-question-stock-info/pd-question-stock-info.ts index 9c2e9122..5982d245 100755 --- a/src/pages/pd-question/pd-question-business-group/pd-question-stock-info/pd-question-stock-info.ts +++ b/src/pages/pd-question/pd-question-business-group/pd-question-stock-info/pd-question-stock-info.ts @@ -849,11 +849,9 @@ this.complete_status = this.pdDetails.pd_status == 'COMPLETED' ? true : false; not_stock_of_tg: any = []; not_stock_of_ws: any = []; not_stock_of_sp: any = []; - + checkComments(value, flag, index) { - console.log(value, flag, index); - return; if (flag == 1) { this.ManufacturingCounterArray[index] = value != "" ? 1 : 0; diff --git a/www/index.html b/www/index.html index c681631f..40ddf01d 100755 --- a/www/index.html +++ b/www/index.html @@ -1,9 +1,6 @@
-