|
|
@@ -101,7 +101,7 @@ export interface IProjectGlj {
|
|
|
delivery?: string; // 交货方式
|
|
|
deliveryAddress?: string; // 送达地点
|
|
|
noAdjustPrice: boolean; // 不调价 { type: boolean; default: false }
|
|
|
- nTaxEqp: boolean; // 不计税设备 { type: boolean; default: false }
|
|
|
+ noTaxEqp?: boolean; // 不计税设备 { type: boolean; default: false }
|
|
|
adjCoe?: number; // 调整系数ID
|
|
|
specs: string; // 规格型号
|
|
|
type: GljType; // 类型
|
|
|
@@ -127,8 +127,9 @@ export interface IProjectGlj {
|
|
|
remark?: string;
|
|
|
originPlace?: string; // 产地
|
|
|
vender?: string; // 厂家
|
|
|
- qualityGrace?: string; // 质量等级
|
|
|
+ qualityGrade?: string; // 质量等级
|
|
|
brand?: string; // 品牌
|
|
|
+ priceFrom?: string; // 价格来源
|
|
|
from: fromType; // std, cpt 来自标准工料机库、补充工料机库
|
|
|
}
|
|
|
|