zhangqiOMG 3 gadi atpakaļ
vecāks
revīzija
70f82ed400

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

@@ -58,7 +58,7 @@
           <template slot-scope="scope">
             <el-input-number :controls="true" controls-position='right' :step-strictly="true" v-if="data.status === '新建' && data.type !=='特殊订单'" size="mini" v-model="scope.row.qty" :min="scope.row.orderminqty" :step="scope.row.orderaddqty" label="输入数量" @change="rowChange(scope.row,scope.$index)"></el-input-number>
             <el-input-number :controls="true" controls-position='right' :step-strictly="true" v-if="data.status === '新建' && data.type ==='特殊订单'" size="mini" v-model="scope.row.qty" label="输入数量" @change="rowChange(scope.row,scope.$index)"></el-input-number>
-            <!-- <span v-else>{{scope.row.qty}}</span> -->
+            <span v-else>{{scope.row.qty}}</span>
           </template>
         </el-table-column>
         <el-table-column

+ 1 - 1
src/template/orderCanUseContract/index.vue

@@ -84,7 +84,7 @@ export default {
   methods:{
     async listData () {
       if (this.ismanage) {
-        this.param.content.ismanage
+        this.param.content.ismanage = this.ismanage
       }
       const res = await this.$api.requested(this.param)
       this.tableData = res.data