|
|
|
@ -27,7 +27,7 @@ namespace XGLFinishPro.Views
|
|
|
|
// ProductProcessData.record_id = ProductProcessListData.belongTo
|
|
|
|
// ProductProcessData.record_id = ProductProcessListData.belongTo
|
|
|
|
private ProductProcessData _taskData;
|
|
|
|
private ProductProcessData _taskData;
|
|
|
|
FormingMachineService dbService = new FormingMachineService();
|
|
|
|
FormingMachineService dbService = new FormingMachineService();
|
|
|
|
private const string DEFECT_API_URL = "http://192.168.58.29:81/dev-api/open/openInterface/getClassInfoListByCheckType?checkType=checkTypeSCXJ";
|
|
|
|
private const string DEFECT_API_URL = "http://192.168.202.34:30000/prod-api/open/openInterface/getClassInfoListByCheckType?checkType=checkTypeSCXJ";
|
|
|
|
|
|
|
|
|
|
|
|
private ObservableCollection<DefectClass> _defectClasses;
|
|
|
|
private ObservableCollection<DefectClass> _defectClasses;
|
|
|
|
private DefectClass _selectedDefect;
|
|
|
|
private DefectClass _selectedDefect;
|
|
|
|
|