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