|
@@ -461,7 +461,9 @@ class _SendExpressPageState extends State < SendExpressPage > with AutomaticKeep
|
|
|
children: < Widget > [
|
|
children: < Widget > [
|
|
|
SizedBox(
|
|
SizedBox(
|
|
|
width: ScreenUtil.getInstance().setWidth(500),
|
|
width: ScreenUtil.getInstance().setWidth(500),
|
|
|
- child: TextField(
|
|
|
|
|
|
|
+ child: Padding(
|
|
|
|
|
+ padding: EdgeInsets.only(right: ScreenUtil.getInstance().setWidth(30)),
|
|
|
|
|
+ child: TextField(
|
|
|
controller: tab == 'sendPhone' ? sendCompanyPhoneController : receiptCompanyPhoneController,
|
|
controller: tab == 'sendPhone' ? sendCompanyPhoneController : receiptCompanyPhoneController,
|
|
|
keyboardType: TextInputType.number,
|
|
keyboardType: TextInputType.number,
|
|
|
textAlign: TextAlign.end,
|
|
textAlign: TextAlign.end,
|
|
@@ -515,8 +517,10 @@ class _SendExpressPageState extends State < SendExpressPage > with AutomaticKeep
|
|
|
|
|
|
|
|
},
|
|
},
|
|
|
),
|
|
),
|
|
|
|
|
+ )
|
|
|
|
|
+
|
|
|
),
|
|
),
|
|
|
- Icon(Icons.keyboard_arrow_right, color: Color.fromRGBO(199, 199, 204, 1), )
|
|
|
|
|
|
|
+ // Icon(Icons.keyboard_arrow_right, color: Color.fromRGBO(199, 199, 204, 1), )
|
|
|
],
|
|
],
|
|
|
)
|
|
)
|
|
|
)
|
|
)
|
|
@@ -554,7 +558,9 @@ class _SendExpressPageState extends State < SendExpressPage > with AutomaticKeep
|
|
|
children: < Widget > [
|
|
children: < Widget > [
|
|
|
SizedBox(
|
|
SizedBox(
|
|
|
width: ScreenUtil.getInstance().setWidth(500),
|
|
width: ScreenUtil.getInstance().setWidth(500),
|
|
|
- child: TextField(
|
|
|
|
|
|
|
+ child:Padding(
|
|
|
|
|
+ padding: EdgeInsets.only(right: ScreenUtil.getInstance().setWidth(30)),
|
|
|
|
|
+ child:TextField(
|
|
|
controller: (key == '企业名称') ? (type == 'send' ? sendCompanyNameController : receiptCompanyNameController) : (key == '企业编码' ? sendCompanyCodeController : null),
|
|
controller: (key == '企业名称') ? (type == 'send' ? sendCompanyNameController : receiptCompanyNameController) : (key == '企业编码' ? sendCompanyCodeController : null),
|
|
|
keyboardType: keyboardType ? TextInputType.text : TextInputType.number,
|
|
keyboardType: keyboardType ? TextInputType.text : TextInputType.number,
|
|
|
textAlign: TextAlign.end,
|
|
textAlign: TextAlign.end,
|
|
@@ -607,9 +613,11 @@ class _SendExpressPageState extends State < SendExpressPage > with AutomaticKeep
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
),
|
|
),
|
|
|
|
|
+ )
|
|
|
|
|
+
|
|
|
),
|
|
),
|
|
|
|
|
|
|
|
- Icon(Icons.keyboard_arrow_right, color: Color.fromRGBO(199, 199, 204, 1), )
|
|
|
|
|
|
|
+ // Icon(Icons.keyboard_arrow_right, color: Color.fromRGBO(199, 199, 204, 1), )
|
|
|
],
|
|
],
|
|
|
)
|
|
)
|
|
|
)
|
|
)
|
|
@@ -647,7 +655,9 @@ class _SendExpressPageState extends State < SendExpressPage > with AutomaticKeep
|
|
|
children: < Widget > [
|
|
children: < Widget > [
|
|
|
SizedBox(
|
|
SizedBox(
|
|
|
width: ScreenUtil.getInstance().setWidth(500),
|
|
width: ScreenUtil.getInstance().setWidth(500),
|
|
|
- child: TextField(
|
|
|
|
|
|
|
+ child: Padding(
|
|
|
|
|
+ padding: EdgeInsets.only(right: ScreenUtil.getInstance().setWidth(30)),
|
|
|
|
|
+ child:TextField(
|
|
|
controller: controller,
|
|
controller: controller,
|
|
|
keyboardType: keyboardType ? TextInputType.text : TextInputType.number,
|
|
keyboardType: keyboardType ? TextInputType.text : TextInputType.number,
|
|
|
textAlign: TextAlign.end,
|
|
textAlign: TextAlign.end,
|
|
@@ -678,9 +688,11 @@ class _SendExpressPageState extends State < SendExpressPage > with AutomaticKeep
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
),
|
|
),
|
|
|
|
|
+ )
|
|
|
|
|
+
|
|
|
),
|
|
),
|
|
|
|
|
|
|
|
- Icon(Icons.keyboard_arrow_right, color: Color.fromRGBO(199, 199, 204, 1), )
|
|
|
|
|
|
|
+ // Icon(Icons.keyboard_arrow_right, color: Color.fromRGBO(199, 199, 204, 1), )
|
|
|
],
|
|
],
|
|
|
)
|
|
)
|
|
|
)
|
|
)
|
|
@@ -719,17 +731,22 @@ class _SendExpressPageState extends State < SendExpressPage > with AutomaticKeep
|
|
|
children: < Widget > [
|
|
children: < Widget > [
|
|
|
SizedBox(
|
|
SizedBox(
|
|
|
width: ScreenUtil.getInstance().setWidth(500),
|
|
width: ScreenUtil.getInstance().setWidth(500),
|
|
|
- child: TextField(
|
|
|
|
|
- focusNode: key == '银行卡号'?bankCardFocusNode:null,
|
|
|
|
|
- controller: key == '银行卡号'?bankCardController:key=='银行名称'?bankNameController:openBankNameController,
|
|
|
|
|
- keyboardType: keyboardType ? TextInputType.text : TextInputType.number,
|
|
|
|
|
- textAlign: TextAlign.end,
|
|
|
|
|
- decoration: InputDecoration(
|
|
|
|
|
- border: InputBorder.none
|
|
|
|
|
- ),
|
|
|
|
|
- ),
|
|
|
|
|
|
|
+ child:
|
|
|
|
|
+ Padding(
|
|
|
|
|
+ padding: EdgeInsets.only(right: ScreenUtil.getInstance().setWidth(30)),
|
|
|
|
|
+ child:TextField(
|
|
|
|
|
+ focusNode: key == '银行卡号'?bankCardFocusNode:null,
|
|
|
|
|
+ controller: key == '银行卡号'?bankCardController:key=='银行名称'?bankNameController:openBankNameController,
|
|
|
|
|
+ keyboardType: keyboardType ? TextInputType.text : TextInputType.number,
|
|
|
|
|
+ textAlign: TextAlign.end,
|
|
|
|
|
+ decoration: InputDecoration(
|
|
|
|
|
+ border: InputBorder.none
|
|
|
|
|
+ ),
|
|
|
|
|
+ ),
|
|
|
|
|
+ )
|
|
|
|
|
+
|
|
|
),
|
|
),
|
|
|
- Icon(Icons.keyboard_arrow_right, color: Color.fromRGBO(199, 199, 204, 1), )
|
|
|
|
|
|
|
+ // Icon(Icons.keyboard_arrow_right, color: Color.fromRGBO(199, 199, 204, 1), )
|
|
|
],
|
|
],
|
|
|
)
|
|
)
|
|
|
)
|
|
)
|
|
@@ -840,15 +857,19 @@ class _SendExpressPageState extends State < SendExpressPage > with AutomaticKeep
|
|
|
//Text('${value}', style: TextStyle(fontSize: ScreenUtil.getInstance().setSp(30), color: Color.fromRGBO(136, 136, 136, 1)), ),
|
|
//Text('${value}', style: TextStyle(fontSize: ScreenUtil.getInstance().setSp(30), color: Color.fromRGBO(136, 136, 136, 1)), ),
|
|
|
SizedBox(
|
|
SizedBox(
|
|
|
width: ScreenUtil.getInstance().setWidth(500),
|
|
width: ScreenUtil.getInstance().setWidth(500),
|
|
|
- child: TextField(
|
|
|
|
|
- controller: type == 'send' ? sendCompanyAddressController : receiptCompanyAddressController,
|
|
|
|
|
- textAlign: TextAlign.end,
|
|
|
|
|
- decoration: InputDecoration(
|
|
|
|
|
- border: InputBorder.none
|
|
|
|
|
|
|
+ child: Padding(
|
|
|
|
|
+ padding: EdgeInsets.only(right: ScreenUtil.getInstance().setWidth(30)),
|
|
|
|
|
+ child: TextField(
|
|
|
|
|
+ controller: type == 'send' ? sendCompanyAddressController : receiptCompanyAddressController,
|
|
|
|
|
+ textAlign: TextAlign.end,
|
|
|
|
|
+ decoration: InputDecoration(
|
|
|
|
|
+ border: InputBorder.none
|
|
|
|
|
+ ),
|
|
|
),
|
|
),
|
|
|
- ),
|
|
|
|
|
|
|
+ )
|
|
|
|
|
+
|
|
|
),
|
|
),
|
|
|
- Icon(Icons.keyboard_arrow_right, color: Color.fromRGBO(199, 199, 204, 1), )
|
|
|
|
|
|
|
+ // Icon(Icons.keyboard_arrow_right, color: Color.fromRGBO(199, 199, 204, 1), )
|
|
|
],
|
|
],
|
|
|
)
|
|
)
|
|
|
)
|
|
)
|
|
@@ -879,16 +900,20 @@ class _SendExpressPageState extends State < SendExpressPage > with AutomaticKeep
|
|
|
//Text('${value}', style: TextStyle(fontSize: ScreenUtil.getInstance().setSp(30), color: Color.fromRGBO(136, 136, 136, 1)), ),
|
|
//Text('${value}', style: TextStyle(fontSize: ScreenUtil.getInstance().setSp(30), color: Color.fromRGBO(136, 136, 136, 1)), ),
|
|
|
SizedBox(
|
|
SizedBox(
|
|
|
width: ScreenUtil.getInstance().setWidth(500),
|
|
width: ScreenUtil.getInstance().setWidth(500),
|
|
|
- child: TextField(
|
|
|
|
|
- controller: openBankPhoneController,
|
|
|
|
|
- textAlign: TextAlign.end,
|
|
|
|
|
- keyboardType: TextInputType.number,
|
|
|
|
|
- decoration: InputDecoration(
|
|
|
|
|
- border: InputBorder.none
|
|
|
|
|
|
|
+ child: Padding(
|
|
|
|
|
+ padding: EdgeInsets.only(right: ScreenUtil.getInstance().setWidth(30)),
|
|
|
|
|
+ child: TextField(
|
|
|
|
|
+ controller: openBankPhoneController,
|
|
|
|
|
+ textAlign: TextAlign.end,
|
|
|
|
|
+ keyboardType: TextInputType.number,
|
|
|
|
|
+ decoration: InputDecoration(
|
|
|
|
|
+ border: InputBorder.none
|
|
|
|
|
+ ),
|
|
|
),
|
|
),
|
|
|
- ),
|
|
|
|
|
|
|
+ )
|
|
|
|
|
+
|
|
|
),
|
|
),
|
|
|
- Icon(Icons.keyboard_arrow_right, color: Color.fromRGBO(199, 199, 204, 1), )
|
|
|
|
|
|
|
+ // Icon(Icons.keyboard_arrow_right, color: Color.fromRGBO(199, 199, 204, 1), )
|
|
|
],
|
|
],
|
|
|
)
|
|
)
|
|
|
)
|
|
)
|