feat : buyer in sale out of the province
This commit is contained in:
@@ -41,20 +41,23 @@ class OutOfProvincePage extends GetView<OutOfProvinceLogic> {
|
||||
children: [
|
||||
Expanded(
|
||||
child: _typeOuterInfoCard(
|
||||
title: 'خرید خارج استان',
|
||||
title: 'خرید',
|
||||
iconPath: Assets.vec.cubeBottomRotationSvg.path,
|
||||
foregroundColor: AppColor.blueNormal,
|
||||
onTap: () {
|
||||
Get.toNamed(ChickenRoutes.salesOutOfProvince,id:1);
|
||||
Get.toNamed(ChickenRoutes.buysOutOfProvince, id: 1);
|
||||
},
|
||||
),
|
||||
),
|
||||
Expanded(
|
||||
child: _typeOuterInfoCard(
|
||||
title: 'فروش خارج استان',
|
||||
title: 'فروش',
|
||||
iconPath: Assets.vec.cubeTopRotationSvg.path,
|
||||
foregroundColor: AppColor.greenDark,
|
||||
onTap: () {},
|
||||
onTap: () {
|
||||
iLog('فروش');
|
||||
Get.toNamed(ChickenRoutes.salesOutOfProvince, id: 1);
|
||||
},
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user