| | |
| | | // if (_button) { |
| | | // _button.name = isAdd ? this.continueAddName : 'ä¿ å'; |
| | | // } |
| | | this.boxButtons.forEach(x=>{ |
| | | btn.hidden=true |
| | | }) |
| | | this.boxButtons.forEach(x=>{}) |
| | | }, |
| | | resetAdd() { |
| | | if (this.hasDetail) { |
| | |
| | | type: "string", |
| | | width: 160, |
| | | align: "left", |
| | | link: true, |
| | | }, |
| | | { |
| | | field: "upperOrderNo", |
| | |
| | | title: "é¨é¨åç§°", |
| | | type: "string", |
| | | width: 160, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "operator", |
| | | title: "æä½äºº", |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | |
| | | width: 90, |
| | | align: "left", |
| | | edit: { type: "string" }, |
| | | required: true, |
| | | }, |
| | | { |
| | | field: "supplyCode", |
| | |
| | | width: 90, |
| | | align: "left", |
| | | edit: { type: "string" }, |
| | | required: true, |
| | | }, |
| | | { |
| | | field: "orderQuantity", |
| | |
| | | width: 90, |
| | | align: "left", |
| | | edit: { type: "number" }, |
| | | readonly:true |
| | | }, |
| | | { |
| | | field: "rowNo", |
| | |
| | | width: 90, |
| | | align: "left", |
| | | edit: { type: "number" }, |
| | | readonly:true |
| | | }, |
| | | { |
| | | field: "lockQuantity", |
| | |
| | | align: "left", |
| | | edit: { type: "select" }, |
| | | bind: { key: "orderDetailStatusEnum", data: [] }, |
| | | required: true, |
| | | readonly:true |
| | | }, |
| | | { |
| | | field: "creater", |
| | |
| | | /// <summary> |
| | | /// è¡å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "è¡å·")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "è¡å·", DefaultValue = "0")] |
| | | public int RowNo { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// 订åæç»ç¶æ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "订åæç»ç¶æ")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "订åæç»ç¶æ", DefaultValue = "0")] |
| | | public int OrderDetailStatus { get; set; } |
| | | /// <summary> |
| | | /// åä½ |