|
|
@@ -3,7 +3,7 @@
|
|
|
* @Author: vian
|
|
|
* @Date: 2021-05-26 17:37:16
|
|
|
*/
|
|
|
-import { FromType, ITreeScm, supplyType } from './base';
|
|
|
+import { FromType, ITreeScm, SupplyType } from './base';
|
|
|
|
|
|
// 工料机类型
|
|
|
export enum GljType {
|
|
|
@@ -167,7 +167,7 @@ export interface IProjectGlj {
|
|
|
code: string; // 编码
|
|
|
originalCode: string; // 原始的编码
|
|
|
name: string; // 名称
|
|
|
- supply: supplyType; // 供货方式
|
|
|
+ supply: SupplyType; // 供货方式
|
|
|
supplyQuantity?: number; // 甲供数量
|
|
|
delivery?: string; // 交货方式
|
|
|
deliveryAddress?: string; // 送达地点
|