| | |
| | | { |
| | | 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> |