table_right_title.xml 6.02 KB
<?xml version="1.0" encoding="utf-8"?>
<merge android:id="@+id/merge_sales"
       xmlns:android="http://schemas.android.com/apk/res/android"
       android:layout_width="match_parent"
       android:layout_height="match_parent">

    <TextView android:id="@+id/tv_table_title_0"
              style="@style/TextView_Table_Right"
              android:text="@string/id"/>

    <TextView android:id="@+id/tv_table_title_1"
              style="@style/TextView_Title_Table"
              android:text="@string/job_number"/>

    <TextView android:id="@+id/tv_table_title_2"
              style="@style/TextView_Table_Right"
              android:text="@string/execution_state"/>

    <TextView
        style="@style/TextView_Table_Right"
        android:text="@string/job_distinction"/>

    <TextView android:id="@+id/tv_table_title_3"
              style="@style/TextView_Table_Right"
              android:text="@string/work_order"/>

    <TextView android:id="@+id/tv_table_title_11"
        style="@style/TextView_Table_Right"
        android:layout_width="@dimen/timeWidth"
        android:text="@string/base_start_date"/>

    <TextView android:id="@+id/tv_table_title_4"
              style="@style/TextView_Table_Right"
              android:text="@string/material_coding"/>

    <TextView android:id="@+id/tv_table_title_5"
              style="@style/TextView_Table_Right"
        android:layout_width="300dp"
        android:text="@string/material_description"/>

    <TextView android:id="@+id/tv_table_title_6"
              style="@style/TextView_Table_Right"
        android:text="@string/qty"/>

    <TextView android:id="@+id/tv_table_title_7"
              style="@style/TextView_Table_Right"
        android:text="@string/online_qty"/>


    <TextView android:id="@+id/tv_table_title_9"
              style="@style/TextView_Table_Right"
        android:text="@string/unite"/>

    <TextView
        style="@style/TextView_Table_Right"
        android:text="@string/work_center"/>

    <TextView android:id="@+id/tv_table_title_10"
              style="@style/TextView_Table_Right"
        android:text="@string/work_line"/>


    <TextView
        style="@style/TextView_Table_Right"
        android:text="@string/date_of_manufacture"
        android:layout_width="@dimen/timeWidth"/>

    <TextView android:id="@+id/tv_table_title_12"
              style="@style/TextView_Table_Right"
        android:text="@string/headpaper_batch"
        android:layout_width="100dp"/>

    <TextView
              style="@style/TextView_Table_Right"
        android:text="@string/headpaper_so"/>

    <TextView
              style="@style/TextView_Table_Right"
        android:text="@string/headpaper_soitem"
        android:layout_width="120dp"/>

    <TextView style="@style/TextView_Table_Right"
        android:text="@string/headpaper_fg"/>

    <TextView style="@style/TextView_Table_Right"
        android:text="@string/headpaper_soldtoparty"
        android:layout_width="140dp"/>

    <TextView style="@style/TextView_Table_Right"
        android:text="@string/headpaper_shiptoparty"
        android:layout_width="140dp"/>

    <TextView style="@style/TextView_Table_Right"
        android:text="@string/headpaper_qty_floor"
        android:layout_width="100dp"/>

    <TextView style="@style/TextView_Table_Right"
        android:text="@string/headpaper_qty_sheet"
        android:layout_width="100dp"/>

    <TextView style="@style/TextView_Table_Right"
        android:text="@string/headpaper_qty"
        android:layout_width="100dp"/>

    <TextView style="@style/TextView_Table_Right"
        android:text="@string/headpaper_po"/>

    <TextView style="@style/TextView_Table_Right"
        android:text="@string/headpaper_poitem"
        android:layout_width="100dp"/>

    <TextView style="@style/TextView_Table_Right"
        android:text="@string/headpaper_mrpctrl"
        android:layout_width="120dp"/>

    <TextView style="@style/TextView_Table_Right"
        android:text="@string/no_material_number"
        android:layout_width="120dp"/>

    <TextView style="@style/TextView_Table_Right"
        android:text="@string/no_material_number_description"
        android:layout_width="140dp"/>

    <TextView style="@style/TextView_Table_Right"
        android:text="@string/work_order_status"
        android:layout_width="140dp"/>

    <TextView style="@style/TextView_Table_Right"
        android:text="@string/order_factory"/>

    <TextView style="@style/TextView_Table_Right"
        android:text="@string/material_pu_quantity"/>

    <TextView style="@style/TextView_Table_Right"
        android:text="@string/material_formula"/>

    <TextView style="@style/TextView_Table_Right"
        android:text="@string/net_material_weight"/>

    <TextView style="@style/TextView_Table_Right"
        android:text="@string/corresponding_filling_order"
        android:layout_width="100dp"/>

    <TextView android:id="@+id/tv_table_title_40"
        style="@style/TextView_Table_Right"
        android:text="@string/nORMTPriority"/>

    <TextView android:id="@+id/tv_table_title_41"
        style="@style/TextView_Table_Right"
        android:text="@string/specificationPriority"/>

    <TextView android:id="@+id/tv_table_title_42"
        style="@style/TextView_Table_Right"
        android:text="@string/mRPCTRLPriority"
        android:layout_width="@dimen/timeWidth"/>

    <TextView android:id="@+id/tv_table_title_43"
        style="@style/TextView_Table_Right"
        android:text="@string/qtyPriority"/>

    <TextView android:id="@+id/tv_table_title_44"
        style="@style/TextView_Table_Right"
        android:text="@string/order_time"/>

    <TextView style="@style/TextView_Table_Right"
        android:text="@string/createdBy"/>

    <TextView style="@style/TextView_Table_Right"
        android:text="@string/createdTime"
        android:layout_width="@dimen/timeWidth"/>

    <TextView style="@style/TextView_Table_Right"
        android:text="@string/updateBy"/>

    <TextView style="@style/TextView_Table_Right"
        android:text="@string/updateTime"
        android:layout_width="@dimen/timeWidth"/>
</merge>