You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.1 KiB
XML
44 lines
1.1 KiB
XML
|
3 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<resources>
|
||
|
|
|
||
|
|
|
||
|
|
<string-array name="gzdd">
|
||
|
|
<item>请选择工作地点</item>
|
||
|
|
<item>地点1</item>
|
||
|
|
<item>地点2</item>
|
||
|
|
<item>地点3</item>
|
||
|
|
</string-array>
|
||
|
|
|
||
|
|
<string-array name="cbs">
|
||
|
|
<item>请选择承包商</item>
|
||
|
|
<item>承包商1</item>
|
||
|
|
<item>承包商2</item>
|
||
|
|
<item>承包商3</item>
|
||
|
|
</string-array>
|
||
|
|
|
||
|
|
<string-array name="bz">
|
||
|
|
<item>正常</item>
|
||
|
|
<item>数量少</item>
|
||
|
|
<item>数量多 </item>
|
||
|
|
<item>货架不对</item>
|
||
|
|
<item>配件</item>
|
||
|
|
</string-array>
|
||
|
|
|
||
|
|
<string-array name="pd">
|
||
|
|
<item>已盘点列表</item>
|
||
|
|
<item>未盘点列表</item>
|
||
|
|
<item>已盘点不正常列表</item>
|
||
|
|
</string-array>
|
||
|
|
|
||
|
|
<string-array name="menu_values">
|
||
|
|
<item>扫描二维码签到</item>
|
||
|
|
<item>选择二维码签到</item>
|
||
|
|
<item>新增信息</item>
|
||
|
|
</string-array>
|
||
|
|
|
||
|
|
<declare-styleable name="CanBanScrollViewPager">
|
||
|
|
<attr name="isScroll" format="boolean" />
|
||
|
|
</declare-styleable>
|
||
|
|
|
||
|
|
</resources>
|