Przeglądaj źródła

订单管理详情调整

qymljy 2 lat temu
rodzic
commit
65340af57e

+ 1 - 1
src/HDrpManagement/orderManage/details/tabs/productlist.vue

@@ -194,7 +194,7 @@
                 :value="item.WAREHOUSE"
                 @click.native="stockChange(item,scope.column.data,scope.$index)">
                 <span>{{ item.WAREHOUSE }}</span>
-                <div style="float: right; color: #8492a6; font-size: 13px">数量:{{item.qty}}仓位:{{ item.LOCATION }}/批号:{{ item.LOT }}</div>
+                <div style="float: right; color: #8492a6; font-size: 13px">数量:{{item.QTY}}仓位:{{ item.LOCATION }}/批号:{{ item.LOT }}</div>
               </el-option>
             </el-select>
           </div>