wu
2025-05-26 ae101bffe5119a6d101bdb87f9008fb821d21b4b
页面增加id信息
2个文件已修改
8 ■■■■■ 已修改文件
gmms/WebContent/orderManage/order.jsp 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gmms/WebContent/qiegeguanli/qiegerenwu.jsp 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gmms/WebContent/orderManage/order.jsp
@@ -58,7 +58,7 @@
            <el-table-column :prop="keys" v-if="index==0" width=130>
              <template slot-scope="scope" v-if="Object.keys(orderData[0]).length!=0">
                <el-button v-if="orderData[scope.$index]['11_order_status']<2"
                <el-button v-if="orderData[scope.$index]['12_order_status']<2"
                  @click.native.prevent="updateOrderState(scope.$index, orderData)"
                  type="text"
                  size="small"
@@ -67,14 +67,14 @@
                  {{orderData[scope.$index]['11_order_status']==0?'审核':'反审'}}
                </el-button>
                <el-button v-if="orderData[scope.$index]['11_order_status']*1===0"
                <el-button v-if="orderData[scope.$index]['12_order_status']*1===0"
                  @click.native.prevent="updateRow(scope.$index, orderData)"
                  type="text"
                  size="small">
                          修改
                </el-button>
                <el-button 
                  v-if="orderData[scope.$index]['11_order_status']==2"
                  v-if="orderData[scope.$index]['12_order_status']==2"
                  @click.native.prevent="open(scope.$index, orderData)"
                  type="text"
                  size="small">
gmms/WebContent/qiegeguanli/qiegerenwu.jsp
@@ -68,6 +68,7 @@
                        <thead>
                            <tr>
                                <th>项目名称</th>
                                <th>配方id</th>
                                <th>原片宽度</th>
                                <th>原片高度</th>
                                <th>小片宽度</th>
@@ -86,6 +87,7 @@
                        <tbody>
                            <tr v-for="(item, index) in shuzu" :key="index" style="height: 51px;">
                                <td>{{item['1_order_id']}}</td>
                                <td>{{item['14_reid']}}</td>
                                <td>{{item['2_largeglass_length']}}</td>
                                <td>{{item['3_largeglass_width']}}</td>
                                <td>{{item['4_width']}}</td>