Pārlūkot izejas kodu

Merge branch 'cjh' of 121.41.102.225:Nidong/jiufang

mushencc 3 gadi atpakaļ
vecāks
revīzija
5d5b5d9782

+ 1 - 1
src/views/ProductionOrderList/Deliverylist/matchIronware.vue

@@ -459,7 +459,7 @@ export default {
       this.modelRightTableData.forEach((r) => {
         this.modelLeftTableData.forEach((l) => {
           if (r.id == l.id) {
-            if (r.remain_num < l.remain_num) {
+            if (r.remain_num > l.remain_num) {
               ifTrue = 1;
             }
           }

+ 1 - 0
src/views/ProductionOrderList/ProductCheck/detail.vue

@@ -103,6 +103,7 @@
           show-elevator
           :total="leftTotal"
           show-sizer
+          :transfer="true"
           :page-size="leftPageSize"
         />
           </div>

+ 1 - 1
src/views/ProductionOrderList/ProductCheck/list.vue

@@ -1,6 +1,6 @@
 <template>
     <div>
-           <Toptitle title="生产清单"></Toptitle>
+           <Toptitle title="生产清单"></Toptitle>
            <div class="content">
                <Form :label-width='100' class="form_content">
                     <FormItem label='项目编码:'>