<none>修复代码格式问题
This commit is contained in:
parent
b927ef661b
commit
cefa008231
|
|
@ -41,8 +41,9 @@ class _PickPageState extends State<Pick> {
|
|||
), child: ListView(
|
||||
children: [
|
||||
BrnTextInputFormItem(
|
||||
controller: _vehicleNoTextController,
|
||||
title: "载具号:", hint: "请扫描或输入需要拣货的载具号"
|
||||
controller: _vehicleNoTextController,
|
||||
title: "载具号:", hint: "请扫描或输入需要拣货的载具号",
|
||||
isRequire: true,
|
||||
),
|
||||
Padding(padding: const EdgeInsets.only(
|
||||
top: 5
|
||||
|
|
|
|||
|
|
@ -41,8 +41,9 @@ class _StockCheckPageState extends State<StockCheck> {
|
|||
), child: ListView(
|
||||
children: [
|
||||
BrnTextInputFormItem(
|
||||
controller: _vehicleNoTextController,
|
||||
title: "载具号:", hint: "请扫描或输入需要盘点的载具号"
|
||||
controller: _vehicleNoTextController,
|
||||
title: "载具号:", hint: "请扫描或输入需要盘点的载具号",
|
||||
isRequire: true,
|
||||
),
|
||||
Padding(padding: const EdgeInsets.only(
|
||||
top: 5
|
||||
|
|
|
|||
|
|
@ -27,10 +27,10 @@ class _StockSearchPageState extends State<StockSearch> {
|
|||
centerTitle: true,
|
||||
backgroundColor: ColorCommon.colorScheme,
|
||||
title: const Text(
|
||||
"库存管理",
|
||||
style: TextStyle(
|
||||
color: Colors.white
|
||||
)),
|
||||
"库存管理",
|
||||
style: TextStyle(
|
||||
color: Colors.white
|
||||
)),
|
||||
),
|
||||
body: Center(
|
||||
child: Padding(padding: const EdgeInsets.only(
|
||||
|
|
@ -47,18 +47,22 @@ class _StockSearchPageState extends State<StockSearch> {
|
|||
controller: _goodsIdTextController,
|
||||
title: "物料号:", hint: "请输入物料号"
|
||||
),
|
||||
BrnTextInputFormItem(
|
||||
controller: _goodsIdTextController,
|
||||
title: "批次号:", hint: "请输入批次号"
|
||||
),
|
||||
Padding(padding: const EdgeInsets.only(
|
||||
top: 5
|
||||
), child: ElevatedButton(
|
||||
onPressed: search,
|
||||
style: ButtonStyle(
|
||||
backgroundColor: WidgetStateProperty.all(ColorCommon.colorScheme),
|
||||
),
|
||||
child: const Text(
|
||||
"查询库存",
|
||||
style: TextStyle(
|
||||
color: Colors.white
|
||||
))
|
||||
onPressed: search,
|
||||
style: ButtonStyle(
|
||||
backgroundColor: WidgetStateProperty.all(ColorCommon.colorScheme),
|
||||
),
|
||||
child: const Text(
|
||||
"查询库存",
|
||||
style: TextStyle(
|
||||
color: Colors.white
|
||||
))
|
||||
))
|
||||
],
|
||||
),),
|
||||
|
|
|
|||
|
|
@ -60,7 +60,8 @@ class _StockInWheelEBSPageState extends State<StockInWheelEBS> {
|
|||
children: [
|
||||
BrnTextInputFormItem(
|
||||
controller: _vehicleTextController,
|
||||
title: "载具号:", hint: "请扫描或输入"
|
||||
title: "载具号:", hint: "请扫描或输入",
|
||||
isRequire: true,
|
||||
),
|
||||
BrnRadioInputFormItem(
|
||||
title: "选择目的地:",
|
||||
|
|
|
|||
|
|
@ -44,8 +44,9 @@ class _StockInEmptyPageState extends State<StockInEmpty> {
|
|||
), child: ListView(
|
||||
children: [
|
||||
BrnTextInputFormItem(
|
||||
controller: _vehicleTextController,
|
||||
title: "载具号:", hint: "请扫描或输入"
|
||||
controller: _vehicleTextController,
|
||||
title: "载具号:", hint: "请扫描或输入",
|
||||
isRequire: true,
|
||||
),
|
||||
Padding(padding: const EdgeInsets.only(
|
||||
top: 5
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user