@inipa/common 1.0.44 → 1.0.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -116,14 +116,14 @@ console.log(result);
|
|
|
116
116
|
qtyTo: number 结束数量
|
|
117
117
|
officialFee: number 官方规定费用
|
|
118
118
|
calculationMethod: number 官方服务费计算方式: 1(固定金额,无关数量)2(递增固定金额,从第二件开始每件增加50元)3(倍增,官方费用和本地律师费乘以件数)
|
|
119
|
-
incrementOfficalFee: number 官方服务费递增固定金额, 当calculationMethod等于
|
|
120
|
-
incrementAttorneyFee: number 本地律师服务费递增固定金额, 当calculationMethod等于
|
|
119
|
+
incrementOfficalFee: number 官方服务费递增固定金额, 当calculationMethod等于2时使用
|
|
120
|
+
incrementAttorneyFee: number 本地律师服务费递增固定金额, 当calculationMethod等于2时使用
|
|
121
121
|
attorneyDirectFilingFee: number 律师直通提交价
|
|
122
|
-
attorneyOptimalFee: number 律师最优(竞价)
|
|
123
|
-
attorneyStandardServiceFee: number 律师标准服务
|
|
122
|
+
attorneyOptimalFee: number 律师最优(竞价)
|
|
123
|
+
attorneyStandardServiceFee: number 律师标准服务
|
|
124
124
|
inipaFee: number INIPA 服务费
|
|
125
125
|
optionalFee: number 附加费用
|
|
126
|
-
optionalFeeReason: string 附加费用原因
|
|
126
|
+
optionalFeeReason: string 附加费用原因
|
|
127
127
|
remark: string 备注
|
|
128
128
|
- 注: qtyFrom 和 qtyTo 用于判断数量对应价格,如:qtyFrom=1, qtyTo=5,表示在这个区间内的数量都以这个设定价格
|
|
129
129
|
|