报修 房间选择
This commit is contained in:
@@ -702,388 +702,7 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
|
||||
),
|
||||
),
|
||||
|
||||
// Flexible(
|
||||
// child: Container(
|
||||
// width:
|
||||
// MediaQuery.sizeOf(
|
||||
// context)
|
||||
// .width,
|
||||
// height: 10,
|
||||
// constraints:
|
||||
// BoxConstraints(
|
||||
// minHeight: 60.rpx,
|
||||
// ),
|
||||
// child: Row(
|
||||
// mainAxisSize:
|
||||
// MainAxisSize.max,
|
||||
// children: [
|
||||
// Container(
|
||||
// width: 105.rpx,
|
||||
// height: MediaQuery
|
||||
// .sizeOf(
|
||||
// context)
|
||||
// .height *
|
||||
// 0.038,
|
||||
// constraints:
|
||||
// const BoxConstraints(
|
||||
// minWidth: 60,
|
||||
// ),
|
||||
// child: Align(
|
||||
// alignment:
|
||||
// const AlignmentDirectional(
|
||||
// -1, 0),
|
||||
// child: Text(
|
||||
// '产品型号',
|
||||
// style: TextStyle(
|
||||
// fontFamily:
|
||||
// 'Readex Pro',
|
||||
// fontSize: 26
|
||||
// .rpx,
|
||||
// letterSpacing:
|
||||
// 0,
|
||||
// color: Colors
|
||||
// .white),
|
||||
// ),
|
||||
// ),
|
||||
// ),
|
||||
// // Expanded(
|
||||
// // child: Container(
|
||||
// // width: 100,
|
||||
// // height: 100,
|
||||
// // decoration:
|
||||
// // BoxDecoration(
|
||||
// // color: Colors
|
||||
// // .white,
|
||||
// // borderRadius:
|
||||
// // BorderRadius
|
||||
// // .circular(8),
|
||||
// // ),
|
||||
// // child: Padding(
|
||||
// // padding: EdgeInsets.only(left: 26.rpx),
|
||||
// // child: Align(
|
||||
// // alignment: Alignment.centerLeft,
|
||||
// // child: Obx(() => Text(
|
||||
// // controller.model.device_category ?? '',
|
||||
// // style: TextStyle(fontSize: 26.rpx, color: Colors.black),
|
||||
// // ))))),
|
||||
// // ),
|
||||
// Expanded(
|
||||
// child: Container(
|
||||
// child: Align(
|
||||
// alignment:
|
||||
// AlignmentDirectional(
|
||||
// -1,
|
||||
// 0),
|
||||
// child:
|
||||
// TextFormField(
|
||||
// onChanged:
|
||||
// (value) {
|
||||
// controller
|
||||
// .model
|
||||
// .device_category = value;
|
||||
// },
|
||||
// autofocus:
|
||||
// false,
|
||||
// obscureText:
|
||||
// false,
|
||||
// decoration:
|
||||
// InputDecoration(
|
||||
// contentPadding:
|
||||
// EdgeInsets.all(
|
||||
// 0),
|
||||
// isDense:
|
||||
// true,
|
||||
// labelStyle:
|
||||
// TextStyle(
|
||||
// fontFamily:
|
||||
// 'Inter',
|
||||
// fontSize:
|
||||
// 26.rpx,
|
||||
// letterSpacing:
|
||||
// 0.0,
|
||||
// ),
|
||||
// hintStyle:
|
||||
// TextStyle(
|
||||
// fontFamily:
|
||||
// 'Inter',
|
||||
// fontSize:
|
||||
// 26.rpx,
|
||||
// letterSpacing:
|
||||
// 0.0,
|
||||
// color: themeController
|
||||
// .currentColor
|
||||
// .sc4,
|
||||
// ),
|
||||
// enabledBorder:
|
||||
// OutlineInputBorder(
|
||||
// borderSide:
|
||||
// BorderSide(
|
||||
// color:
|
||||
// Color(0x00000000),
|
||||
// width:
|
||||
// 1.rpx,
|
||||
// ),
|
||||
// borderRadius:
|
||||
// BorderRadius.circular(8.rpx),
|
||||
// ),
|
||||
// focusedBorder:
|
||||
// OutlineInputBorder(
|
||||
// borderSide:
|
||||
// BorderSide(
|
||||
// color:
|
||||
// Color(0x00000000),
|
||||
// width:
|
||||
// 1.rpx,
|
||||
// ),
|
||||
// borderRadius:
|
||||
// BorderRadius.circular(8.rpx),
|
||||
// ),
|
||||
// errorBorder:
|
||||
// OutlineInputBorder(
|
||||
// borderSide:
|
||||
// BorderSide(
|
||||
// color:
|
||||
// Colors.red,
|
||||
// width:
|
||||
// 1.rpx,
|
||||
// ),
|
||||
// borderRadius:
|
||||
// BorderRadius.circular(8.rpx),
|
||||
// ),
|
||||
// focusedErrorBorder:
|
||||
// OutlineInputBorder(
|
||||
// borderSide:
|
||||
// BorderSide(
|
||||
// color:
|
||||
// Colors.red,
|
||||
// width:
|
||||
// 1.rpx,
|
||||
// ),
|
||||
// borderRadius:
|
||||
// BorderRadius.circular(8.rpx),
|
||||
// ),
|
||||
// filled:
|
||||
// false,
|
||||
// fillColor:
|
||||
// Colors
|
||||
// .white,
|
||||
// ),
|
||||
// style:
|
||||
// TextStyle(
|
||||
// fontFamily:
|
||||
// 'Readex Pro',
|
||||
// letterSpacing:
|
||||
// 0,
|
||||
// color: Colors
|
||||
// .black,
|
||||
// fontSize:
|
||||
// 26.rpx,
|
||||
// ),
|
||||
// // cursorColor:
|
||||
// // Colors.black,
|
||||
// // validator: _model
|
||||
// // .textControllerValidator
|
||||
// // .asValidator(context),
|
||||
// ),
|
||||
// ),
|
||||
// ),
|
||||
// ),
|
||||
// ].divide(SizedBox(
|
||||
// width: 26.rpx)),
|
||||
// ),
|
||||
// ),
|
||||
// ),
|
||||
// Flexible(
|
||||
// child: Container(
|
||||
// width:
|
||||
// MediaQuery.sizeOf(
|
||||
// context)
|
||||
// .width,
|
||||
// height: 10,
|
||||
// constraints:
|
||||
// BoxConstraints(
|
||||
// minHeight: 60.rpx,
|
||||
// ),
|
||||
// child: Row(
|
||||
// mainAxisSize:
|
||||
// MainAxisSize.max,
|
||||
// children: [
|
||||
// Container(
|
||||
// width: 105.rpx,
|
||||
// height: MediaQuery
|
||||
// .sizeOf(
|
||||
// context)
|
||||
// .height *
|
||||
// 0.038,
|
||||
// constraints:
|
||||
// const BoxConstraints(
|
||||
// minWidth: 60,
|
||||
// ),
|
||||
// child: Align(
|
||||
// alignment:
|
||||
// const AlignmentDirectional(
|
||||
// -1, 0),
|
||||
// child: Text(
|
||||
// '序列号',
|
||||
// style: TextStyle(
|
||||
// fontFamily:
|
||||
// 'Readex Pro',
|
||||
// fontSize: 26
|
||||
// .rpx,
|
||||
// letterSpacing:
|
||||
// 0,
|
||||
// color: Colors
|
||||
// .white),
|
||||
// ),
|
||||
// ),
|
||||
// ),
|
||||
// // Expanded(
|
||||
// // child: Container(
|
||||
// // width: 100,
|
||||
// // height: 100,
|
||||
// // decoration:
|
||||
// // BoxDecoration(
|
||||
// // color: Colors
|
||||
// // .white,
|
||||
// // borderRadius:
|
||||
// // BorderRadius
|
||||
// // .circular(8),
|
||||
// // ),
|
||||
// // child: Padding(
|
||||
// // padding: EdgeInsets.only(left: 26.rpx),
|
||||
// // child: Align(
|
||||
// // alignment: Alignment.centerLeft,
|
||||
// // child: Obx(() => Text(
|
||||
// // controller.model.device_id ?? '',
|
||||
// // style: TextStyle(fontSize: 26.rpx, color: Colors.black),
|
||||
// // ))))),
|
||||
// // ),
|
||||
// Expanded(
|
||||
// child: Container(
|
||||
// child: Align(
|
||||
// alignment:
|
||||
// AlignmentDirectional(
|
||||
// -1,
|
||||
// 0),
|
||||
// child:
|
||||
// TextFormField(
|
||||
// onChanged:
|
||||
// (value) {
|
||||
// controller
|
||||
// .model
|
||||
// .device_id = value;
|
||||
// },
|
||||
// autofocus:
|
||||
// false,
|
||||
// obscureText:
|
||||
// false,
|
||||
// decoration:
|
||||
// InputDecoration(
|
||||
// contentPadding:
|
||||
// EdgeInsets.all(
|
||||
// 0),
|
||||
// isDense:
|
||||
// true,
|
||||
// labelStyle:
|
||||
// TextStyle(
|
||||
// fontFamily:
|
||||
// 'Inter',
|
||||
// fontSize:
|
||||
// 26.rpx,
|
||||
// letterSpacing:
|
||||
// 0.0,
|
||||
// ),
|
||||
// hintStyle:
|
||||
// TextStyle(
|
||||
// fontFamily:
|
||||
// 'Inter',
|
||||
// fontSize:
|
||||
// 26.rpx,
|
||||
// letterSpacing:
|
||||
// 0.0,
|
||||
// color: themeController
|
||||
// .currentColor
|
||||
// .sc4,
|
||||
// ),
|
||||
// enabledBorder:
|
||||
// OutlineInputBorder(
|
||||
// borderSide:
|
||||
// BorderSide(
|
||||
// color:
|
||||
// Color(0x00000000),
|
||||
// width:
|
||||
// 1.rpx,
|
||||
// ),
|
||||
// borderRadius:
|
||||
// BorderRadius.circular(8.rpx),
|
||||
// ),
|
||||
// focusedBorder:
|
||||
// OutlineInputBorder(
|
||||
// borderSide:
|
||||
// BorderSide(
|
||||
// color:
|
||||
// Color(0x00000000),
|
||||
// width:
|
||||
// 1.rpx,
|
||||
// ),
|
||||
// borderRadius:
|
||||
// BorderRadius.circular(8.rpx),
|
||||
// ),
|
||||
// errorBorder:
|
||||
// OutlineInputBorder(
|
||||
// borderSide:
|
||||
// BorderSide(
|
||||
// color:
|
||||
// Colors.red,
|
||||
// width:
|
||||
// 1.rpx,
|
||||
// ),
|
||||
// borderRadius:
|
||||
// BorderRadius.circular(8.rpx),
|
||||
// ),
|
||||
// focusedErrorBorder:
|
||||
// OutlineInputBorder(
|
||||
// borderSide:
|
||||
// BorderSide(
|
||||
// color:
|
||||
// Colors.red,
|
||||
// width:
|
||||
// 1.rpx,
|
||||
// ),
|
||||
// borderRadius:
|
||||
// BorderRadius.circular(8.rpx),
|
||||
// ),
|
||||
// filled:
|
||||
// false,
|
||||
// fillColor:
|
||||
// Colors
|
||||
// .white,
|
||||
// ),
|
||||
// style:
|
||||
// TextStyle(
|
||||
// fontFamily:
|
||||
// 'Readex Pro',
|
||||
// letterSpacing:
|
||||
// 0,
|
||||
// color: Colors
|
||||
// .black,
|
||||
// fontSize:
|
||||
// 26.rpx,
|
||||
// ),
|
||||
// // cursorColor:
|
||||
// // Colors.black,
|
||||
// // validator: _model
|
||||
// // .textControllerValidator
|
||||
// // .asValidator(context),
|
||||
// ),
|
||||
// ),
|
||||
// ),
|
||||
// ),
|
||||
// ].divide(SizedBox(
|
||||
// width: 26.rpx)),
|
||||
// ),
|
||||
// ),
|
||||
// ),
|
||||
|
||||
Flexible(
|
||||
child: Container(
|
||||
width: MediaQuery.sizeOf(
|
||||
|
||||
Reference in New Issue
Block a user