Merge branch 'master' of http://222.71.245.114:9086/r/DF22001YiQi
| | |
| | | { |
| | | Id = s.a.Id, |
| | | |
| | | JiaJuGongWei = s.a.JiaJuGongWei, |
| | | |
| | | DataCapturePointCname = s.a.DataCapturePointCname, |
| | | UpdateDataCapturePointCname = s.a.UpdateDataCapturePointCname, |
| | | QualityNoOkReason = s.a.QualityNoOkReason, |
| | |
| | | /// </summary> |
| | | public class WorkPieceProcessOutput |
| | | { |
| | | |
| | | [StringLength(50)] |
| | | public string JiaJuGongWei { get; set; } |
| | | [StringLength(50)] |
| | | public string DataCapturePointCname { get; set; } |
| | | |
| | |
| | | |
| | | select new WorkPieceProcessOutput |
| | | { |
| | | JiaJuGongWei = process.JiaJuGongWei, |
| | | UpdatedUserName = process.UpdatedUserName, |
| | | DataCapturePointCname = process.DataCapturePointCname, |
| | | UpdateDataCapturePointCname = process.UpdateDataCapturePointCname, |
| | |
| | | [Comment("工件加工履历表")] |
| | | public class WorkPieceProcess : DEntityBase |
| | | { |
| | | |
| | | [StringLength(50)] |
| | | public string JiaJuGongWei { get; set; } |
| | | |
| | | [StringLength(50)] |
| | | public string DataCapturePointCname { get; set; } |
| | | |
| | |
| | | //window.VUE_BASE_URL = 'http://localhost:7788' |
| | | window.VUE_BASE_URL = 'http://192.168.216.203:7788' |
| | | window.VUE_BASE_URL = 'http://localhost:7788' |
| | | //window.VUE_BASE_URL = 'http://192.168.216.203:7788' |
| | |
| | | dataIndex: 'timeSceonds' |
| | | }, |
| | | { |
| | | title: '夹具工位', |
| | | align: 'center', |
| | | sorter: true, |
| | | dataIndex: 'jiaJuGongWei' |
| | | }, |
| | | { |
| | | title: '来源', |
| | | align: 'center', |
| | | sorter: true, |
| | |
| | | "name" : "连杆线数采", |
| | | "appid" : "__UNI__F24DEB0", |
| | | "description" : "一汽连杆", |
| | | "versionName" : "2.0.21", |
| | | "versionName" : "2.0.22", |
| | | "versionCode" : 6, |
| | | "transformPx" : false, |
| | | /* 5+App特有相关 */ |
| | |
| | | {code: "timeSceonds",title: '加工时长'}, |
| | | {code: 'qualityStateName',title: '质量状态'}, |
| | | {code: 'dataCapturePointCname',title: '来源'}, |
| | | {code: 'createUserName',title: '来源代码'} |
| | | {code: 'createUserName',title: '来源代码'}, |
| | | {code: 'jiaJuGongWei',title: '夹具工位'} |
| | | ] |
| | | }, |
| | | methods:{ |
| | |
| | | <view v-for="item in propArr" :key="item.code" class="item"> |
| | | <view class="item_title">{{item.title}}</view> |
| | | <view class="item_content">{{content[item.code]}}</view> |
| | | |
| | | </view> |
| | | </view> |
| | | </view> |