|
|
@@ -1,203 +1,206 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<Window>
|
|
|
<ShangpinCreatePage>
|
|
|
- <VerticalLayout>
|
|
|
- <HorizontalLayout height="44" bkcolor="#FFFFFFFF" padding="0,0,0,0">
|
|
|
- <Button name="shangpin_create_page_return_btn" float="true" pos="20,6,120,38" text="返回" textcolor="#FFFFFFFF"/>
|
|
|
- </HorizontalLayout>
|
|
|
-
|
|
|
- <Control height="15"></Control>
|
|
|
-
|
|
|
- <HorizontalLayout>
|
|
|
- <Control width="1" bkcolor="#FFD1D1D1"></Control>
|
|
|
+ <HorizontalLayout>
|
|
|
+ <Control width="1" bkcolor="#FFD1D1D1"></Control>
|
|
|
+
|
|
|
+ <VerticalLayout>
|
|
|
+ <HorizontalLayout height="60" bkcolor="#FFFFFFFF">
|
|
|
+ <Button name="shangpin_create_page_return_btn" tooltip="返回" width="38" height="38" padding="10,11,0,0" normalimage="file='zhengcan_back.png'" hotimage="" pushedimage=""/>
|
|
|
+ <Label name="aixuexi_page_name" text="新建商品" font="28" textcolor="#FF1087FF" width="300" height="30" padding="10,12,10,10"></Label>
|
|
|
+ </HorizontalLayout>
|
|
|
|
|
|
- <VerticalLayout name="shangpin_create_page_info_layout" width="620" bkcolor="#FFFFFFFF" vscrollbar="true">
|
|
|
- <Label text="基本信息" height="58" padding="20,0,0,0" font="20"></Label>
|
|
|
-
|
|
|
- <Control height="1" bkcolor="#FFEBE8E8" padding="10,0,10,0"></Control>
|
|
|
-
|
|
|
- <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
- <Label text="商品名字:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
- <Edit name="shangpin_create_page_name_edit" width="400" height="44" padding="15,0,0,0" borderround="10,10" bkcolor="#FFF2F2F2" nativebkcolor="#FFF2F2F2" />
|
|
|
- </HorizontalLayout>
|
|
|
+ <Control height="1" bkcolor="#FFEBE8E8"></Control>
|
|
|
|
|
|
- <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
- <Label text="商品序号:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
- <Edit name="shangpin_create_page_xuhao_edit" width="200" height="44" padding="15,0,0,0" borderround="10,10" bkcolor="#FFF2F2F2" nativebkcolor="#FFF2F2F2" />
|
|
|
- <Label text="(序号越小,排序越靠前)" width="300" height="44" padding="20,0,0,0"></Label>
|
|
|
- </HorizontalLayout>
|
|
|
-
|
|
|
- <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
- <Label text="商品分类:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
- <Combo name="shangpin_create_page_foodtype" padding="15,9,0,0" width="300" height="32" tooltip="请点击这里选择您的打印机打印小票联数" normalimage="file='Setting_Combox_Normal.png' corner='2,2,24,2'" hotimage="file='Setting_Combox_Hover.png' corner='2,2,24,2'" pushedimage="Setting_Combox_Click.png' corner='2,2,24,2'" textpadding="10,1,1,1" >
|
|
|
+ <HorizontalLayout>
|
|
|
+ <VerticalLayout name="shangpin_create_page_info_layout" width="620" bkcolor="#FFFFFFFF" vscrollbar="true">
|
|
|
+ <Label text="基本信息" height="58" padding="20,0,0,0" font="20"></Label>
|
|
|
|
|
|
- </Combo>
|
|
|
- </HorizontalLayout>
|
|
|
+ <Control height="1" bkcolor="#FFEBE8E8" padding="10,0,10,0"></Control>
|
|
|
+
|
|
|
+ <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
+ <Label text="商品名字:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
+ <Edit name="shangpin_create_page_name_edit" width="400" height="44" padding="15,0,0,0" borderround="10,10" bkcolor="#FFF2F2F2" nativebkcolor="#FFF2F2F2" />
|
|
|
+ </HorizontalLayout>
|
|
|
+
|
|
|
+ <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
+ <Label text="商品序号:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
+ <Edit name="shangpin_create_page_xuhao_edit" width="200" height="44" padding="15,0,0,0" borderround="10,10" bkcolor="#FFF2F2F2" nativebkcolor="#FFF2F2F2" />
|
|
|
+ <Label text="(序号越小,排序越靠前)" width="300" height="44" padding="20,0,0,0"></Label>
|
|
|
+ </HorizontalLayout>
|
|
|
+
|
|
|
+ <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
+ <Label text="商品分类:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
+ <Combo name="shangpin_create_page_foodtype" padding="15,9,0,0" width="300" height="32" tooltip="请点击这里选择您的打印机打印小票联数" normalimage="file='Setting_Combox_Normal.png' corner='2,2,24,2'" hotimage="file='Setting_Combox_Hover.png' corner='2,2,24,2'" pushedimage="Setting_Combox_Click.png' corner='2,2,24,2'" textpadding="10,1,1,1" >
|
|
|
+
|
|
|
+ </Combo>
|
|
|
+ </HorizontalLayout>
|
|
|
|
|
|
- <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
- <Label text="商品条码:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
- <Edit name="shangpin_create_page_barcode_edit" width="200" height="44" padding="15,0,0,0" borderround="10,10" bkcolor="#FFF2F2F2" nativebkcolor="#FFF2F2F2" />
|
|
|
- <Label text="(没有可以不填,将随机生成一个)" width="300" height="44" padding="20,0,0,0"></Label>
|
|
|
- </HorizontalLayout>
|
|
|
+ <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
+ <Label text="商品条码:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
+ <Edit name="shangpin_create_page_barcode_edit" width="200" height="44" padding="15,0,0,0" borderround="10,10" bkcolor="#FFF2F2F2" nativebkcolor="#FFF2F2F2" />
|
|
|
+ <Label text="(没有可以不填,将随机生成一个)" width="300" height="44" padding="20,0,0,0"></Label>
|
|
|
+ </HorizontalLayout>
|
|
|
|
|
|
- <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
- <Label text="商品价格:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
- <Edit name="shangpin_create_page_price_edit" width="200" height="44" padding="15,0,0,0" borderround="10,10" bkcolor="#FFF2F2F2" nativebkcolor="#FFF2F2F2" />
|
|
|
- <Label text="元" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
- </HorizontalLayout>
|
|
|
+ <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
+ <Label text="商品价格:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
+ <Edit name="shangpin_create_page_price_edit" width="200" height="44" padding="15,0,0,0" borderround="10,10" bkcolor="#FFF2F2F2" nativebkcolor="#FFF2F2F2" />
|
|
|
+ <Label text="元" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
+ </HorizontalLayout>
|
|
|
|
|
|
- <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
- <Label text="商品单位:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
- <Edit name="shangpin_create_page_unit_edit" width="200" height="44" padding="15,0,0,0" borderround="10,10" bkcolor="#FFF2F2F2" nativebkcolor="#FFF2F2F2" />
|
|
|
- </HorizontalLayout>
|
|
|
-
|
|
|
- <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
- <Label text="是否称重类型商品" wordbreak="true" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
- <CheckBox name="shangpin_create_page_chengzhong" width="72" height="45" normalimage="file='switchbutton.png' source='0,0,143,91'" selectedimage="file='switchbutton.png' source='0,182,143,273'"/>
|
|
|
- </HorizontalLayout>
|
|
|
-
|
|
|
- <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
- <Label text="条码秤PLU编码:" wordbreak="true" width="80" height="44" padding="20,0,0,0" ></Label>
|
|
|
- <Edit name="shangpin_create_page_plu" width="400" height="44" padding="15,0,0,0" borderround="10,10" bkcolor="#FFF2F2F2" nativebkcolor="#FFF2F2F2" />
|
|
|
- </HorizontalLayout>
|
|
|
-
|
|
|
- <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
- <Label text="条码秤商品编码:" wordbreak="true" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
- <Edit name="shangpin_create_page_shangpinbianma" width="400" height="44" padding="15,0,0,0" borderround="10,10" bkcolor="#FFF2F2F2" nativebkcolor="#FFF2F2F2" />
|
|
|
- </HorizontalLayout>
|
|
|
-
|
|
|
- <HorizontalLayout height="88" padding="0,30,0,0">
|
|
|
- <Label text="库存类型:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
- <VerticalLayout>
|
|
|
- <HorizontalLayout padding="30,0,30,0" width="600" height="44">
|
|
|
- <CheckBox name="shangpin_create_page_kucun_open" group="shangpin_create_page_kucun_type" selected="true" padding="0,15,0,15" width="13" height="13" normalimage="file='RadioBtnNon.png'" hotimage="file='RadioBtnNon.png'" selectedimage="file='RadioBtnSel.png'"/>
|
|
|
- <Label text="开启商品库存,下单自动扣减库存,库存不足无法下单 " width="600" padding="10,0,0,0"/>
|
|
|
+ <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
+ <Label text="商品单位:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
+ <Edit name="shangpin_create_page_unit_edit" width="200" height="44" padding="15,0,0,0" borderround="10,10" bkcolor="#FFF2F2F2" nativebkcolor="#FFF2F2F2" />
|
|
|
+ </HorizontalLayout>
|
|
|
+
|
|
|
+ <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
+ <Label text="是否称重类型商品" wordbreak="true" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
+ <CheckBox name="shangpin_create_page_chengzhong" width="72" height="45" normalimage="file='switchbutton.png' source='0,0,143,91'" selectedimage="file='switchbutton.png' source='0,182,143,273'"/>
|
|
|
+ </HorizontalLayout>
|
|
|
+
|
|
|
+ <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
+ <Label text="条码秤PLU编码:" wordbreak="true" width="80" height="44" padding="20,0,0,0" ></Label>
|
|
|
+ <Edit name="shangpin_create_page_plu" width="400" height="44" padding="15,0,0,0" borderround="10,10" bkcolor="#FFF2F2F2" nativebkcolor="#FFF2F2F2" />
|
|
|
+ </HorizontalLayout>
|
|
|
+
|
|
|
+ <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
+ <Label text="条码秤商品编码:" wordbreak="true" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
+ <Edit name="shangpin_create_page_shangpinbianma" width="400" height="44" padding="15,0,0,0" borderround="10,10" bkcolor="#FFF2F2F2" nativebkcolor="#FFF2F2F2" />
|
|
|
+ </HorizontalLayout>
|
|
|
+
|
|
|
+ <HorizontalLayout height="88" padding="0,30,0,0">
|
|
|
+ <Label text="库存类型:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
+ <VerticalLayout>
|
|
|
+ <HorizontalLayout padding="30,0,30,0" width="600" height="44">
|
|
|
+ <CheckBox name="shangpin_create_page_kucun_open" group="shangpin_create_page_kucun_type" selected="true" padding="0,15,0,15" width="13" height="13" normalimage="file='RadioBtnNon.png'" hotimage="file='RadioBtnNon.png'" selectedimage="file='RadioBtnSel.png'"/>
|
|
|
+ <Label text="开启商品库存,下单自动扣减库存,库存不足无法下单 " width="600" padding="10,0,0,0"/>
|
|
|
+ </HorizontalLayout>
|
|
|
+ <HorizontalLayout padding="30,0,30,0" width="600" height="44">
|
|
|
+ <CheckBox name="shangpin_create_page_kucun_wuxian" group="shangpin_create_page_kucun_type" padding="0,15,0,15" width="13" height="13" normalimage="file='RadioBtnNon.png'" hotimage="file='RadioBtnNon.png'" selectedimage="file='RadioBtnSel.png'"/>
|
|
|
+ <Label text="无限库存模式,下单不扣减库存" width="600" padding="10,0,0,0"/>
|
|
|
+ </HorizontalLayout>
|
|
|
+ </VerticalLayout>
|
|
|
+ </HorizontalLayout>
|
|
|
+
|
|
|
+ <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
+ <Label text="当前库存:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
+ <Edit name="shangpin_create_page_kucun_now" width="200" height="44" padding="15,0,0,0" borderround="10,10" bkcolor="#FFF2F2F2" nativebkcolor="#FFF2F2F2" />
|
|
|
+ </HorizontalLayout>
|
|
|
+
|
|
|
+ <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
+ <Label text="商品状态:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
+ <HorizontalLayout padding="30,0,30,0" width="90" height="44">
|
|
|
+ <CheckBox name="shangpin_create_page_status_normal" group="shangpin_create_page_status_type" selected="true" padding="0,15,0,15" width="13" height="13" normalimage="file='RadioBtnNon.png'" hotimage="file='RadioBtnNon.png'" selectedimage="file='RadioBtnSel.png'"/>
|
|
|
+ <Label text="正常 " width="300" padding="10,0,0,0"/>
|
|
|
</HorizontalLayout>
|
|
|
- <HorizontalLayout padding="30,0,30,0" width="600" height="44">
|
|
|
- <CheckBox name="shangpin_create_page_kucun_wuxian" group="shangpin_create_page_kucun_type" padding="0,15,0,15" width="13" height="13" normalimage="file='RadioBtnNon.png'" hotimage="file='RadioBtnNon.png'" selectedimage="file='RadioBtnSel.png'"/>
|
|
|
- <Label text="无限库存模式,下单不扣减库存" width="600" padding="10,0,0,0"/>
|
|
|
+ <HorizontalLayout padding="30,0,30,0" width="90" height="44">
|
|
|
+ <CheckBox name="shangpin_create_page_status_xiajia" group="shangpin_create_page_status_type" padding="0,15,0,15" width="13" height="13" normalimage="file='RadioBtnNon.png'" hotimage="file='RadioBtnNon.png'" selectedimage="file='RadioBtnSel.png'"/>
|
|
|
+ <Label text="下架" width="300" padding="10,0,0,0"/>
|
|
|
</HorizontalLayout>
|
|
|
- </VerticalLayout>
|
|
|
- </HorizontalLayout>
|
|
|
-
|
|
|
- <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
- <Label text="当前库存:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
- <Edit name="shangpin_create_page_kucun_now" width="200" height="44" padding="15,0,0,0" borderround="10,10" bkcolor="#FFF2F2F2" nativebkcolor="#FFF2F2F2" />
|
|
|
- </HorizontalLayout>
|
|
|
-
|
|
|
- <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
- <Label text="商品状态:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
- <HorizontalLayout padding="30,0,30,0" width="90" height="44">
|
|
|
- <CheckBox name="shangpin_create_page_status_normal" group="shangpin_create_page_status_type" selected="true" padding="0,15,0,15" width="13" height="13" normalimage="file='RadioBtnNon.png'" hotimage="file='RadioBtnNon.png'" selectedimage="file='RadioBtnSel.png'"/>
|
|
|
- <Label text="正常 " width="300" padding="10,0,0,0"/>
|
|
|
</HorizontalLayout>
|
|
|
- <HorizontalLayout padding="30,0,30,0" width="90" height="44">
|
|
|
- <CheckBox name="shangpin_create_page_status_xiajia" group="shangpin_create_page_status_type" padding="0,15,0,15" width="13" height="13" normalimage="file='RadioBtnNon.png'" hotimage="file='RadioBtnNon.png'" selectedimage="file='RadioBtnSel.png'"/>
|
|
|
- <Label text="下架" width="300" padding="10,0,0,0"/>
|
|
|
- </HorizontalLayout>
|
|
|
- </HorizontalLayout>
|
|
|
-
|
|
|
- <Label text="高级信息" height="58" padding="20,30,0,0" font="20"></Label>
|
|
|
|
|
|
- <Control height="1" bkcolor="#FFEBE8E8" padding="10,0,10,0"></Control>
|
|
|
+ <Label text="高级信息" height="58" padding="20,30,0,0" font="20"></Label>
|
|
|
+
|
|
|
+ <Control height="1" bkcolor="#FFEBE8E8" padding="10,0,10,0"></Control>
|
|
|
|
|
|
- <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
- <Label text="进货价:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
- <Edit name="shangpin_create_page_buyingprice_edit" width="200" height="44" padding="15,0,0,0" borderround="10,10" bkcolor="#FFF2F2F2" nativebkcolor="#FFF2F2F2" />
|
|
|
- <Label text="元" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
- </HorizontalLayout>
|
|
|
+ <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
+ <Label text="进货价:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
+ <Edit name="shangpin_create_page_buyingprice_edit" width="200" height="44" padding="15,0,0,0" borderround="10,10" bkcolor="#FFF2F2F2" nativebkcolor="#FFF2F2F2" />
|
|
|
+ <Label text="元" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
+ </HorizontalLayout>
|
|
|
|
|
|
- <HorizontalLayout height="88" padding="0,30,0,0">
|
|
|
- <Label text="进货价模式:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
- <VerticalLayout>
|
|
|
- <HorizontalLayout padding="30,0,30,0" width="600" height="44">
|
|
|
- <CheckBox name="shangpin_create_page_jinhuojia_normal" group="shangpin_create_page_jinhuojia_type" selected="true" padding="0,15,0,15" width="13" height="13" normalimage="file='RadioBtnNon.png'" hotimage="file='RadioBtnNon.png'" selectedimage="file='RadioBtnSel.png'"/>
|
|
|
- <Label text="按当前商品进货价 (一般用于临时加工销售的商品) " width="600" padding="10,0,0,0"/>
|
|
|
- </HorizontalLayout>
|
|
|
- <HorizontalLayout padding="30,0,30,0" width="600" height="44">
|
|
|
- <CheckBox name="shangpin_create_page_jinhuojia_jiaquan" group="shangpin_create_page_jinhuojia_type" padding="0,15,0,15" width="13" height="13" normalimage="file='RadioBtnNon.png'" hotimage="file='RadioBtnNon.png'" selectedimage="file='RadioBtnSel.png'"/>
|
|
|
- <Label text="按加权平均库存成本价 (一般用于采购入库销售的商品)" width="600" padding="10,0,0,0"/>
|
|
|
- </HorizontalLayout>
|
|
|
- </VerticalLayout>
|
|
|
- </HorizontalLayout>
|
|
|
-
|
|
|
- <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
- <Label text="在哪些地方显示:" wordbreak="true" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
+ <HorizontalLayout height="88" padding="0,30,0,0">
|
|
|
+ <Label text="进货价模式:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
+ <VerticalLayout>
|
|
|
+ <HorizontalLayout padding="30,0,30,0" width="600" height="44">
|
|
|
+ <CheckBox name="shangpin_create_page_jinhuojia_normal" group="shangpin_create_page_jinhuojia_type" selected="true" padding="0,15,0,15" width="13" height="13" normalimage="file='RadioBtnNon.png'" hotimage="file='RadioBtnNon.png'" selectedimage="file='RadioBtnSel.png'"/>
|
|
|
+ <Label text="按当前商品进货价 (一般用于临时加工销售的商品) " width="600" padding="10,0,0,0"/>
|
|
|
+ </HorizontalLayout>
|
|
|
+ <HorizontalLayout padding="30,0,30,0" width="600" height="44">
|
|
|
+ <CheckBox name="shangpin_create_page_jinhuojia_jiaquan" group="shangpin_create_page_jinhuojia_type" padding="0,15,0,15" width="13" height="13" normalimage="file='RadioBtnNon.png'" hotimage="file='RadioBtnNon.png'" selectedimage="file='RadioBtnSel.png'"/>
|
|
|
+ <Label text="按加权平均库存成本价 (一般用于采购入库销售的商品)" width="600" padding="10,0,0,0"/>
|
|
|
+ </HorizontalLayout>
|
|
|
+ </VerticalLayout>
|
|
|
+ </HorizontalLayout>
|
|
|
|
|
|
- <CheckBox name="shangpin_create_page_showplace_shouyinji" selected="true" padding="15,14,0,14" width="16" height="16" normalimage="file='Setting_CheckBox_Normal.png'" hotimage="file='Setting_CheckBox_Hover.png'" selectedimage="file='Setting_CheckBox_Click.png'"/>
|
|
|
- <Label text="收银机" width="100" padding="10,0,0,0"/>
|
|
|
+ <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
+ <Label text="在哪些地方显示:" wordbreak="true" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
+
|
|
|
+ <CheckBox name="shangpin_create_page_showplace_shouyinji" selected="true" padding="15,14,0,14" width="16" height="16" normalimage="file='Setting_CheckBox_Normal.png'" hotimage="file='Setting_CheckBox_Hover.png'" selectedimage="file='Setting_CheckBox_Click.png'"/>
|
|
|
+ <Label text="收银机" width="100" padding="10,0,0,0"/>
|
|
|
+
|
|
|
+ <CheckBox name="shangpin_create_page_showplace_waimai" selected="true" padding="0,14,0,14" width="16" height="16" normalimage="file='Setting_CheckBox_Normal.png'" hotimage="file='Setting_CheckBox_Hover.png'" selectedimage="file='Setting_CheckBox_Click.png'"/>
|
|
|
+ <Label text="外卖" width="100" padding="10,0,0,0"/>
|
|
|
+
|
|
|
+ <CheckBox name="shangpin_create_page_showplace_saomadiancan" selected="true" padding="0,14,0,14" width="16" height="16" normalimage="file='Setting_CheckBox_Normal.png'" hotimage="file='Setting_CheckBox_Hover.png'" selectedimage="file='Setting_CheckBox_Click.png'"/>
|
|
|
+ <Label text="扫码点餐" width="100" padding="10,0,0,0"/>
|
|
|
+ </HorizontalLayout>
|
|
|
|
|
|
- <CheckBox name="shangpin_create_page_showplace_waimai" selected="true" padding="0,14,0,14" width="16" height="16" normalimage="file='Setting_CheckBox_Normal.png'" hotimage="file='Setting_CheckBox_Hover.png'" selectedimage="file='Setting_CheckBox_Click.png'"/>
|
|
|
- <Label text="外卖" width="100" padding="10,0,0,0"/>
|
|
|
+ <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
+ <Label text="是否开启打包费" wordbreak="true" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
+ <CheckBox name="shangpin_create_page_is_dabao" width="72" height="45" normalimage="file='switchbutton.png' source='0,0,143,91'" selectedimage="file='switchbutton.png' source='0,182,143,273'"/>
|
|
|
+ </HorizontalLayout>
|
|
|
|
|
|
- <CheckBox name="shangpin_create_page_showplace_saomadiancan" selected="true" padding="0,14,0,14" width="16" height="16" normalimage="file='Setting_CheckBox_Normal.png'" hotimage="file='Setting_CheckBox_Hover.png'" selectedimage="file='Setting_CheckBox_Click.png'"/>
|
|
|
- <Label text="扫码点餐" width="100" padding="10,0,0,0"/>
|
|
|
- </HorizontalLayout>
|
|
|
-
|
|
|
- <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
- <Label text="是否开启打包费" wordbreak="true" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
- <CheckBox name="shangpin_create_page_is_dabao" width="72" height="45" normalimage="file='switchbutton.png' source='0,0,143,91'" selectedimage="file='switchbutton.png' source='0,182,143,273'"/>
|
|
|
- </HorizontalLayout>
|
|
|
-
|
|
|
- <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
- <Label text="打包费金额:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
- <Edit name="shangpin_create_page_dabao_money" width="200" height="44" padding="15,0,0,0" borderround="10,10" bkcolor="#FFF2F2F2" nativebkcolor="#FFF2F2F2" />
|
|
|
- <Label text="元" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
- </HorizontalLayout>
|
|
|
-
|
|
|
- <HorizontalLayout height="132" padding="0,30,0,0">
|
|
|
- <Label text="商品加工方式:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
- <VerticalLayout>
|
|
|
- <HorizontalLayout padding="30,0,30,0" width="600" height="44">
|
|
|
- <CheckBox name="shangpin_create_page_fangan_1" group="shangpin_create_page_fangan_type" selected="true" padding="0,15,0,15" width="13" height="13" normalimage="file='RadioBtnNon.png'" hotimage="file='RadioBtnNon.png'" selectedimage="file='RadioBtnSel.png'"/>
|
|
|
- <Label text="方案一:门店直接采购成品,不需要加工" width="600" padding="10,0,0,0"/>
|
|
|
- </HorizontalLayout>
|
|
|
- <HorizontalLayout padding="30,0,30,0" width="600" height="44">
|
|
|
- <CheckBox name="shangpin_create_page_fangan_2" group="shangpin_create_page_fangan_type" padding="0,15,0,15" width="13" height="13" normalimage="file='RadioBtnNon.png'" hotimage="file='RadioBtnNon.png'" selectedimage="file='RadioBtnSel.png'"/>
|
|
|
- <Label text="方案二:门店采购原料,提前加工为成品" width="600" padding="10,0,0,0"/>
|
|
|
- </HorizontalLayout>
|
|
|
- <HorizontalLayout padding="30,0,30,0" width="600" height="44">
|
|
|
- <CheckBox name="shangpin_create_page_fangan_3" group="shangpin_create_page_fangan_type" padding="0,15,0,15" width="13" height="13" normalimage="file='RadioBtnNon.png'" hotimage="file='RadioBtnNon.png'" selectedimage="file='RadioBtnSel.png'"/>
|
|
|
- <Label text="方案三:门店采购原料,临时加工为成品" width="600" padding="10,0,0,0"/>
|
|
|
- </HorizontalLayout>
|
|
|
- </VerticalLayout>
|
|
|
- </HorizontalLayout>
|
|
|
-
|
|
|
- <HorizontalLayout height="60" padding="0,50,0,50">
|
|
|
- <Control></Control>
|
|
|
- <Button name="shangpin_create_page_save_btn" width="400" height="60" text="保存" textcolor="#FFFFFFFF" normalimage="file='btn_green_zhengchang.png' corner='5,5,5,5'" hotimage="file='btn_green_xuanfu.png' corner='5,5,5,5'" pushedimage="file='btn_green_dianji.png' corner='5,5,5,5'" />
|
|
|
- <Control></Control>
|
|
|
- </HorizontalLayout>
|
|
|
-
|
|
|
- <HorizontalLayout height="40" padding="0,20,0,20">
|
|
|
- <Control></Control>
|
|
|
- <Label name="shangpin_create_page_save_result" width="500" align="center" textcolor="#FFFF0000"></Label>
|
|
|
- <Control></Control>
|
|
|
- </HorizontalLayout>
|
|
|
- </VerticalLayout>
|
|
|
-
|
|
|
- <Control width="1" bkcolor="#FFEBE8E8"></Control>
|
|
|
-
|
|
|
- <HorizontalLayout name="shangpin_create_page_no_layout">
|
|
|
- <Control></Control>
|
|
|
- <VerticalLayout width="280">
|
|
|
- <Control></Control>
|
|
|
- <HorizontalLayout height="127">
|
|
|
+ <HorizontalLayout height="44" padding="0,30,0,0">
|
|
|
+ <Label text="打包费金额:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
+ <Edit name="shangpin_create_page_dabao_money" width="200" height="44" padding="15,0,0,0" borderround="10,10" bkcolor="#FFF2F2F2" nativebkcolor="#FFF2F2F2" />
|
|
|
+ <Label text="元" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
+ </HorizontalLayout>
|
|
|
+
|
|
|
+ <HorizontalLayout height="132" padding="0,30,0,0">
|
|
|
+ <Label text="商品加工方式:" width="80" height="44" padding="20,0,0,0"></Label>
|
|
|
+ <VerticalLayout>
|
|
|
+ <HorizontalLayout padding="30,0,30,0" width="600" height="44">
|
|
|
+ <CheckBox name="shangpin_create_page_fangan_1" group="shangpin_create_page_fangan_type" selected="true" padding="0,15,0,15" width="13" height="13" normalimage="file='RadioBtnNon.png'" hotimage="file='RadioBtnNon.png'" selectedimage="file='RadioBtnSel.png'"/>
|
|
|
+ <Label text="方案一:门店直接采购成品,不需要加工" width="600" padding="10,0,0,0"/>
|
|
|
+ </HorizontalLayout>
|
|
|
+ <HorizontalLayout padding="30,0,30,0" width="600" height="44">
|
|
|
+ <CheckBox name="shangpin_create_page_fangan_2" group="shangpin_create_page_fangan_type" padding="0,15,0,15" width="13" height="13" normalimage="file='RadioBtnNon.png'" hotimage="file='RadioBtnNon.png'" selectedimage="file='RadioBtnSel.png'"/>
|
|
|
+ <Label text="方案二:门店采购原料,提前加工为成品" width="600" padding="10,0,0,0"/>
|
|
|
+ </HorizontalLayout>
|
|
|
+ <HorizontalLayout padding="30,0,30,0" width="600" height="44">
|
|
|
+ <CheckBox name="shangpin_create_page_fangan_3" group="shangpin_create_page_fangan_type" padding="0,15,0,15" width="13" height="13" normalimage="file='RadioBtnNon.png'" hotimage="file='RadioBtnNon.png'" selectedimage="file='RadioBtnSel.png'"/>
|
|
|
+ <Label text="方案三:门店采购原料,临时加工为成品" width="600" padding="10,0,0,0"/>
|
|
|
+ </HorizontalLayout>
|
|
|
+ </VerticalLayout>
|
|
|
+ </HorizontalLayout>
|
|
|
+
|
|
|
+ <HorizontalLayout height="60" padding="0,50,0,50">
|
|
|
<Control></Control>
|
|
|
- <Control bkimage="qrcode_attention.png" width="129" height="127"></Control>
|
|
|
+ <Button name="shangpin_create_page_save_btn" width="400" height="60" text="保存" textcolor="#FFFFFFFF" normalimage="file='btn_green_zhengchang.png' corner='5,5,5,5'" hotimage="file='btn_green_xuanfu.png' corner='5,5,5,5'" pushedimage="file='btn_green_dianji.png' corner='5,5,5,5'" />
|
|
|
<Control></Control>
|
|
|
</HorizontalLayout>
|
|
|
- <HorizontalLayout height="60" padding="0,50,0,50">
|
|
|
+
|
|
|
+ <HorizontalLayout height="40" padding="0,20,0,20">
|
|
|
<Control></Control>
|
|
|
- <Button name="shangpin_create_page_saoma_btn" width="280" height="60" text="扫码快速录入" textcolor="#FFFFFFFF" normalimage="file='btn_green_zhengchang.png' corner='5,5,5,5'" hotimage="file='btn_green_xuanfu.png' corner='5,5,5,5'" pushedimage="file='btn_green_dianji.png' corner='5,5,5,5'" />
|
|
|
+ <Label name="shangpin_create_page_save_result" width="500" align="center" textcolor="#FFFF0000"></Label>
|
|
|
<Control></Control>
|
|
|
</HorizontalLayout>
|
|
|
- <Label height="60" wordbreak="true" text="若您要新建的商品为国家标准商品库的商品,可以直接扫描商品条码快速获取商品的名字、价格、单位等信息" textcolor="#FF666666" heiht="30" padding="20,20,20,0" align="center"></Label>
|
|
|
- <Control></Control>
|
|
|
</VerticalLayout>
|
|
|
- <Control></Control>
|
|
|
+
|
|
|
+ <Control width="1" bkcolor="#FFEBE8E8"></Control>
|
|
|
+
|
|
|
+ <HorizontalLayout name="shangpin_create_page_no_layout">
|
|
|
+ <Control></Control>
|
|
|
+ <VerticalLayout width="280">
|
|
|
+ <Control></Control>
|
|
|
+ <HorizontalLayout height="127">
|
|
|
+ <Control></Control>
|
|
|
+ <Control bkimage="qrcode_attention.png" width="129" height="127"></Control>
|
|
|
+ <Control></Control>
|
|
|
+ </HorizontalLayout>
|
|
|
+ <HorizontalLayout height="60" padding="0,50,0,50">
|
|
|
+ <Control></Control>
|
|
|
+ <Button name="shangpin_create_page_saoma_btn" width="280" height="60" text="扫码快速录入" textcolor="#FFFFFFFF" normalimage="file='btn_green_zhengchang.png' corner='5,5,5,5'" hotimage="file='btn_green_xuanfu.png' corner='5,5,5,5'" pushedimage="file='btn_green_dianji.png' corner='5,5,5,5'" />
|
|
|
+ <Control></Control>
|
|
|
+ </HorizontalLayout>
|
|
|
+ <Label height="60" wordbreak="true" text="若您要新建的商品为国家标准商品库的商品,可以直接扫描商品条码快速获取商品的名字、价格、单位等信息" textcolor="#FF666666" heiht="30" padding="20,20,20,0" align="center"></Label>
|
|
|
+ <Control></Control>
|
|
|
+ </VerticalLayout>
|
|
|
+ <Control></Control>
|
|
|
+ </HorizontalLayout>
|
|
|
</HorizontalLayout>
|
|
|
- </HorizontalLayout>
|
|
|
- </VerticalLayout>
|
|
|
+ </VerticalLayout>
|
|
|
+ </HorizontalLayout>
|
|
|
</ShangpinCreatePage>
|
|
|
</Window>
|