| @ -0,0 +1,10 @@ | |||||
| <?xml version="1.0" encoding="UTF-8"?> | |||||
| <classpath> | |||||
| <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> | |||||
| <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> | |||||
| <classpathentry exported="true" kind="lib" path="D:/Projects/tsref/android/jsonrpc.jar" sourcepath="D:/Project/tsref/android/jsonrpc.jar"/> | |||||
| <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> | |||||
| <classpathentry kind="src" path="src"/> | |||||
| <classpathentry kind="src" path="gen"/> | |||||
| <classpathentry kind="output" path="bin/classes"/> | |||||
| </classpath> | |||||
| @ -0,0 +1 @@ | |||||
| bin | |||||
| @ -0,0 +1,33 @@ | |||||
| <?xml version="1.0" encoding="UTF-8"?> | |||||
| <projectDescription> | |||||
| <name>MobileSale</name> | |||||
| <comment></comment> | |||||
| <projects> | |||||
| </projects> | |||||
| <buildSpec> | |||||
| <buildCommand> | |||||
| <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> | |||||
| <arguments> | |||||
| </arguments> | |||||
| </buildCommand> | |||||
| <buildCommand> | |||||
| <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> | |||||
| <arguments> | |||||
| </arguments> | |||||
| </buildCommand> | |||||
| <buildCommand> | |||||
| <name>org.eclipse.jdt.core.javabuilder</name> | |||||
| <arguments> | |||||
| </arguments> | |||||
| </buildCommand> | |||||
| <buildCommand> | |||||
| <name>com.android.ide.eclipse.adt.ApkBuilder</name> | |||||
| <arguments> | |||||
| </arguments> | |||||
| </buildCommand> | |||||
| </buildSpec> | |||||
| <natures> | |||||
| <nature>com.android.ide.eclipse.adt.AndroidNature</nature> | |||||
| <nature>org.eclipse.jdt.core.javanature</nature> | |||||
| </natures> | |||||
| </projectDescription> | |||||
| @ -0,0 +1,2 @@ | |||||
| eclipse.preferences.version=1 | |||||
| encoding/<project>=UTF-8 | |||||
| @ -0,0 +1,11 @@ | |||||
| eclipse.preferences.version=1 | |||||
| org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | |||||
| org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 | |||||
| org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve | |||||
| org.eclipse.jdt.core.compiler.compliance=1.6 | |||||
| org.eclipse.jdt.core.compiler.debug.lineNumber=generate | |||||
| org.eclipse.jdt.core.compiler.debug.localVariable=generate | |||||
| org.eclipse.jdt.core.compiler.debug.sourceFile=generate | |||||
| org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | |||||
| org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | |||||
| org.eclipse.jdt.core.compiler.source=1.6 | |||||
| @ -0,0 +1,2 @@ | |||||
| eclipse.preferences.version=1 | |||||
| org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false | |||||
| @ -0,0 +1,329 @@ | |||||
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| package="BWP.MobileSale" | |||||
| android:versionCode="1" | |||||
| android:versionName="1.0" > | |||||
| <uses-sdk | |||||
| android:minSdkVersion="8" | |||||
| android:targetSdkVersion="15" /> | |||||
| <application | |||||
| android:name="SaleApplication" | |||||
| android:icon="@drawable/ic_launcher" | |||||
| android:label="@string/app_name" | |||||
| android:theme="@android:style/Theme.Black" | |||||
| android:debuggable="true" | |||||
| > | |||||
| <activity | |||||
| android:name=".LoginActivity" | |||||
| android:label="@string/app_name" | |||||
| > | |||||
| <intent-filter> | |||||
| <action android:name="android.intent.action.MAIN" /> | |||||
| <category android:name="android.intent.category.LAUNCHER" /> | |||||
| </intent-filter> | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".MainActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="@string/app_name" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".ClientUpdateActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="版本更新" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".ServerConfigActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="服务器设置" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".Order.OrderMainActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷手机订单" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".Order.OrderEditActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷订单系统-订单新建" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".Order.OrderSetUserProfileActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷订单系统-订单个性设置" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".Order.OrderDetailEditActivity" | |||||
| android:theme="@android:style/Theme.Dialog" | |||||
| android:windowSoftInputMode="stateVisible" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".SelectBuyerActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷系统-选择客户" | |||||
| android:screenOrientation="portrait" | |||||
| android:theme="@android:style/Theme.Dialog" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".SelectRemarkActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷系统-选择摘要" | |||||
| android:screenOrientation="portrait" | |||||
| android:theme="@android:style/Theme.Dialog" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".Order.OrderListActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷订单系统-订单列表" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".SelectGoodsActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷系统-选择存货" | |||||
| android:screenOrientation="portrait" | |||||
| android:theme="@android:style/Theme.Dialog" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".Return.ReturnMainActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷退货系统" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".Return.ReturnEditActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷退货系统-退货登记新建" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".Return.ReturnListActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷退货系统-退货登记列表" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".Return.ReturnSelectGoodsActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷退货系统-选择存货" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".Return.ReturnDetailEditActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:screenOrientation="portrait" | |||||
| android:theme="@android:style/Theme.Dialog" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".Return.SelectSaleOutStoreActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="退货登记-选择出库单" | |||||
| android:screenOrientation="portrait" | |||||
| android:theme="@android:style/Theme.Dialog" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".Return.ReturnSetUserProfileActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="退货登记-个性设置" | |||||
| android:screenOrientation="portrait" | |||||
| android:theme="@android:style/Theme.Dialog" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".Approval.ApprovalEditActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷审批系统-签呈" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".Approval.ApprovalListActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷审批系统-签呈列表" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".BranchOrder.BranchOrderMainActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷手机系统-门店日报列表" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".BranchOrder.BranchOrderEditActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷手机系统-门店日报修改" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".BreedLog.BreedLogEditActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷手机系统-养殖日志修改" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".BreedLog.BreedLogListActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷手机系统-养殖日志列表" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".UserMessageActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷系统-用户消息列表" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <service | |||||
| android:name=".UpdateService" | |||||
| android:enabled="true" > | |||||
| </service> | |||||
| <service android:name="CommandService" > | |||||
| </service> | |||||
| <activity android:name="UserMessageDetailActivity" | |||||
| android:label="青花瓷系统-用户消息" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".SelectBatchNoActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷系统-选择批号" | |||||
| android:screenOrientation="portrait" | |||||
| android:theme="@android:style/Theme.Dialog" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".SelectStoreActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷系统-选择仓库" | |||||
| android:screenOrientation="portrait" | |||||
| android:theme="@android:style/Theme.Dialog" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".SelectAccountingUnitActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷系统-选择会计单位" | |||||
| android:screenOrientation="portrait" | |||||
| android:theme="@android:style/Theme.Dialog" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".MobileAdjustGoodsBill.MobileAdjustGoodsBillMainActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷手机调货单" | |||||
| android:screenOrientation="portrait" | |||||
| > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".MobileAdjustGoodsBill.MobileAdjustGoodsBillEditActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷系统-手机调货单新建" | |||||
| android:screenOrientation="portrait" | |||||
| > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".MobileAdjustGoodsBill.MobileAdjustGoodsBillListActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷系统-手机调货单列表" | |||||
| android:screenOrientation="portrait" | |||||
| > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".MobileAdjustGoodsBill.MobileAdjustGoodsBillSetUserProfileActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷系统-手机调货单个性设置" | |||||
| android:screenOrientation="portrait" | |||||
| > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".MobileAdjustGoodsBill.MobileAdjustGoodsBillDetailEditActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:screenOrientation="portrait" | |||||
| android:theme="@android:style/Theme.Dialog" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".RemainGoods.RemainGoodsMainActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷门店留货单" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".RemainGoods.RemainGoodsEditActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷系统-门店留货单新建" | |||||
| android:screenOrientation="portrait" | |||||
| > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".RemainGoods.RemainGoodsListActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷系统-门店留货单列表" | |||||
| android:screenOrientation="portrait" | |||||
| > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".SaleOutStore.SaleOutStoreMainActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷系统-销售出库" | |||||
| android:screenOrientation="portrait" | |||||
| > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".SaleOutStore.SaleOutStoreListActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷系统-销售出库列表" | |||||
| android:screenOrientation="portrait" | |||||
| > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".SaleOutStore.SaleOutStoreEditActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷系统-销售出库编辑" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".ChinaPay.ChinaPayMainActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷系统-收付捷" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".ChinaPay.SetPayProfileActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷系统-付款个性设置" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".ChinaPay.PayActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷系统-订单付款" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| <activity | |||||
| android:name=".ChinaPay.PayListActivity" | |||||
| android:configChanges="orientation|keyboardHidden|keyboard" | |||||
| android:label="青花瓷系统-付款记录" | |||||
| android:screenOrientation="portrait" > | |||||
| </activity> | |||||
| </application> | |||||
| <uses-permission android:name="android.permission.INTERNET" /> | |||||
| <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> | |||||
| <uses-permission android:name="android.permission.READ_PHONE_STATE" /> | |||||
| </manifest> | |||||
| @ -0,0 +1,6 @@ | |||||
| /** Automatically generated file. DO NOT MODIFY */ | |||||
| package BWP.MobileSale; | |||||
| public final class BuildConfig { | |||||
| public final static boolean DEBUG = true; | |||||
| } | |||||
| @ -0,0 +1,404 @@ | |||||
| /* AUTO-GENERATED FILE. DO NOT MODIFY. | |||||
| * | |||||
| * This class was automatically generated by the | |||||
| * aapt tool from the resource data it found. It | |||||
| * should not be modified by hand. | |||||
| */ | |||||
| package BWP.MobileSale; | |||||
| public final class R { | |||||
| public static final class anim { | |||||
| public static final int push_left_in=0x7f040000; | |||||
| public static final int push_left_out=0x7f040001; | |||||
| public static final int push_right_in=0x7f040002; | |||||
| public static final int push_right_out=0x7f040003; | |||||
| } | |||||
| public static final class array { | |||||
| public static final int adjustgoodsbill_billstate=0x7f070003; | |||||
| public static final int chinapay_suc=0x7f070006; | |||||
| public static final int orderlist_OrderBy=0x7f070004; | |||||
| public static final int orderlist_billstate=0x7f070002; | |||||
| public static final int orderlist_search=0x7f070001; | |||||
| public static final int planets_array=0x7f070005; | |||||
| public static final int search_starred_options=0x7f070000; | |||||
| } | |||||
| public static final class attr { | |||||
| } | |||||
| public static final class color { | |||||
| public static final int backgroud=0x7f050004; | |||||
| public static final int gold=0x7f050003; | |||||
| public static final int red=0x7f050000; | |||||
| public static final int textColor=0x7f050005; | |||||
| public static final int transparent=0x7f050002; | |||||
| public static final int white=0x7f050001; | |||||
| } | |||||
| public static final class drawable { | |||||
| public static final int approval=0x7f020000; | |||||
| public static final int arrow=0x7f020001; | |||||
| public static final int badge_ifaux=0x7f020002; | |||||
| public static final int bg=0x7f020003; | |||||
| public static final int bg2=0x7f020004; | |||||
| public static final int bg3=0x7f020005; | |||||
| public static final int breedlog=0x7f020006; | |||||
| public static final int changepwd=0x7f020007; | |||||
| public static final int ic_action_search=0x7f020008; | |||||
| public static final int ic_launcher=0x7f020009; | |||||
| public static final int icon=0x7f02000a; | |||||
| public static final int logo1=0x7f02000b; | |||||
| public static final int only_checked_star_checkbox=0x7f02000c; | |||||
| public static final int order=0x7f02000d; | |||||
| public static final int outstore=0x7f02000e; | |||||
| public static final int pay=0x7f02000f; | |||||
| public static final int remaingoods=0x7f020010; | |||||
| public static final int returnrecord=0x7f020011; | |||||
| public static final int rijie=0x7f020012; | |||||
| public static final int star_checkbox=0x7f020013; | |||||
| public static final int star_checkbox_checked=0x7f020014; | |||||
| public static final int star_checkbox_normal=0x7f020015; | |||||
| } | |||||
| public static final class id { | |||||
| public static final int AdjustGoodsBill_Button_Date=0x7f0900a2; | |||||
| public static final int AdjustGoodsBill_Button_SelectGoods=0x7f0900a7; | |||||
| public static final int AdjustGoodsBill_Button_SelectRemark=0x7f0900a4; | |||||
| public static final int AdjustGoodsBill_Check=0x7f09009c; | |||||
| public static final int AdjustGoodsBill_Delete=0x7f09009d; | |||||
| public static final int AdjustGoodsBill_EditText_Remark=0x7f0900a3; | |||||
| public static final int AdjustGoodsBill_Return=0x7f09009a; | |||||
| public static final int AdjustGoodsBill_Save=0x7f09009b; | |||||
| public static final int AdjustGoodsBill_TextView_DetailCount=0x7f0900a5; | |||||
| public static final int AdjustGoodsBill_TextView_DetailNum=0x7f0900a6; | |||||
| public static final int AdjustInBuyerName=0x7f0900a0; | |||||
| public static final int AdjustOutBuyerName=0x7f09009e; | |||||
| public static final int ApprovalButton_Agree=0x7f09000b; | |||||
| public static final int ApprovalButton_Reject=0x7f09000c; | |||||
| public static final int ApprovalEditText_Opinion=0x7f09000d; | |||||
| public static final int ApprovalListView=0x7f090015; | |||||
| public static final int ApprovalTextView_ApprovalRecord=0x7f090011; | |||||
| public static final int Approval_Button_Return=0x7f090014; | |||||
| public static final int Approval_Button_WaitingApproval=0x7f090013; | |||||
| public static final int ApprovalextView_ApprovalContents=0x7f090010; | |||||
| public static final int BatchNo=0x7f090090; | |||||
| public static final int BatchNo_ID=0x7f090091; | |||||
| public static final int Button_Cancel=0x7f090004; | |||||
| public static final int Button_Date=0x7f090047; | |||||
| public static final int Button_EndDate=0x7f090067; | |||||
| public static final int Button_Main_MobileAdjustGoodsBillEdit=0x7f0900aa; | |||||
| public static final int Button_Main_MobileAdjustGoodsBillList=0x7f0900ab; | |||||
| public static final int Button_Main_MobileAdjustGoodsBillSetUserProfile=0x7f0900ac; | |||||
| public static final int Button_Main_OrderEdit=0x7f0900d3; | |||||
| public static final int Button_Main_OrderList=0x7f0900d4; | |||||
| public static final int Button_Main_OrderProfileSet=0x7f0900d5; | |||||
| public static final int Button_Main_RemainGoodsEdit=0x7f0900dd; | |||||
| public static final int Button_Main_RemainGoodsList=0x7f0900de; | |||||
| public static final int Button_Main_ReturnEdit=0x7f0900ee; | |||||
| public static final int Button_Main_ReturnList=0x7f0900ef; | |||||
| public static final int Button_Main_ReturnSetUserProfile=0x7f0900f0; | |||||
| public static final int Button_Main_saleoutstoreList=0x7f090106; | |||||
| public static final int Button_NextPage=0x7f09006a; | |||||
| public static final int Button_OK=0x7f090003; | |||||
| public static final int Button_Pay=0x7f090063; | |||||
| public static final int Button_PayList=0x7f090064; | |||||
| public static final int Button_PayProfileSet=0x7f090065; | |||||
| public static final int Button_Refresh=0x7f0900a9; | |||||
| public static final int Button_Return=0x7f090066; | |||||
| public static final int Button_Save=0x7f090107; | |||||
| public static final int Button_Search=0x7f0900f2; | |||||
| public static final int Button_SetUrl=0x7f090005; | |||||
| public static final int Button_UpPage=0x7f090069; | |||||
| public static final int Button_branchordermain_Return=0x7f090044; | |||||
| public static final int BuyerName=0x7f0900db; | |||||
| public static final int CheckBox=0x7f090092; | |||||
| public static final int CheckBox_AutoSave=0x7f090002; | |||||
| public static final int CheckBox_Star=0x7f090061; | |||||
| public static final int ChinaPay_DoPay=0x7f09007b; | |||||
| public static final int EditText_Number=0x7f090099; | |||||
| public static final int EditText_Password=0x7f090001; | |||||
| public static final int EditText_Price=0x7f0900b2; | |||||
| public static final int EditText_Remark=0x7f09008d; | |||||
| public static final int EditText_Search=0x7f0900f1; | |||||
| public static final int EditText_SecondNumber=0x7f0900b0; | |||||
| public static final int EditText_Url=0x7f09000a; | |||||
| public static final int EditText_Username=0x7f090000; | |||||
| public static final int Goods_Name=0x7f0900cc; | |||||
| public static final int LinearLayout=0x7f09000f; | |||||
| public static final int ListView=0x7f09006b; | |||||
| public static final int Money=0x7f090105; | |||||
| public static final int Number=0x7f0900cd; | |||||
| public static final int Order_Button_Check=0x7f0900b9; | |||||
| public static final int Order_Button_Date=0x7f0900c6; | |||||
| public static final int Order_Button_Delete=0x7f0900bb; | |||||
| public static final int Order_Button_Return=0x7f0900b7; | |||||
| public static final int Order_Button_Save=0x7f0900b8; | |||||
| public static final int Order_Button_SelectAccountingUnit=0x7f0900be; | |||||
| public static final int Order_Button_SelectBuyer=0x7f0900c3; | |||||
| public static final int Order_Button_SelectGoods=0x7f0900cb; | |||||
| public static final int Order_Button_SelectRemark=0x7f0900c9; | |||||
| public static final int Order_Button_SelectStore=0x7f0900c1; | |||||
| public static final int Order_Button_UnCheck=0x7f0900ba; | |||||
| public static final int Order_EditText_Remark=0x7f0900c7; | |||||
| public static final int Order_ListView=0x7f0900a8; | |||||
| public static final int Order_SetUser_Ruturn=0x7f09007a; | |||||
| public static final int Order_SetUser_Save=0x7f09007c; | |||||
| public static final int Order_TextView_AccountingUnit=0x7f0900bd; | |||||
| public static final int Order_TextView_Balance=0x7f0900c5; | |||||
| public static final int Order_TextView_BuyerCode=0x7f090103; | |||||
| public static final int Order_TextView_BuyerName=0x7f0900c2; | |||||
| public static final int Order_TextView_DetailCount=0x7f0900ca; | |||||
| public static final int Order_TextView_Remark=0x7f0900c8; | |||||
| public static final int Order_TextView_Store=0x7f0900c0; | |||||
| public static final int Order_TextView_WrappageAllNum=0x7f090104; | |||||
| public static final int Price=0x7f0900cf; | |||||
| public static final int ProgressBar=0x7f090081; | |||||
| public static final int Return_Button_Check=0x7f0900e0; | |||||
| public static final int Return_Button_Date=0x7f0900e6; | |||||
| public static final int Return_Button_Delete=0x7f0900e1; | |||||
| public static final int Return_Button_SaleOutStore=0x7f0900e5; | |||||
| public static final int Return_Button_Save=0x7f0900df; | |||||
| public static final int Return_Button_SelectBuyer=0x7f0900e3; | |||||
| public static final int Return_Button_SelectGoods=0x7f0900ec; | |||||
| public static final int Return_Button_SelectRemark=0x7f0900e9; | |||||
| public static final int Return_EditText_Remark=0x7f0900e7; | |||||
| public static final int Return_ListView=0x7f0900ed; | |||||
| public static final int Return_SetUser_Ruturn=0x7f0900fc; | |||||
| public static final int Return_SetUser_Save=0x7f0900fd; | |||||
| public static final int Return_TextView_BuyerName=0x7f0900e2; | |||||
| public static final int Return_TextView_DetailCount=0x7f0900ea; | |||||
| public static final int Return_TextView_DetailNum=0x7f0900eb; | |||||
| public static final int Return_TextView_Remark=0x7f0900e8; | |||||
| public static final int Return_TextView_SaleOutStore=0x7f0900e4; | |||||
| public static final int SaleOutStore_Button_Cancel=0x7f0900f7; | |||||
| public static final int SaleOutStore_Button_OK=0x7f0900f6; | |||||
| public static final int SaleOutStore_Button_Search=0x7f0900f4; | |||||
| public static final int SaleOutStore_EditText_Search=0x7f0900f3; | |||||
| public static final int SaleOutStore_ListView=0x7f0900f5; | |||||
| public static final int SecondNumber=0x7f0900ce; | |||||
| public static final int SelectAdjustInBuyer=0x7f0900a1; | |||||
| public static final int SelectAdjustOutBuyer=0x7f09009f; | |||||
| public static final int SelectBatchNo=0x7f09008f; | |||||
| public static final int SelectBuyer=0x7f0900dc; | |||||
| public static final int Spinner_BillStateFilter=0x7f090045; | |||||
| public static final int Spinner_Filter=0x7f090046; | |||||
| public static final int Spinner_OrderBy=0x7f0900d0; | |||||
| public static final int Spinner_suc=0x7f090068; | |||||
| public static final int TextView1=0x7f09006c; | |||||
| public static final int TextView2=0x7f09006f; | |||||
| public static final int TextView3=0x7f09006e; | |||||
| public static final int TextView6=0x7f09006d; | |||||
| public static final int TextViewID=0x7f09010d; | |||||
| public static final int TextView_4=0x7f090070; | |||||
| public static final int TextView_5=0x7f090071; | |||||
| public static final int TextView_BillDate=0x7f090041; | |||||
| public static final int TextView_BillState=0x7f0900d2; | |||||
| public static final int TextView_Buyer=0x7f090042; | |||||
| public static final int TextView_Category=0x7f09010b; | |||||
| public static final int TextView_Code=0x7f090062; | |||||
| public static final int TextView_Content=0x7f09010c; | |||||
| public static final int TextView_Date=0x7f0900d1; | |||||
| public static final int TextView_DiffReadyMoney=0x7f090040; | |||||
| public static final int TextView_Goods_Name=0x7f090098; | |||||
| public static final int TextView_ID=0x7f09003f; | |||||
| public static final int TextView_Name=0x7f090018; | |||||
| public static final int TextView_PolicyPrice=0x7f0900b6; | |||||
| public static final int TextView_Progress=0x7f090080; | |||||
| public static final int TextView_SecondNum=0x7f090084; | |||||
| public static final int TextView_SecondNumber=0x7f0900af; | |||||
| public static final int TextView_Sender=0x7f090109; | |||||
| public static final int TextView_SenderTime=0x7f09010a; | |||||
| public static final int TextView_SentTime=0x7f09010e; | |||||
| public static final int TextView_TodayLoadMoney=0x7f090043; | |||||
| public static final int ViewFlipper1=0x7f090012; | |||||
| public static final int accountingUnitUI=0x7f0900bc; | |||||
| public static final int approvalStaffView=0x7f090016; | |||||
| public static final int approvalTitleView=0x7f090017; | |||||
| public static final int balanceLayout=0x7f0900c4; | |||||
| public static final int batchNoLayout=0x7f0900b4; | |||||
| public static final int branchorder_billdate=0x7f09001d; | |||||
| public static final int branchorder_btnreturn=0x7f090019; | |||||
| public static final int branchorder_btnsave=0x7f09001a; | |||||
| public static final int branchorder_buyername=0x7f09001b; | |||||
| public static final int branchorder_deptname=0x7f09001c; | |||||
| public static final int branchorder_edit_BaiduWaimai=0x7f090032; | |||||
| public static final int branchorder_edit_Changduan=0x7f090030; | |||||
| public static final int branchorder_edit_Eleme=0x7f090033; | |||||
| public static final int branchorder_edit_EmptyBoxNumber=0x7f09003c; | |||||
| public static final int branchorder_edit_LoadBoxNumber=0x7f09003a; | |||||
| public static final int branchorder_edit_MeituanWaimai=0x7f090031; | |||||
| public static final int branchorder_edit_Nuomi=0x7f09002e; | |||||
| public static final int branchorder_edit_RemainMoney=0x7f09003d; | |||||
| public static final int branchorder_edit_Shoukuanka=0x7f09002f; | |||||
| public static final int branchorder_edit_benrijine=0x7f090034; | |||||
| public static final int branchorder_edit_changkuan=0x7f090037; | |||||
| public static final int branchorder_edit_chuzhika=0x7f090036; | |||||
| public static final int branchorder_edit_dzdp=0x7f09002d; | |||||
| public static final int branchorder_edit_fanli=0x7f090028; | |||||
| public static final int branchorder_edit_huiyuanka=0x7f090038; | |||||
| public static final int branchorder_edit_jiesuandan=0x7f090029; | |||||
| public static final int branchorder_edit_tiaohuo=0x7f090025; | |||||
| public static final int branchorder_edit_tihuojuan=0x7f090027; | |||||
| public static final int branchorder_edit_wx=0x7f09002b; | |||||
| public static final int branchorder_edit_xianjin=0x7f09002a; | |||||
| public static final int branchorder_edit_yinhangshuaka=0x7f090026; | |||||
| public static final int branchorder_edit_youhuijuan=0x7f090039; | |||||
| public static final int branchorder_edit_zfb=0x7f09002c; | |||||
| public static final int branchorder_edit_zhaiyao=0x7f09003e; | |||||
| public static final int branchorder_edit_zhidanren=0x7f090035; | |||||
| public static final int branchorder_leftmoney=0x7f09001f; | |||||
| public static final int branchorder_shijifahuo=0x7f090022; | |||||
| public static final int branchorder_sunhao=0x7f090021; | |||||
| public static final int branchorder_sunhaolv=0x7f090020; | |||||
| public static final int branchorder_todaymoney=0x7f09001e; | |||||
| public static final int branchorder_todaysale=0x7f090023; | |||||
| public static final int branchorder_yestodayleftmoney=0x7f090024; | |||||
| public static final int breedlog_edit_account=0x7f09004b; | |||||
| public static final int breedlog_edit_batch=0x7f09004d; | |||||
| public static final int breedlog_edit_btnnew=0x7f090049; | |||||
| public static final int breedlog_edit_btnsave=0x7f09004a; | |||||
| public static final int breedlog_edit_cage=0x7f09004e; | |||||
| public static final int breedlog_edit_date=0x7f09004f; | |||||
| public static final int breedlog_edit_deadgong=0x7f090050; | |||||
| public static final int breedlog_edit_deadmu=0x7f090051; | |||||
| public static final int breedlog_edit_drinkwater=0x7f090055; | |||||
| public static final int breedlog_edit_eattime=0x7f090054; | |||||
| public static final int breedlog_edit_factory=0x7f09004c; | |||||
| public static final int breedlog_edit_taotaigong=0x7f090052; | |||||
| public static final int breedlog_edit_taotaimu=0x7f090053; | |||||
| public static final int breedlog_list_btn_new=0x7f090056; | |||||
| public static final int breedlog_list_btn_return=0x7f090059; | |||||
| public static final int breedlog_list_item_textviewaccount=0x7f09005c; | |||||
| public static final int breedlog_list_item_textviewbatch=0x7f09005f; | |||||
| public static final int breedlog_list_item_textviewcage=0x7f090060; | |||||
| public static final int breedlog_list_item_textviewdate=0x7f09005d; | |||||
| public static final int breedlog_list_item_textviewfactory=0x7f09005e; | |||||
| public static final int breedlog_list_item_textviewid=0x7f09005b; | |||||
| public static final int breedlog_list_listview=0x7f09005a; | |||||
| public static final int breedlog_list_spinnerbillstate=0x7f090057; | |||||
| public static final int breedlog_list_spinnersearch=0x7f090058; | |||||
| public static final int chinapay_accmoney=0x7f090079; | |||||
| public static final int chinapay_fee=0x7f090078; | |||||
| public static final int chinapay_money=0x7f090077; | |||||
| public static final int downrefreshlist=0x7f090048; | |||||
| public static final int goodsNum=0x7f090087; | |||||
| public static final int goodsPolicyPrice=0x7f09008b; | |||||
| public static final int goodsPrice=0x7f090089; | |||||
| public static final int goodsSecondNum=0x7f090085; | |||||
| public static final int head_arrowImageView=0x7f090094; | |||||
| public static final int head_contentLayout=0x7f090093; | |||||
| public static final int head_lastUpdatedTextView=0x7f090097; | |||||
| public static final int head_progressBar=0x7f090095; | |||||
| public static final int head_tipsTextView=0x7f090096; | |||||
| public static final int main_button_changepassword=0x7f090009; | |||||
| public static final int main_button_order=0x7f090006; | |||||
| public static final int main_button_quote=0x7f090008; | |||||
| public static final int main_button_return=0x7f090007; | |||||
| public static final int mobileadjustgoodsbill_SetUser_Ruturn=0x7f0900ad; | |||||
| public static final int mobileadjustgoodsbill_SetUser_Save=0x7f0900ae; | |||||
| public static final int order_setuser_setBankID=0x7f09007d; | |||||
| public static final int order_setuser_setCarNo=0x7f090074; | |||||
| public static final int order_setuser_setCardType=0x7f09007e; | |||||
| public static final int order_setuser_setCerID=0x7f090076; | |||||
| public static final int order_setuser_setCerType=0x7f09007f; | |||||
| public static final int order_setuser_setOrderCarriageManner=0x7f0900d9; | |||||
| public static final int order_setuser_setOrderFarePayer=0x7f0900da; | |||||
| public static final int order_setuser_setPayUserName=0x7f090075; | |||||
| public static final int order_setuser_setSaleType=0x7f0900d8; | |||||
| public static final int order_setuser_setSystemSign=0x7f0900d6; | |||||
| public static final int order_setuser_setTakeGoods_Type=0x7f0900d7; | |||||
| public static final int order_setuser_setaccountunit=0x7f090072; | |||||
| public static final int order_setuser_sethheadoffice=0x7f090073; | |||||
| public static final int policyPriceLayout=0x7f0900b5; | |||||
| public static final int priceLayout=0x7f0900b1; | |||||
| public static final int ranchorder_edit_ReturnBoxNumber=0x7f09003b; | |||||
| public static final int remarkLayout=0x7f0900b3; | |||||
| public static final int return_selectsaleoutstore_listview_check=0x7f0900fb; | |||||
| public static final int return_selectsaleoutstore_listview_goodsname=0x7f0900f9; | |||||
| public static final int return_selectsaleoutstore_listview_id=0x7f0900f8; | |||||
| public static final int return_selectsaleoutstore_listview_price=0x7f0900fa; | |||||
| public static final int return_setuser_setaccountunit=0x7f090101; | |||||
| public static final int return_setuser_setdept=0x7f0900fe; | |||||
| public static final int return_setuser_sethandletype=0x7f090102; | |||||
| public static final int return_setuser_setreturntype=0x7f090100; | |||||
| public static final int return_setuser_setstore=0x7f0900ff; | |||||
| public static final int storeUI=0x7f0900bf; | |||||
| public static final int sv=0x7f09000e; | |||||
| public static final int tableLayout1=0x7f090082; | |||||
| public static final int tableRow1=0x7f090086; | |||||
| public static final int tableRow11=0x7f090083; | |||||
| public static final int tableRow2=0x7f090088; | |||||
| public static final int tableRow3=0x7f09008a; | |||||
| public static final int tableRow4=0x7f09008e; | |||||
| public static final int tableRow5=0x7f09008c; | |||||
| public static final int userMessageListView=0x7f090108; | |||||
| } | |||||
| public static final class layout { | |||||
| public static final int activity_login=0x7f030000; | |||||
| public static final int activity_main=0x7f030001; | |||||
| public static final int activity_serverconfig=0x7f030002; | |||||
| public static final int approval_edit=0x7f030003; | |||||
| public static final int approval_edit_flipper=0x7f030004; | |||||
| public static final int approval_list=0x7f030005; | |||||
| public static final int approval_list_item=0x7f030006; | |||||
| public static final int batchno_select_item=0x7f030007; | |||||
| public static final int branchorder_edit=0x7f030008; | |||||
| public static final int branchorder_listinner=0x7f030009; | |||||
| public static final int branchorder_main=0x7f03000a; | |||||
| public static final int breedlog_edit=0x7f03000b; | |||||
| public static final int breedlog_list=0x7f03000c; | |||||
| public static final int breedlog_list_item=0x7f03000d; | |||||
| public static final int buyer_select_item=0x7f03000e; | |||||
| public static final int chianpay_main=0x7f03000f; | |||||
| public static final int chinapay_list=0x7f030010; | |||||
| public static final int chinapay_list_item=0x7f030011; | |||||
| public static final int chinapay_pay=0x7f030012; | |||||
| public static final int chinapay_setuserprofile=0x7f030013; | |||||
| public static final int client_update=0x7f030014; | |||||
| public static final int edittext=0x7f030015; | |||||
| public static final int goods_multiselect_item=0x7f030016; | |||||
| public static final int head=0x7f030017; | |||||
| public static final int mobileadjustgoodsbill_detail_edit=0x7f030018; | |||||
| public static final int mobileadjustgoodsbill_edit=0x7f030019; | |||||
| public static final int mobileadjustgoodsbill_list=0x7f03001a; | |||||
| public static final int mobileadjustgoodsbill_main=0x7f03001b; | |||||
| public static final int mobileadjustgoodsbill_setuserprofile=0x7f03001c; | |||||
| public static final int order_detail_edit=0x7f03001d; | |||||
| public static final int order_edit=0x7f03001e; | |||||
| public static final int order_edit_detail_list_item=0x7f03001f; | |||||
| public static final int order_list=0x7f030020; | |||||
| public static final int order_list_item=0x7f030021; | |||||
| public static final int order_main=0x7f030022; | |||||
| public static final int order_setuserprofile=0x7f030023; | |||||
| public static final int remaingoods_edit=0x7f030024; | |||||
| public static final int remaingoods_list=0x7f030025; | |||||
| public static final int remaingoods_main=0x7f030026; | |||||
| public static final int return_detail_edit=0x7f030027; | |||||
| public static final int return_edit=0x7f030028; | |||||
| public static final int return_edit_detail_list_item=0x7f030029; | |||||
| public static final int return_list=0x7f03002a; | |||||
| public static final int return_main=0x7f03002b; | |||||
| public static final int return_selectgoods=0x7f03002c; | |||||
| public static final int return_selectsaleoutstore=0x7f03002d; | |||||
| public static final int return_selectsaleoutstore_listview=0x7f03002e; | |||||
| public static final int return_setuserprofile=0x7f03002f; | |||||
| public static final int saleoutstore_edit=0x7f030030; | |||||
| public static final int saleoutstore_edit_detail_list_item=0x7f030031; | |||||
| public static final int saleoutstore_list=0x7f030032; | |||||
| public static final int saleoutstore_list_item=0x7f030033; | |||||
| public static final int saleoutstore_main=0x7f030034; | |||||
| public static final int selectbatchno=0x7f030035; | |||||
| public static final int selectbuyer=0x7f030036; | |||||
| public static final int selectgoods=0x7f030037; | |||||
| public static final int selectremark=0x7f030038; | |||||
| public static final int usermassage=0x7f030039; | |||||
| public static final int usermassage_detail=0x7f03003a; | |||||
| public static final int usermessage_list_item=0x7f03003b; | |||||
| } | |||||
| public static final class string { | |||||
| public static final int app_name=0x7f060000; | |||||
| public static final int createTable_ClientBuyer=0x7f060002; | |||||
| public static final int createTable_ClientGoods=0x7f060001; | |||||
| public static final int sql_createServerHistory=0x7f060003; | |||||
| } | |||||
| public static final class style { | |||||
| public static final int AppTheme=0x7f080000; | |||||
| } | |||||
| } | |||||
| @ -0,0 +1,6 @@ | |||||
| <?xml version="1.0" encoding="UTF-8"?> | |||||
| <lint> | |||||
| <issue id="HardcodedDebugMode"> | |||||
| <ignore path="AndroidManifest.xml" /> | |||||
| </issue> | |||||
| </lint> | |||||
| @ -0,0 +1,20 @@ | |||||
| # To enable ProGuard in your project, edit project.properties | |||||
| # to define the proguard.config property as described in that file. | |||||
| # | |||||
| # Add project specific ProGuard rules here. | |||||
| # By default, the flags in this file are appended to flags specified | |||||
| # in ${sdk.dir}/tools/proguard/proguard-android.txt | |||||
| # You can edit the include path and order by changing the ProGuard | |||||
| # include property in project.properties. | |||||
| # | |||||
| # For more details, see | |||||
| # http://developer.android.com/guide/developing/tools/proguard.html | |||||
| # Add any project specific keep options here: | |||||
| # If your project uses WebView with JS, uncomment the following | |||||
| # and specify the fully qualified class name to the JavaScript interface | |||||
| # class: | |||||
| #-keepclassmembers class fqcn.of.javascript.interface.for.webview { | |||||
| # public *; | |||||
| #} | |||||
| @ -0,0 +1,14 @@ | |||||
| # This file is automatically generated by Android Tools. | |||||
| # Do not modify this file -- YOUR CHANGES WILL BE ERASED! | |||||
| # | |||||
| # This file must be checked in Version Control Systems. | |||||
| # | |||||
| # To customize properties used by the Ant build system edit | |||||
| # "ant.properties", and override values to adapt the script to your | |||||
| # project structure. | |||||
| # | |||||
| # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): | |||||
| #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt | |||||
| # Project target. | |||||
| target=android-10 | |||||
| @ -0,0 +1,7 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <set xmlns:android="http://schemas.android.com/apk/res/android"> | |||||
| <translate android:fromXDelta="100%p" android:toXDelta="0" | |||||
| android:duration="500" /> | |||||
| <alpha android:fromAlpha="0.1" android:toAlpha="1.0" | |||||
| android:duration="500" /> | |||||
| </set> | |||||
| @ -0,0 +1,7 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <set xmlns:android="http://schemas.android.com/apk/res/android"> | |||||
| <translate android:fromXDelta="0" android:toXDelta="-100%p" | |||||
| android:duration="500" /> | |||||
| <alpha android:fromAlpha="1.0" android:toAlpha="0.1" | |||||
| android:duration="500" /> | |||||
| </set> | |||||
| @ -0,0 +1,7 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <set xmlns:android="http://schemas.android.com/apk/res/android"> | |||||
| <translate android:fromXDelta="-100%p" android:toXDelta="0" | |||||
| android:duration="500" /> | |||||
| <alpha android:fromAlpha="0.1" android:toAlpha="1.0" | |||||
| android:duration="500" /> | |||||
| </set> | |||||
| @ -0,0 +1,8 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <set xmlns:android="http://schemas.android.com/apk/res/android"> | |||||
| <translate android:fromXDelta="0" android:toXDelta="100%p" | |||||
| android:duration="500" /> | |||||
| <alpha android:fromAlpha="1.0" android:toAlpha="0.1" | |||||
| android:duration="500" /> | |||||
| </set> | |||||
| @ -0,0 +1,4 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <selector xmlns:android="http://schemas.android.com/apk/res/android"> | |||||
| <item android:drawable="@drawable/star_checkbox_checked" android:state_checked="true"/> | |||||
| </selector> | |||||
| @ -0,0 +1,5 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <selector xmlns:android="http://schemas.android.com/apk/res/android"> | |||||
| <item android:state_checked="true" android:drawable="@drawable/star_checkbox_checked" /> | |||||
| <item android:state_checked="false" android:drawable="@drawable/star_checkbox_normal" /> | |||||
| </selector> | |||||
| @ -0,0 +1,69 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="用户名" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <EditText | |||||
| android:id="@+id/EditText_Username" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:hint="用户名" | |||||
| android:inputType="textPersonName" > | |||||
| <requestFocus /> | |||||
| </EditText> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="密码" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <EditText | |||||
| android:id="@+id/EditText_Password" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:hint="密码" | |||||
| android:inputType="textPassword" /> | |||||
| <CheckBox | |||||
| android:id="@+id/CheckBox_AutoSave" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="自动保存密码" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_gravity="clip_horizontal" > | |||||
| <Button | |||||
| android:id="@+id/Button_OK" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:text="登录" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Cancel" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:text="取消" /> | |||||
| <Button | |||||
| android:id="@+id/Button_SetUrl" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="设置" | |||||
| /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,32 @@ | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| xmlns:tools="http://schemas.android.com/tools" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <Button | |||||
| android:id="@+id/main_button_order" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="手机订单"/> | |||||
| <Button | |||||
| android:id="@+id/main_button_return" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="手机退货"/> | |||||
| <Button | |||||
| android:id="@+id/main_button_quote" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="门店日结"/> | |||||
| <Button | |||||
| android:id="@+id/main_button_changepassword" | |||||
| android:layout_width="fill_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="修改密码" /> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,53 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="服务器地址:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <EditText | |||||
| android:id="@+id/EditText_Url" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <requestFocus /> | |||||
| </EditText> | |||||
| <!-- | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="订单列表每页显示条数:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <EditText | |||||
| android:id="@+id/EditText_PageCount" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <requestFocus /> | |||||
| </EditText> | |||||
| --> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <Button | |||||
| android:id="@+id/Button_OK" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:text="确定" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Cancel" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:text="取消" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,71 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <!-- 使EditText不自动得到焦点 --> | |||||
| <LinearLayout | |||||
| android:layout_width="0px" | |||||
| android:layout_height="0px" | |||||
| android:focusable="true" | |||||
| android:focusableInTouchMode="true" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <Button | |||||
| android:id="@+id/ApprovalButton_Agree" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="同意" /> | |||||
| <Button | |||||
| android:id="@+id/ApprovalButton_Reject" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="驳回" /> | |||||
| <EditText | |||||
| android:id="@+id/ApprovalEditText_Opinion" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" > | |||||
| </EditText> | |||||
| </LinearLayout> | |||||
| <ScrollView | |||||
| android:id="@+id/sv" | |||||
| android:layout_width="fill_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <LinearLayout | |||||
| android:id="@+id/LinearLayout" | |||||
| android:layout_width="fill_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="vertical" > | |||||
| <TextView | |||||
| android:id="@+id/ApprovalextView_ApprovalContents" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:textColor="@color/textColor" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="35dp" | |||||
| android:text=" " | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/ApprovalTextView_ApprovalRecord" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:textColor="@color/textColor" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| </LinearLayout> | |||||
| </ScrollView> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,12 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:orientation="vertical" | |||||
| android:layout_width="fill_parent" | |||||
| android:layout_height="fill_parent" | |||||
| > | |||||
| <ViewFlipper android:id="@+id/ViewFlipper1" | |||||
| android:layout_width="fill_parent" | |||||
| android:layout_height="fill_parent"> | |||||
| </ViewFlipper> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,49 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="0px" | |||||
| android:layout_height="0px" | |||||
| android:focusable="true" | |||||
| android:focusableInTouchMode="true" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <Button | |||||
| android:id="@+id/Approval_Button_WaitingApproval" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="待审" /> | |||||
| <!-- | |||||
| <Button | |||||
| android:id="@+id/Approval_Button_More" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="更多" /> | |||||
| --> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Button | |||||
| android:id="@+id/Approval_Button_Return" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="返回" /> | |||||
| </LinearLayout> | |||||
| <ListView | |||||
| android:id="@+id/ApprovalListView" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| </ListView> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,42 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <TextView | |||||
| android:id="@+id/approvalStaffView" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="Staff" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:id="@+id/approvalTitleView" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="Title" | |||||
| android:textColor="@color/textColor" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,16 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" | |||||
| > | |||||
| <TextView | |||||
| android:id="@+id/TextView_Name" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="Large Text" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" | |||||
| /> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,774 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="fill_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:focusable="true" | |||||
| android:focusableInTouchMode="true" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <Button | |||||
| android:id="@+id/branchorder_btnreturn" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="返回" /> | |||||
| <Button | |||||
| android:id="@+id/branchorder_btnsave" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="保存" /> | |||||
| </LinearLayout> | |||||
| <!-- 购货客户 --> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="购货客户:" /> | |||||
| <TextView | |||||
| android:id="@+id/branchorder_buyername" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="部 门:" /> | |||||
| <TextView | |||||
| android:id="@+id/branchorder_deptname" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="wrap_content" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="制单日期:" /> | |||||
| <TextView | |||||
| android:id="@+id/branchorder_billdate" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="wrap_content" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| <!-- 昨日余额 --> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="本日发货:" /> | |||||
| <TextView | |||||
| android:id="@+id/branchorder_todaymoney" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="wrap_content" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="摊点退货:" /> | |||||
| <TextView | |||||
| android:id="@+id/branchorder_leftmoney" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="wrap_content" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="损 耗 率:" /> | |||||
| <TextView | |||||
| android:id="@+id/branchorder_sunhaolv" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="wrap_content" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="损 耗:" /> | |||||
| <TextView | |||||
| android:id="@+id/branchorder_sunhao" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="wrap_content" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| <!-- 损耗 --> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="实际发货:" /> | |||||
| <TextView | |||||
| android:id="@+id/branchorder_shijifahuo" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="wrap_content" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="本日销售:" /> | |||||
| <TextView | |||||
| android:id="@+id/branchorder_todaysale" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="wrap_content" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="昨日库存:" /> | |||||
| <TextView | |||||
| android:id="@+id/branchorder_yestodayleftmoney" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="wrap_content" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="调 货:" /> | |||||
| <EditText | |||||
| android:id="@+id/branchorder_edit_tiaohuo" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="银行刷卡:" /> | |||||
| <EditText | |||||
| android:id="@+id/branchorder_edit_yinhangshuaka" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="提 货 券:" /> | |||||
| <EditText | |||||
| android:id="@+id/branchorder_edit_tihuojuan" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="返 利:" /> | |||||
| <EditText | |||||
| android:id="@+id/branchorder_edit_fanli" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="结 算 单:" /> | |||||
| <EditText | |||||
| android:id="@+id/branchorder_edit_jiesuandan" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="现 金:" /> | |||||
| <EditText | |||||
| android:id="@+id/branchorder_edit_xianjin" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="微 信:" /> | |||||
| <EditText | |||||
| android:id="@+id/branchorder_edit_wx" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="支 付 宝:" /> | |||||
| <EditText | |||||
| android:id="@+id/branchorder_edit_zfb" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="美团团购:" /> | |||||
| <EditText | |||||
| android:id="@+id/branchorder_edit_dzdp" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="百度糯米:" /> | |||||
| <EditText | |||||
| android:id="@+id/branchorder_edit_Nuomi" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="收 款 卡:" /> | |||||
| <EditText | |||||
| android:id="@+id/branchorder_edit_Shoukuanka" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="长 短 款:" /> | |||||
| <EditText | |||||
| android:id="@+id/branchorder_edit_Changduan" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="美团外卖:" /> | |||||
| <EditText | |||||
| android:id="@+id/branchorder_edit_MeituanWaimai" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="百度外卖:" /> | |||||
| <EditText | |||||
| android:id="@+id/branchorder_edit_BaiduWaimai" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="饿 了 么:" /> | |||||
| <EditText | |||||
| android:id="@+id/branchorder_edit_Eleme" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="本日库存:" /> | |||||
| <EditText | |||||
| android:id="@+id/branchorder_edit_benrijine" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="制 单 人:" /> | |||||
| <EditText | |||||
| android:id="@+id/branchorder_edit_zhidanren" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="储 值 卡:" /> | |||||
| <EditText | |||||
| android:id="@+id/branchorder_edit_chuzhika" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="长 款:" /> | |||||
| <EditText | |||||
| android:id="@+id/branchorder_edit_changkuan" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="会 员 卡:" /> | |||||
| <EditText | |||||
| android:id="@+id/branchorder_edit_huiyuanka" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="优 惠 券:" /> | |||||
| <EditText | |||||
| android:id="@+id/branchorder_edit_youhuijuan" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="发货箱数:" /> | |||||
| <TextView | |||||
| android:id="@+id/branchorder_edit_LoadBoxNumber" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="退货箱数:" /> | |||||
| <EditText | |||||
| android:id="@+id/ranchorder_edit_ReturnBoxNumber" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="空 箱 数:" /> | |||||
| <EditText | |||||
| android:id="@+id/branchorder_edit_EmptyBoxNumber" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="留货金额:" /> | |||||
| <TextView | |||||
| android:id="@+id/branchorder_edit_RemainMoney" | |||||
| android:layout_width="90dip" | |||||
| android:layout_height="36dip" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="摘 要:" /> | |||||
| <EditText | |||||
| android:id="@+id/branchorder_edit_zhaiyao" | |||||
| android:layout_width="250dip" | |||||
| android:layout_height="36dip" | |||||
| android:textSize="12dip" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| </ScrollView> | |||||
| @ -0,0 +1,96 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="NO." | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" | |||||
| android:textSize="14dp" /> | |||||
| <TextView | |||||
| android:id="@+id/TextView_ID" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" | |||||
| android:textSize="14dp" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text=" 现金差异:" | |||||
| android:textColor="@color/red" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" | |||||
| android:textSize="14dp" /> | |||||
| <TextView | |||||
| android:id="@+id/TextView_DiffReadyMoney" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:textColor="@color/red" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" | |||||
| android:textSize="14dp" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text=" " | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" | |||||
| android:textSize="14dp" /> | |||||
| <TextView | |||||
| android:id="@+id/TextView_BillDate" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" | |||||
| android:textSize="14dp" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:id="@+id/TextView_Buyer" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" | |||||
| android:textSize="14dp" /> | |||||
| <!-- | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text=" 摊点剩货:" | |||||
| android:textSize="14dp" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/TextView_LeftMoney" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:textSize="14dp" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" | |||||
| />--> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text=" 本日发货:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" | |||||
| android:textSize="14dp" /> | |||||
| <TextView | |||||
| android:id="@+id/TextView_TodayLoadMoney" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" | |||||
| android:textSize="14dp" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,56 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <Button | |||||
| android:id="@+id/Button_branchordermain_Return" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="返回" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Spinner | |||||
| android:id="@+id/Spinner_BillStateFilter" | |||||
| android:layout_width="90dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:entries="@array/orderlist_billstate" /> | |||||
| <Spinner | |||||
| android:id="@+id/Spinner_Filter" | |||||
| android:layout_width="90dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:entries="@array/orderlist_search" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Date" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:hint="制单日期" | |||||
| android:text="" /> | |||||
| </LinearLayout> | |||||
| <!-- | |||||
| <ListView | |||||
| android:id="@+id/list" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| </ListView> | |||||
| --> | |||||
| <BWP.MobileSale.Ui.DownRefreshListView | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:id="@+id/downrefreshlist" | |||||
| /> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,247 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="fill_parent" | |||||
| android:layout_height="fill_parent" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="0px" | |||||
| android:layout_height="0px" | |||||
| android:focusable="true" | |||||
| android:focusableInTouchMode="true" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <Button | |||||
| android:id="@+id/breedlog_edit_btnnew" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="新建" /> | |||||
| <Button | |||||
| android:id="@+id/breedlog_edit_btnsave" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="保存" /> | |||||
| </LinearLayout> | |||||
| <ScrollView | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| > | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="会计单位:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <Spinner | |||||
| android:id="@+id/breedlog_edit_account" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_marginRight="5dp" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="养 殖 场:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <Spinner | |||||
| android:id="@+id/breedlog_edit_factory" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_marginRight="5dp" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="批 次:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <Spinner | |||||
| android:id="@+id/breedlog_edit_batch" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_marginRight="5dp" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="禽 舍:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <Spinner | |||||
| android:id="@+id/breedlog_edit_cage" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_marginRight="5dp" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="日 期:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/breedlog_edit_date" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_marginRight="5dp" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="♂ 死 亡:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <EditText | |||||
| android:id="@+id/breedlog_edit_deadgong" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_marginRight="5dp" > | |||||
| </EditText> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="♀ 死 亡:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <EditText | |||||
| android:id="@+id/breedlog_edit_deadmu" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_marginRight="5dp" > | |||||
| </EditText> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="♂ 淘 汰:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <EditText | |||||
| android:id="@+id/breedlog_edit_taotaigong" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_marginRight="5dp" > | |||||
| </EditText> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="♀ 淘 汰:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <EditText | |||||
| android:id="@+id/breedlog_edit_taotaimu" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_marginRight="5dp" > | |||||
| </EditText> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="吃料时间:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <EditText | |||||
| android:id="@+id/breedlog_edit_eattime" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_marginRight="5dp" > | |||||
| </EditText> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="饮 水 量:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <EditText | |||||
| android:id="@+id/breedlog_edit_drinkwater" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_marginRight="5dp" > | |||||
| </EditText> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| </ScrollView> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,50 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="0px" | |||||
| android:layout_height="0px" | |||||
| android:focusable="true" | |||||
| android:focusableInTouchMode="true" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <Button | |||||
| android:id="@+id/breedlog_list_btn_new" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="新建" /> | |||||
| <Spinner | |||||
| android:id="@+id/breedlog_list_spinnerbillstate" | |||||
| android:layout_width="90dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:entries="@array/orderlist_billstate" /> | |||||
| <Spinner | |||||
| android:id="@+id/breedlog_list_spinnersearch" | |||||
| android:layout_width="90dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:entries="@array/orderlist_search" /> | |||||
| <Button | |||||
| android:id="@+id/breedlog_list_btn_return" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="返回" /> | |||||
| </LinearLayout> | |||||
| <ListView | |||||
| android:id="@+id/breedlog_list_listview" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| </ListView> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,86 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="NO." | |||||
| /> | |||||
| <TextView | |||||
| android:id="@+id/breedlog_list_item_textviewid" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text=" 会:" | |||||
| /> | |||||
| <TextView | |||||
| android:id="@+id/breedlog_list_item_textviewaccount" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text=" " | |||||
| /> | |||||
| <TextView | |||||
| android:id="@+id/breedlog_list_item_textviewdate" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text=" 养:" | |||||
| /> | |||||
| <TextView | |||||
| android:id="@+id/breedlog_list_item_textviewfactory" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text=" 批:" | |||||
| /> | |||||
| <TextView | |||||
| android:id="@+id/breedlog_list_item_textviewbatch" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text=" 舍:" | |||||
| /> | |||||
| <TextView | |||||
| android:id="@+id/breedlog_list_item_textviewcage" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,35 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="horizontal" > | |||||
| <CheckBox | |||||
| android:id="@+id/CheckBox_Star" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:button="@drawable/only_checked_star_checkbox" | |||||
| android:clickable="false" | |||||
| android:focusable="false" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="vertical" > | |||||
| <TextView | |||||
| android:id="@+id/TextView_Name" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="Large Text" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/TextView_Code" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="Small Text" | |||||
| android:textAppearance="?android:attr/textAppearanceSmall" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,24 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <Button | |||||
| android:id="@+id/Button_Pay" | |||||
| android:layout_width="fill_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="订单付款" /> | |||||
| <Button | |||||
| android:id="@+id/Button_PayList" | |||||
| android:layout_width="fill_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="付款记录" /> | |||||
| <Button | |||||
| android:id="@+id/Button_PayProfileSet" | |||||
| android:layout_width="fill_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="个性设置" /> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,73 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="0px" | |||||
| android:layout_height="0px" | |||||
| android:focusable="true" | |||||
| android:focusableInTouchMode="true" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <Button | |||||
| android:id="@+id/Button_Return" | |||||
| android:layout_width="0dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:text="返回" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Date" | |||||
| android:layout_width="0dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:hint="开始日期" | |||||
| android:text="" /> | |||||
| <Button | |||||
| android:id="@+id/Button_EndDate" | |||||
| android:layout_width="0dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:hint="结束日期" | |||||
| android:text="" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <Spinner | |||||
| android:id="@+id/Spinner_suc" | |||||
| android:layout_width="0dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:entries="@array/chinapay_suc" /> | |||||
| <Button | |||||
| android:id="@+id/Button_UpPage" | |||||
| android:layout_width="0dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:text="上一页" /> | |||||
| <Button | |||||
| android:id="@+id/Button_NextPage" | |||||
| android:layout_width="0dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:text="下一页" /> | |||||
| </LinearLayout> | |||||
| <ListView | |||||
| android:id="@+id/ListView" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" > | |||||
| </ListView> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,79 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="¥" /> | |||||
| <TextView | |||||
| android:id="@+id/TextView1" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="Money" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/TextView6" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="Money2" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:id="@+id/TextView3" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_gravity="right" | |||||
| android:text="IsSuc" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <TextView | |||||
| android:id="@+id/TextView2" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="Date" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:id="@+id/TextView_4" | |||||
| android:layout_width="0dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_gravity="right" | |||||
| android:layout_weight="1.55" | |||||
| android:text="HO" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="0.09" /> | |||||
| <TextView | |||||
| android:id="@+id/TextView_5" | |||||
| android:layout_width="0dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="0.49" | |||||
| android:text="Msg" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,147 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" > | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="0px" | |||||
| android:layout_height="0px" | |||||
| android:focusable="true" | |||||
| android:focusableInTouchMode="true" /> | |||||
| <requestFocus | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="match_parent" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="会计单位 :" /> | |||||
| <Spinner | |||||
| android:id="@+id/order_setuser_setaccountunit" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="50dp" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="往来客户 :" /> | |||||
| <Spinner | |||||
| android:id="@+id/order_setuser_sethheadoffice" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="50dp" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="卡号/折号:" /> | |||||
| <Spinner | |||||
| android:id="@+id/order_setuser_setCarNo" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="50dp" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="付款人 :" /> | |||||
| <TextView | |||||
| android:id="@+id/order_setuser_setPayUserName" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="50dp" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="证件号 :" /> | |||||
| <TextView | |||||
| android:id="@+id/order_setuser_setCerID" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="50dp" /> | |||||
| </LinearLayout> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="金额:" /> | |||||
| <EditText | |||||
| android:id="@+id/chinapay_money" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="50dp" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_gravity="center" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="手续费:" /> | |||||
| <TextView | |||||
| android:id="@+id/chinapay_fee" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="实际到账金额:" /> | |||||
| <TextView | |||||
| android:id="@+id/chinapay_accmoney" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="191dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_gravity="center" | |||||
| android:orientation="horizontal" > | |||||
| <Button | |||||
| android:id="@+id/Order_SetUser_Ruturn" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="50dp" | |||||
| android:layout_weight="0.5" | |||||
| android:text="返回" /> | |||||
| <Button | |||||
| android:id="@+id/ChinaPay_DoPay" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="50dp" | |||||
| android:layout_gravity="fill" | |||||
| android:layout_weight="0.5" | |||||
| android:text="付款" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| </ScrollView> | |||||
| @ -0,0 +1,147 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" > | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="0px" | |||||
| android:layout_height="0px" | |||||
| android:focusable="true" | |||||
| android:focusableInTouchMode="true" /> | |||||
| <requestFocus /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <Button | |||||
| android:id="@+id/Order_SetUser_Ruturn" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="50dp" | |||||
| android:text="返回" /> | |||||
| <Button | |||||
| android:id="@+id/Order_SetUser_Save" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="50dp" | |||||
| android:text="保存" /> | |||||
| </LinearLayout> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="会计单位 :" /> | |||||
| <Spinner | |||||
| android:id="@+id/order_setuser_setaccountunit" | |||||
| android:layout_width="250dp" | |||||
| android:layout_height="50dp" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="往来客户 :" /> | |||||
| <Spinner | |||||
| android:id="@+id/order_setuser_sethheadoffice" | |||||
| android:layout_width="250dp" | |||||
| android:layout_height="50dp" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="卡号/折号:" /> | |||||
| <Spinner | |||||
| android:id="@+id/order_setuser_setCarNo" | |||||
| android:layout_width="250dp" | |||||
| android:layout_height="50dp" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="开户行:" /> | |||||
| <TextView | |||||
| android:id="@+id/order_setuser_setBankID" | |||||
| android:layout_width="250dp" | |||||
| android:layout_height="50dp" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="卡折标志:" /> | |||||
| <TextView | |||||
| android:id="@+id/order_setuser_setCardType" | |||||
| android:layout_width="250dp" | |||||
| android:layout_height="50dp" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="付款人 :" /> | |||||
| <TextView | |||||
| android:id="@+id/order_setuser_setPayUserName" | |||||
| android:layout_width="250dp" | |||||
| android:layout_height="50dp" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="证件类型:" /> | |||||
| <TextView | |||||
| android:id="@+id/order_setuser_setCerType" | |||||
| android:layout_width="250dp" | |||||
| android:layout_height="50dp" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="证件号 :" /> | |||||
| <TextView | |||||
| android:id="@+id/order_setuser_setCerID" | |||||
| android:layout_width="250dp" | |||||
| android:layout_height="50dp" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| </ScrollView> | |||||
| @ -0,0 +1,53 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:id="@+id/TextView1" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="版本更新" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Return" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="返回" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:id="@+id/TextView_Progress" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" /> | |||||
| <ProgressBar | |||||
| android:id="@+id/ProgressBar" | |||||
| style="?android:attr/progressBarStyleHorizontal" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" /> | |||||
| </LinearLayout> | |||||
| <Button | |||||
| android:id="@+id/Button_OK" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="安装" /> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,146 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:orientation="vertical" | |||||
| android:layout_width="fill_parent" | |||||
| android:layout_height="fill_parent" | |||||
| > | |||||
| <TableLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:id="@+id/tableLayout1"> | |||||
| <TableRow | |||||
| android:id="@+id/tableRow11" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:padding="10dip" | |||||
| > | |||||
| <TextView | |||||
| android:text="辅数量:" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_width="wrap_content" | |||||
| android:textSize="20dip" | |||||
| android:id="@+id/TextView_SecondNum" | |||||
| /> | |||||
| <EditText | |||||
| android:layout_weight="1" | |||||
| android:id="@+id/goodsSecondNum" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:inputType="numberDecimal" | |||||
| /> | |||||
| </TableRow> | |||||
| <TableRow | |||||
| android:id="@+id/tableRow1" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:padding="10dip" | |||||
| > | |||||
| <TextView | |||||
| android:text="数量:" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_width="wrap_content" | |||||
| android:textSize="20dip"/> | |||||
| <EditText | |||||
| android:layout_weight="1" | |||||
| android:id="@+id/goodsNum" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:inputType="numberDecimal" | |||||
| /> | |||||
| </TableRow> | |||||
| <TableRow | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:id="@+id/tableRow2" | |||||
| android:clickable="true" | |||||
| android:padding="10dip"> | |||||
| <TextView | |||||
| android:text="价格:" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_width="wrap_content" | |||||
| android:textSize="20dip" | |||||
| /> | |||||
| <EditText | |||||
| android:layout_weight="1" | |||||
| android:id="@+id/goodsPrice" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:inputType="numberDecimal" | |||||
| /> | |||||
| </TableRow> | |||||
| <TableRow | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:clickable="true" | |||||
| android:id="@+id/tableRow3" | |||||
| android:padding="10dip"> | |||||
| <TextView | |||||
| android:text="政策价格:" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_width="wrap_content" | |||||
| android:textSize="20dip" | |||||
| /> | |||||
| <TextView | |||||
| android:layout_weight="1" | |||||
| android:id="@+id/goodsPolicyPrice" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:inputType="numberDecimal" | |||||
| /> | |||||
| </TableRow> | |||||
| <TableRow | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:clickable="true" | |||||
| android:id="@+id/tableRow5" | |||||
| android:padding="10dip"> | |||||
| <TextView | |||||
| android:text="备注:" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_width="wrap_content" | |||||
| android:textSize="20dip" | |||||
| /> | |||||
| <EditText | |||||
| android:layout_weight="1" | |||||
| android:id="@+id/EditText_Remark" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:inputType="text" | |||||
| /> | |||||
| </TableRow> | |||||
| <TableRow | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:clickable="true" | |||||
| android:id="@+id/tableRow4" | |||||
| android:padding="10dip"> | |||||
| <Button | |||||
| android:id="@+id/SelectBatchNo" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="选择批号" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="vertical" android:layout_weight="1"> | |||||
| <TextView | |||||
| android:id="@+id/BatchNo" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" | |||||
| /> | |||||
| <TextView | |||||
| android:id="@+id/BatchNo_ID" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:textAppearance="?android:attr/textAppearanceSmall" | |||||
| /> | |||||
| </LinearLayout> | |||||
| </TableRow> | |||||
| </TableLayout> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,42 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="horizontal" > | |||||
| <CheckBox | |||||
| android:id="@+id/CheckBox_Star" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:button="@drawable/only_checked_star_checkbox" | |||||
| android:clickable="false" | |||||
| android:focusable="false" | |||||
| android:focusableInTouchMode="false" /> | |||||
| <LinearLayout | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="match_parent" | |||||
| android:layout_weight="1" | |||||
| android:orientation="vertical" > | |||||
| <TextView | |||||
| android:id="@+id/TextView_Name" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/TextView_Code" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" /> | |||||
| </LinearLayout> | |||||
| <CheckBox | |||||
| android:id="@+id/CheckBox" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:clickable="false" | |||||
| android:focusable="false" | |||||
| android:focusableInTouchMode="false" /> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,61 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <!-- ListView的头部 --> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="fill_parent" | |||||
| android:layout_height="wrap_content"> | |||||
| <!-- 内容 --> | |||||
| <RelativeLayout android:layout_width="fill_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:id="@+id/head_contentLayout" | |||||
| android:paddingLeft="30dp"> | |||||
| <!-- 箭头图像、进度条 --> | |||||
| <FrameLayout android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_alignParentLeft="true" | |||||
| android:layout_centerVertical="true"> | |||||
| <!-- 箭头 --> | |||||
| <ImageView android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_gravity="center" | |||||
| android:src="@drawable/arrow" | |||||
| android:id="@+id/head_arrowImageView" /> | |||||
| <!-- 进度条 --> | |||||
| <ProgressBar android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| style="?android:attr/progressBarStyleSmall" | |||||
| android:layout_gravity="center" | |||||
| android:id="@+id/head_progressBar" | |||||
| android:visibility="gone" /> | |||||
| </FrameLayout> | |||||
| <!-- 提示、最近更新 --> | |||||
| <LinearLayout android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_centerHorizontal="true" | |||||
| android:orientation="vertical" | |||||
| android:gravity="center_horizontal"> | |||||
| <!-- 提示 --> | |||||
| <TextView android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="下拉刷新" | |||||
| android:textColor="@color/white" | |||||
| android:textSize="20sp" | |||||
| android:id="@+id/head_tipsTextView" /> | |||||
| <!-- 最近更新 --> | |||||
| <TextView android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:id="@+id/head_lastUpdatedTextView" | |||||
| android:text="上次更新" | |||||
| android:textColor="@color/gold" | |||||
| android:textSize="10sp" /> | |||||
| </LinearLayout> | |||||
| </RelativeLayout> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,55 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <TextView | |||||
| android:id="@+id/TextView_Goods_Name" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="存货名称" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="报价数量" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" | |||||
| /> | |||||
| <EditText | |||||
| android:id="@+id/EditText_Number" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:inputType="numberDecimal" > | |||||
| <requestFocus /> | |||||
| </EditText> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <Button | |||||
| android:id="@+id/Button_OK" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:text="确定" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Cancel" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:text="取消" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,180 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <Button | |||||
| android:id="@+id/AdjustGoodsBill_Return" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="返回" /> | |||||
| <Button | |||||
| android:id="@+id/AdjustGoodsBill_Save" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="保存" /> | |||||
| <Button | |||||
| android:id="@+id/AdjustGoodsBill_Check" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="审核" /> | |||||
| <Button | |||||
| android:id="@+id/AdjustGoodsBill_Delete" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="删除" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="调出客户:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/AdjustOutBuyerName" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <Button | |||||
| android:id="@+id/SelectAdjustOutBuyer" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="选择" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="调入客户:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/AdjustInBuyerName" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <Button | |||||
| android:id="@+id/SelectAdjustInBuyer" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="选择" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="35dp" | |||||
| android:text="调出日期:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/AdjustGoodsBill_Button_Date" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:hint="点击选择日期" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="摘要:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <EditText | |||||
| android:id="@+id/AdjustGoodsBill_EditText_Remark" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" > | |||||
| </EditText> | |||||
| <Button | |||||
| android:id="@+id/AdjustGoodsBill_Button_SelectRemark" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="选择" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="明细" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="(" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/AdjustGoodsBill_TextView_DetailCount" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:maxWidth="280px" | |||||
| android:text="0" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text=")" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/AdjustGoodsBill_TextView_DetailNum" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="0" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" | |||||
| /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Button | |||||
| android:id="@+id/AdjustGoodsBill_Button_SelectGoods" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="添加存货" /> | |||||
| </LinearLayout> | |||||
| <ListView | |||||
| android:id="@+id/Order_ListView" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| </ListView> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,54 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="0px" | |||||
| android:layout_height="0px" | |||||
| android:focusable="true" | |||||
| android:focusableInTouchMode="true" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <Button | |||||
| android:id="@+id/Button_Refresh" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="刷新" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Spinner | |||||
| android:id="@+id/Spinner_BillStateFilter" | |||||
| android:layout_width="90dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:entries="@array/adjustgoodsbill_billstate" /> | |||||
| <Spinner | |||||
| android:id="@+id/Spinner_Filter" | |||||
| android:layout_width="90dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:entries="@array/orderlist_search" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Date" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:hint="调出时间" | |||||
| android:text="" /> | |||||
| </LinearLayout> | |||||
| <ListView | |||||
| android:id="@+id/ListView" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| </ListView> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,26 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <Button | |||||
| android:id="@+id/Button_Main_MobileAdjustGoodsBillEdit" | |||||
| android:layout_width="fill_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="手机调货单新建" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Main_MobileAdjustGoodsBillList" | |||||
| android:layout_width="fill_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="手机调货单列表" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Main_MobileAdjustGoodsBillSetUserProfile" | |||||
| android:layout_width="fill_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="手机调货单个性设置" /> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,46 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent"> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal"> | |||||
| <Button | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="50dp" | |||||
| android:id="@+id/mobileadjustgoodsbill_SetUser_Ruturn" | |||||
| android:text="返回" /> | |||||
| <Button | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="50dp" | |||||
| android:id="@+id/mobileadjustgoodsbill_SetUser_Save" | |||||
| android:text="保存" /> | |||||
| </LinearLayout> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="会计单位 :" /> | |||||
| <Spinner | |||||
| android:id="@+id/order_setuser_setaccountunit" | |||||
| android:layout_width="250dp" | |||||
| android:layout_height="50dp" /> | |||||
| </LinearLayout> | |||||
| </ScrollView> | |||||
| @ -0,0 +1,169 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <TextView | |||||
| android:id="@+id/TextView_Goods_Name" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="存货名称" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="数量" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" | |||||
| /> | |||||
| <EditText | |||||
| android:id="@+id/EditText_Number" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:inputType="numberDecimal" > | |||||
| <requestFocus /> | |||||
| </EditText> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="辅数量" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" | |||||
| android:id="@+id/TextView_SecondNumber" | |||||
| /> | |||||
| <EditText | |||||
| android:id="@+id/EditText_SecondNumber" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:inputType="numberDecimal" > | |||||
| <requestFocus /> | |||||
| </EditText> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:id="@+id/priceLayout" | |||||
| > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="价格" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <EditText | |||||
| android:id="@+id/EditText_Price" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:inputType="numberDecimal" > | |||||
| <requestFocus /> | |||||
| </EditText> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:id="@+id/remarkLayout" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="备注" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <EditText | |||||
| android:id="@+id/EditText_Remark" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:inputType="text" > | |||||
| <requestFocus /> | |||||
| </EditText> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:id="@+id/batchNoLayout" | |||||
| > | |||||
| <Button | |||||
| android:id="@+id/SelectBatchNo" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="选择批号" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="vertical" android:layout_weight="1"> | |||||
| <TextView | |||||
| android:id="@+id/BatchNo" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" | |||||
| /> | |||||
| <TextView | |||||
| android:id="@+id/BatchNo_ID" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:textAppearance="?android:attr/textAppearanceSmall" | |||||
| /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:id="@+id/policyPriceLayout" | |||||
| > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="政策价格" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/TextView_PolicyPrice" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" | |||||
| /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <Button | |||||
| android:id="@+id/Button_OK" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:text="确定" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Cancel" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:text="取消" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,231 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <!-- 使EditText不自动得到焦点 --> | |||||
| <LinearLayout | |||||
| android:layout_width="0px" | |||||
| android:layout_height="0px" | |||||
| android:focusable="true" | |||||
| android:focusableInTouchMode="true" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <Button | |||||
| android:id="@+id/Order_Button_Return" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="返回" /> | |||||
| <Button | |||||
| android:id="@+id/Order_Button_Save" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="保存" /> | |||||
| <Button | |||||
| android:id="@+id/Order_Button_Check" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="审核" /> | |||||
| <Button | |||||
| android:id="@+id/Order_Button_UnCheck" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="撤销" /> | |||||
| <Button | |||||
| android:id="@+id/Order_Button_Delete" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="删除" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:id="@+id/accountingUnitUI" | |||||
| android:visibility="gone" | |||||
| > | |||||
| <TextView | |||||
| android:id="@+id/Order_TextView_AccountingUnit" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <Button | |||||
| android:id="@+id/Order_Button_SelectAccountingUnit" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="选择会计单位" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:id="@+id/storeUI" | |||||
| android:visibility="gone" | |||||
| > | |||||
| <TextView | |||||
| android:id="@+id/Order_TextView_Store" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <Button | |||||
| android:id="@+id/Order_Button_SelectStore" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="选择仓库" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="客户:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/Order_TextView_BuyerName" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <Button | |||||
| android:id="@+id/Order_Button_SelectBuyer" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="选择" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:id="@+id/balanceLayout" | |||||
| > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="客户往来余额:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/Order_TextView_Balance" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="35dp" | |||||
| android:text="到货日期:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/Order_Button_Date" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:hint="点击选择日期" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="摘要:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <EditText | |||||
| android:id="@+id/Order_EditText_Remark" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" > | |||||
| </EditText> | |||||
| <TextView | |||||
| android:id="@+id/Order_TextView_Remark" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <Button | |||||
| android:id="@+id/Order_Button_SelectRemark" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="选择" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="明细" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="(" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/Order_TextView_DetailCount" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:maxWidth="280px" | |||||
| android:text="0" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text=")" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Button | |||||
| android:id="@+id/Order_Button_SelectGoods" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="添加存货" /> | |||||
| </LinearLayout> | |||||
| <ListView | |||||
| android:id="@+id/Order_ListView" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| </ListView> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,49 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <TextView | |||||
| android:id="@+id/Goods_Name" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="存货名称" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| > | |||||
| <TextView | |||||
| android:id="@+id/Number" | |||||
| android:layout_weight="1.0" | |||||
| android:layout_width="0dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="数量" | |||||
| android:textAppearance="?android:attr/textAppearanceMedium" /> | |||||
| <TextView | |||||
| android:id="@+id/SecondNumber" | |||||
| android:layout_weight="1.0" | |||||
| android:layout_width="0dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="辅数量" | |||||
| android:textAppearance="?android:attr/textAppearanceMedium" /> | |||||
| <TextView | |||||
| android:id="@+id/Price" | |||||
| android:layout_weight="1.0" | |||||
| android:layout_width="0dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="单价" | |||||
| android:textAppearance="?android:attr/textAppearanceMedium" /> | |||||
| <TextView | |||||
| android:id="@+id/BatchNo" | |||||
| android:layout_weight="1.0" | |||||
| android:layout_width="0dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="批号" | |||||
| android:textAppearance="?android:attr/textAppearanceMedium" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,105 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="0px" | |||||
| android:layout_height="0px" | |||||
| android:focusable="true" | |||||
| android:focusableInTouchMode="true" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Return" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="返回" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Spinner | |||||
| android:id="@+id/Spinner_BillStateFilter" | |||||
| android:layout_width="120dp" | |||||
| android:layout_height="50dp" | |||||
| android:entries="@array/orderlist_billstate" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Spinner | |||||
| android:id="@+id/Spinner_OrderBy" | |||||
| android:layout_width="120dp" | |||||
| android:layout_height="50dp" | |||||
| android:entries="@array/orderlist_OrderBy" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Date" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:hint="到货日期" | |||||
| android:text="" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Button | |||||
| android:id="@+id/Button_EndDate" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:hint="到货结束日期" | |||||
| android:text="" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Button | |||||
| android:id="@+id/Button_UpPage" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="上一页" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Button | |||||
| android:id="@+id/Button_NextPage" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="下一页" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| </LinearLayout> | |||||
| <ListView | |||||
| android:id="@+id/ListView" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" > | |||||
| </ListView> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,72 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="NO." | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/TextView1" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="TextView" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text=" ¥" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/TextView2" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="TextView" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <TextView | |||||
| android:id="@+id/TextView_Date" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="Date" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:id="@+id/TextView3" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="TextView" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <TextView | |||||
| android:id="@+id/TextView_BillState" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="Date" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,37 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <!-- | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <Button | |||||
| android:id="@+id/Button_Return" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="返回" /> | |||||
| </LinearLayout> | |||||
| --> | |||||
| <Button | |||||
| android:id="@+id/Button_Main_OrderEdit" | |||||
| android:layout_width="fill_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="订单新建" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Main_OrderList" | |||||
| android:layout_width="fill_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="订单列表" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Main_OrderProfileSet" | |||||
| android:layout_width="fill_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="订单个性设置" /> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,94 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent"> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal"> | |||||
| <Button | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="50dp" | |||||
| android:id="@+id/Order_SetUser_Ruturn" | |||||
| android:text="返回" /> | |||||
| <Button | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="50dp" | |||||
| android:id="@+id/Order_SetUser_Save" | |||||
| android:text="保存" /> | |||||
| </LinearLayout> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="会计单位 :" /> | |||||
| <Spinner | |||||
| android:id="@+id/order_setuser_setaccountunit" | |||||
| android:layout_width="250dp" | |||||
| android:layout_height="50dp" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="系统标识 :" /> | |||||
| <Spinner | |||||
| android:id="@+id/order_setuser_setSystemSign" | |||||
| android:layout_width="250dp" | |||||
| android:layout_height="50dp" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="提货方式 :" /> | |||||
| <Spinner | |||||
| android:id="@+id/order_setuser_setTakeGoods_Type" | |||||
| android:layout_width="250dp" | |||||
| android:layout_height="50dp" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="销售类型 :" /> | |||||
| <Spinner | |||||
| android:id="@+id/order_setuser_setSaleType" | |||||
| android:layout_width="250dp" | |||||
| android:layout_height="50dp" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="运费结算方式 :" /> | |||||
| <Spinner | |||||
| android:id="@+id/order_setuser_setOrderCarriageManner" | |||||
| android:layout_width="250dp" | |||||
| android:layout_height="50dp" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="运费承担方 :" /> | |||||
| <Spinner | |||||
| android:id="@+id/order_setuser_setOrderFarePayer" | |||||
| android:layout_width="250dp" | |||||
| android:layout_height="50dp" /> | |||||
| </LinearLayout> | |||||
| </ScrollView> | |||||
| @ -0,0 +1,172 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <Button | |||||
| android:id="@+id/AdjustGoodsBill_Return" | |||||
| android:layout_width="0dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:text="返回" /> | |||||
| <Button | |||||
| android:id="@+id/AdjustGoodsBill_Save" | |||||
| android:layout_width="0dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:text="保存" /> | |||||
| <Button | |||||
| android:id="@+id/AdjustGoodsBill_Check" | |||||
| android:layout_width="0dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:text="审核" /> | |||||
| <Button | |||||
| android:id="@+id/AdjustGoodsBill_Delete" | |||||
| android:layout_width="0dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:text="删除" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="客户:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/BuyerName" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <Button | |||||
| android:id="@+id/SelectBuyer" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="选择" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="35dp" | |||||
| android:text="日期:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/AdjustGoodsBill_Button_Date" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:hint="点击选择日期" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="摘要:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <EditText | |||||
| android:id="@+id/Order_EditText_Remark" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" > | |||||
| </EditText> | |||||
| <TextView | |||||
| android:id="@+id/Order_TextView_Remark" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <Button | |||||
| android:id="@+id/Order_Button_SelectRemark" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="选择" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="明细" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="(" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/AdjustGoodsBill_TextView_DetailCount" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:maxWidth="280px" | |||||
| android:text="0" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text=")" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/AdjustGoodsBill_TextView_DetailNum" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="0" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" | |||||
| /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Button | |||||
| android:id="@+id/AdjustGoodsBill_Button_SelectGoods" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="添加存货" /> | |||||
| </LinearLayout> | |||||
| <ListView | |||||
| android:id="@+id/Order_ListView" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| </ListView> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,54 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="0px" | |||||
| android:layout_height="0px" | |||||
| android:focusable="true" | |||||
| android:focusableInTouchMode="true" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <Button | |||||
| android:id="@+id/Button_Refresh" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="刷新" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Spinner | |||||
| android:id="@+id/Spinner_BillStateFilter" | |||||
| android:layout_width="90dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:entries="@array/orderlist_billstate" /> | |||||
| <Spinner | |||||
| android:id="@+id/Spinner_Filter" | |||||
| android:layout_width="90dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:entries="@array/orderlist_search" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Date" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:hint="单据时间" | |||||
| android:text="" /> | |||||
| </LinearLayout> | |||||
| <ListView | |||||
| android:id="@+id/ListView" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| </ListView> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,21 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| xmlns:tools="http://schemas.android.com/tools" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" | |||||
| tools:context=".RemainGoods.RemainGoodsMainActivity" > | |||||
| <Button | |||||
| android:id="@+id/Button_Main_RemainGoodsEdit" | |||||
| android:layout_width="fill_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="门店留货单新建" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Main_RemainGoodsList" | |||||
| android:layout_width="fill_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="门店留货单列表" /> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,54 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <TextView | |||||
| android:id="@+id/TextView_Goods_Name" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="存货名称" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="数量" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" | |||||
| /> | |||||
| <EditText | |||||
| android:id="@+id/EditText_Number" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:inputType="numberDecimal" > | |||||
| <requestFocus /> | |||||
| </EditText> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <Button | |||||
| android:id="@+id/Button_OK" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:text="确定" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Cancel" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:text="取消" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,197 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <!-- 使EditText不自动得到焦点 --> | |||||
| <LinearLayout | |||||
| android:layout_width="0px" | |||||
| android:layout_height="0px" | |||||
| android:focusable="true" | |||||
| android:focusableInTouchMode="true" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <!-- | |||||
| <Button | |||||
| android:id="@+id/Button_Return" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="返回" /> | |||||
| --> | |||||
| <Button | |||||
| android:id="@+id/Return_Button_Save" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="保存" /> | |||||
| <Button | |||||
| android:id="@+id/Return_Button_Check" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="审核" /> | |||||
| <Button | |||||
| android:id="@+id/Return_Button_Delete" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="删除" /> | |||||
| </LinearLayout> | |||||
| <!-- android:textAppearance="?android:attr/textAppearanceLarge" --> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="购货客户:" | |||||
| /> | |||||
| <TextView | |||||
| android:id="@+id/Return_TextView_BuyerName" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| /> | |||||
| <Button | |||||
| android:id="@+id/Return_Button_SelectBuyer" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="选择" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="出库单号:" | |||||
| /> | |||||
| <TextView | |||||
| android:id="@+id/Return_TextView_SaleOutStore" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| /> | |||||
| <Button | |||||
| android:id="@+id/Return_Button_SaleOutStore" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="选择" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="35dp" | |||||
| android:text="退货日期:" | |||||
| /> | |||||
| <TextView | |||||
| android:id="@+id/Return_Button_Date" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:hint="点击选择日期" | |||||
| /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="摘要:" | |||||
| /> | |||||
| <EditText | |||||
| android:id="@+id/Return_EditText_Remark" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" > | |||||
| </EditText> | |||||
| <TextView | |||||
| android:id="@+id/Return_TextView_Remark" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| /> | |||||
| <Button | |||||
| android:id="@+id/Return_Button_SelectRemark" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="选择" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="存货明细" | |||||
| /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="(" | |||||
| /> | |||||
| <TextView | |||||
| android:id="@+id/Return_TextView_DetailCount" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="0" | |||||
| /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text=")" | |||||
| /> | |||||
| <TextView | |||||
| android:id="@+id/Return_TextView_DetailNum" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="0" | |||||
| /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Button | |||||
| android:id="@+id/Return_Button_SelectGoods" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="添加存货" /> | |||||
| </LinearLayout> | |||||
| <ListView | |||||
| android:id="@+id/Return_ListView" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| </ListView> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,35 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <TextView | |||||
| android:id="@+id/Goods_Name" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="存货名称" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:id="@+id/Number" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:text="数量" | |||||
| android:textAppearance="?android:attr/textAppearanceMedium" /> | |||||
| <TextView | |||||
| android:id="@+id/Price" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:text="单价" | |||||
| android:textAppearance="?android:attr/textAppearanceMedium" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,54 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="0px" | |||||
| android:layout_height="0px" | |||||
| android:focusable="true" | |||||
| android:focusableInTouchMode="true" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <Button | |||||
| android:id="@+id/Button_Refresh" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="刷新" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Spinner | |||||
| android:id="@+id/Spinner_BillStateFilter" | |||||
| android:layout_width="90dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:entries="@array/orderlist_billstate" /> | |||||
| <Spinner | |||||
| android:id="@+id/Spinner_Filter" | |||||
| android:layout_width="90dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:entries="@array/orderlist_search" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Date" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:hint="退货日期" | |||||
| android:text="" /> | |||||
| </LinearLayout> | |||||
| <ListView | |||||
| android:id="@+id/ListView" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| </ListView> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,25 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <Button | |||||
| android:id="@+id/Button_Main_ReturnEdit" | |||||
| android:layout_width="fill_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="退货登记新建" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Main_ReturnList" | |||||
| android:layout_width="fill_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="退货登记列表" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Main_ReturnSetUserProfile" | |||||
| android:layout_width="fill_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="退货登记个性设置" /> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,51 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content"> | |||||
| <EditText | |||||
| android:id="@+id/EditText_Search" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Search" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="搜索" /> | |||||
| </LinearLayout> | |||||
| <ListView | |||||
| android:id="@+id/ListView" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" > | |||||
| </ListView> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:gravity="center" > | |||||
| <Button | |||||
| android:id="@+id/Button_OK" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:text="确定" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Cancel" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:text="取消" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,51 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content"> | |||||
| <EditText | |||||
| android:id="@+id/SaleOutStore_EditText_Search" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Button | |||||
| android:id="@+id/SaleOutStore_Button_Search" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="搜索" /> | |||||
| </LinearLayout> | |||||
| <ListView | |||||
| android:id="@+id/SaleOutStore_ListView" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" > | |||||
| </ListView> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:gravity="center" > | |||||
| <Button | |||||
| android:id="@+id/SaleOutStore_Button_OK" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:text="确定" /> | |||||
| <Button | |||||
| android:id="@+id/SaleOutStore_Button_Cancel" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:text="取消" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,42 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="horizontal" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="出库单:" | |||||
| /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:id="@+id/return_selectsaleoutstore_listview_id" | |||||
| android:layout_weight="1" | |||||
| /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:id="@+id/return_selectsaleoutstore_listview_goodsname" | |||||
| android:layout_weight="3" | |||||
| /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:id="@+id/return_selectsaleoutstore_listview_price" | |||||
| android:layout_weight="2" | |||||
| /> | |||||
| <CheckBox | |||||
| android:id="@+id/return_selectsaleoutstore_listview_check" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:clickable="false" | |||||
| android:focusable="false" | |||||
| android:focusableInTouchMode="false" | |||||
| /> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,84 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent"> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal"> | |||||
| <Button | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="50dp" | |||||
| android:id="@+id/Return_SetUser_Ruturn" | |||||
| android:text="返回" /> | |||||
| <Button | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="50dp" | |||||
| android:id="@+id/Return_SetUser_Save" | |||||
| android:text="保存" /> | |||||
| </LinearLayout> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="部门:" /> | |||||
| <Spinner | |||||
| android:id="@+id/return_setuser_setdept" | |||||
| android:layout_height="50dp" | |||||
| android:layout_width="250dp" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="仓库:" /> | |||||
| <Spinner | |||||
| android:id="@+id/return_setuser_setstore" | |||||
| android:layout_width="250dp" | |||||
| android:layout_height="50dp" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="退货类型:" /> | |||||
| <Spinner | |||||
| android:id="@+id/return_setuser_setreturntype" | |||||
| android:layout_width="250dp" | |||||
| android:layout_height="50dp" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="会计单位 :" /> | |||||
| <Spinner | |||||
| android:id="@+id/return_setuser_setaccountunit" | |||||
| android:layout_width="250dp" | |||||
| android:layout_height="50dp" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="退货处理方式:" /> | |||||
| <Spinner | |||||
| android:id="@+id/return_setuser_sethandletype" | |||||
| android:layout_width="250dp" | |||||
| android:layout_height="50dp" /> | |||||
| </LinearLayout> | |||||
| </ScrollView> | |||||
| @ -0,0 +1,140 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <!-- 使EditText不自动得到焦点 --> | |||||
| <LinearLayout | |||||
| android:layout_width="0px" | |||||
| android:layout_height="0px" | |||||
| android:focusable="true" | |||||
| android:focusableInTouchMode="true" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <Button | |||||
| android:id="@+id/Order_Button_Return" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="返回" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="客户:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/Order_TextView_BuyerName" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:id="@+id/balanceLayout" | |||||
| > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="编码:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/Order_TextView_BuyerCode" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="35dp" | |||||
| android:text="发货箱数:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/Order_TextView_WrappageAllNum" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="35dp" | |||||
| android:text="到货日期:" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/Order_Button_Date" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="明细" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="(" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/Order_TextView_DetailCount" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:maxWidth="280px" | |||||
| android:text="0" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text=")" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="0.05" /> | |||||
| </LinearLayout> | |||||
| <ListView | |||||
| android:id="@+id/Order_ListView" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| </ListView> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,43 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <TextView | |||||
| android:id="@+id/Goods_Name" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="存货名称" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| > | |||||
| <TextView | |||||
| android:id="@+id/Number" | |||||
| android:layout_weight="1.0" | |||||
| android:layout_width="0dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="数量" | |||||
| android:textAppearance="?android:attr/textAppearanceMedium" /> | |||||
| <TextView | |||||
| android:id="@+id/Price" | |||||
| android:layout_weight="1.0" | |||||
| android:layout_width="0dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="单价" | |||||
| android:textAppearance="?android:attr/textAppearanceMedium" /> | |||||
| <TextView | |||||
| android:id="@+id/Money" | |||||
| android:layout_weight="1.0" | |||||
| android:layout_width="0dp" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="金额" | |||||
| android:textAppearance="?android:attr/textAppearanceMedium" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,105 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="0px" | |||||
| android:layout_height="0px" | |||||
| android:focusable="true" | |||||
| android:focusableInTouchMode="true" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Return" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="返回" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Spinner | |||||
| android:id="@+id/Spinner_BillStateFilter" | |||||
| android:layout_width="120dp" | |||||
| android:layout_height="50dp" | |||||
| android:entries="@array/orderlist_billstate" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Spinner | |||||
| android:id="@+id/Spinner_OrderBy" | |||||
| android:layout_width="120dp" | |||||
| android:layout_height="50dp" | |||||
| android:entries="@array/orderlist_OrderBy" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Button | |||||
| android:id="@+id/Button_Date" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:hint="到货日期" | |||||
| android:text="" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Button | |||||
| android:id="@+id/Button_EndDate" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:hint="到货结束日期" | |||||
| android:text="" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Button | |||||
| android:id="@+id/Button_UpPage" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="上一页" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <Button | |||||
| android:id="@+id/Button_NextPage" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="下一页" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| </LinearLayout> | |||||
| <ListView | |||||
| android:id="@+id/ListView" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" > | |||||
| </ListView> | |||||
| </LinearLayout> | |||||
| @ -0,0 +1,72 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="vertical" > | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="NO." | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/TextView1" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="TextView" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text=" ¥" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:id="@+id/TextView2" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="TextView" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <TextView | |||||
| android:id="@+id/TextView_Date" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="Date" /> | |||||
| </LinearLayout> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" > | |||||
| <TextView | |||||
| android:id="@+id/TextView3" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="TextView" | |||||
| android:textAppearance="?android:attr/textAppearanceLarge" /> | |||||
| <TextView | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_weight="1" /> | |||||
| <TextView | |||||
| android:id="@+id/TextView_BillState" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:text="Date" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | |||||