Commit b3001985 authored by 18083's avatar 18083

经租报单调整-期数不从采购单中直接带出

parent e1a5e171
...@@ -821,7 +821,7 @@ ...@@ -821,7 +821,7 @@
$(prj_quotation_ds_id).getAt(0).set('deposit', data.result.record['deposit']); $(prj_quotation_ds_id).getAt(0).set('deposit', data.result.record['deposit']);
$(prj_quotation_ds_id).getAt(0).set('lease_term_month', data.result.record['lease_term_month']); $(prj_quotation_ds_id).getAt(0).set('lease_term_month', data.result.record['lease_term_month']);
$(prj_quotation_ds_id).getAt(0).set('total_rental', data.result.record['total_rental']); $(prj_quotation_ds_id).getAt(0).set('total_rental', data.result.record['total_rental']);
$(prj_quotation_ds_id).getAt(0).set('lease_times', data.result.record['lease_times']); //$(prj_quotation_ds_id).getAt(0).set('lease_times', data.result.record['lease_times']);
} }
......
...@@ -736,7 +736,7 @@ ...@@ -736,7 +736,7 @@
$(prj_quotation_ds_id).getAt(0).set('deposit', data.result.record['deposit']); $(prj_quotation_ds_id).getAt(0).set('deposit', data.result.record['deposit']);
$(prj_quotation_ds_id).getAt(0).set('lease_term_month', data.result.record['lease_term_month']); $(prj_quotation_ds_id).getAt(0).set('lease_term_month', data.result.record['lease_term_month']);
$(prj_quotation_ds_id).getAt(0).set('total_rental', data.result.record['total_rental']); $(prj_quotation_ds_id).getAt(0).set('total_rental', data.result.record['total_rental']);
$(prj_quotation_ds_id).getAt(0).set('lease_times', data.result.record['lease_times']); //$(prj_quotation_ds_id).getAt(0).set('lease_times', data.result.record['lease_times']);
} }
......
...@@ -721,7 +721,7 @@ ...@@ -721,7 +721,7 @@
$(prj_quotation_ds_id).getAt(0).set('deposit', data.result.record['deposit']); $(prj_quotation_ds_id).getAt(0).set('deposit', data.result.record['deposit']);
$(prj_quotation_ds_id).getAt(0).set('lease_term_month', data.result.record['lease_term_month']); $(prj_quotation_ds_id).getAt(0).set('lease_term_month', data.result.record['lease_term_month']);
$(prj_quotation_ds_id).getAt(0).set('total_rental', data.result.record['total_rental']); $(prj_quotation_ds_id).getAt(0).set('total_rental', data.result.record['total_rental']);
$(prj_quotation_ds_id).getAt(0).set('lease_times', data.result.record['lease_times']); //$(prj_quotation_ds_id).getAt(0).set('lease_times', data.result.record['lease_times']);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment