pd process changes
This commit is contained in:
parent
ca6e86549f
commit
c85708aff6
@ -275,7 +275,7 @@ optionsMapItems(items) {
|
|||||||
})));
|
})));
|
||||||
|
|
||||||
this.textBoxForm = new FormGroup({
|
this.textBoxForm = new FormGroup({
|
||||||
pd_detail_id: new FormControl(ansItem.pd_detail_id),
|
pd_detail_id: new FormControl(this.ansPDList.pd_detail_id),
|
||||||
fk_pd_id: new FormControl(this.startPD),
|
fk_pd_id: new FormControl(this.startPD),
|
||||||
fk_category_id: new FormControl(this.selectedCategory.fk_template_question_category_id),
|
fk_category_id: new FormControl(this.selectedCategory.fk_template_question_category_id),
|
||||||
fk_question_id: new FormControl(this.selectedCategory.fk_question_id),
|
fk_question_id: new FormControl(this.selectedCategory.fk_question_id),
|
||||||
@ -340,7 +340,7 @@ optionsMapItems(items) {
|
|||||||
}
|
}
|
||||||
fetchAns.push(obj1)
|
fetchAns.push(obj1)
|
||||||
});
|
});
|
||||||
let pd_details:any={
|
let pd_details:any=[{
|
||||||
"pd_detail_id":details.pd_detail_id.value,
|
"pd_detail_id":details.pd_detail_id.value,
|
||||||
"fk_pd_id":details.fk_pd_id.value,
|
"fk_pd_id":details.fk_pd_id.value,
|
||||||
"fk_category_id":details.fk_category_id.value,
|
"fk_category_id":details.fk_category_id.value,
|
||||||
@ -350,7 +350,7 @@ optionsMapItems(items) {
|
|||||||
"question_remark":details.pd_answer_remark.value,
|
"question_remark":details.pd_answer_remark.value,
|
||||||
"answers":fetchAns,
|
"answers":fetchAns,
|
||||||
"images":[]
|
"images":[]
|
||||||
};
|
}];
|
||||||
this._pd.savePDQuestions(pd_details).subscribe(result => {
|
this._pd.savePDQuestions(pd_details).subscribe(result => {
|
||||||
if (result.status == 200) {
|
if (result.status == 200) {
|
||||||
if(type==1){
|
if(type==1){
|
||||||
|
|||||||
@ -276,7 +276,7 @@ optionsMapItems(items) {
|
|||||||
})));
|
})));
|
||||||
|
|
||||||
this.textBoxForm = new FormGroup({
|
this.textBoxForm = new FormGroup({
|
||||||
pd_detail_id: new FormControl(ansItem.pd_detail_id),
|
pd_detail_id: new FormControl(this.ansPDList.pd_detail_id),
|
||||||
fk_pd_id: new FormControl(this.startPD),
|
fk_pd_id: new FormControl(this.startPD),
|
||||||
fk_category_id: new FormControl(this.selectedCategory.fk_template_question_category_id),
|
fk_category_id: new FormControl(this.selectedCategory.fk_template_question_category_id),
|
||||||
fk_question_id: new FormControl(this.selectedCategory.fk_question_id),
|
fk_question_id: new FormControl(this.selectedCategory.fk_question_id),
|
||||||
@ -341,7 +341,7 @@ optionsMapItems(items) {
|
|||||||
}
|
}
|
||||||
fetchAns.push(obj1)
|
fetchAns.push(obj1)
|
||||||
});
|
});
|
||||||
let pd_details:any={
|
let pd_details:any=[{
|
||||||
"pd_detail_id":details.pd_detail_id.value,
|
"pd_detail_id":details.pd_detail_id.value,
|
||||||
"fk_pd_id":details.fk_pd_id.value,
|
"fk_pd_id":details.fk_pd_id.value,
|
||||||
"fk_category_id":details.fk_category_id.value,
|
"fk_category_id":details.fk_category_id.value,
|
||||||
@ -351,7 +351,7 @@ optionsMapItems(items) {
|
|||||||
"question_remark":details.pd_answer_remark.value,
|
"question_remark":details.pd_answer_remark.value,
|
||||||
"answers":fetchAns,
|
"answers":fetchAns,
|
||||||
"images":[]
|
"images":[]
|
||||||
};
|
}];
|
||||||
this._qc.savePDQuestions(pd_details).subscribe(result => {
|
this._qc.savePDQuestions(pd_details).subscribe(result => {
|
||||||
if (result.status == 200) {
|
if (result.status == 200) {
|
||||||
if(type==1){
|
if(type==1){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user