|
@@ -1688,10 +1688,10 @@ class Center extends Auth
|
|
|
$templateProcessor->setValue('id#3', '1');
|
|
|
$templateProcessor->setValue('bh#3', '1');
|
|
|
$templateProcessor->setValue('name#3', '名称');
|
|
|
- $templateProcessor->setValue('gg#4', '规格');
|
|
|
- $templateProcessor->setValue('num#4', '10');
|
|
|
- $templateProcessor->setValue('price#4', '10');
|
|
|
- $templateProcessor->setValue('allprice#4', '20');
|
|
|
+ $templateProcessor->setValue('gg#3', '规格');
|
|
|
+ $templateProcessor->setValue('num#3', '10');
|
|
|
+ $templateProcessor->setValue('price#3', '10');
|
|
|
+ $templateProcessor->setValue('allprice#3', '20');
|
|
|
|
|
|
$templateProcessor->saveAs($dir."b.docx");
|
|
|
|