mushencc 3 gadi atpakaļ
vecāks
revīzija
567a154aa4

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

@@ -41,7 +41,7 @@
           @click="confirmOutStock(row, 1)"
           v-if="row.state == 0"
           class="map-margin"
-          >确认出库</a
+          >发货</a
         >
         <!-- &&(persimissionData['确认出库'] || persimissionData.all) -->
         <a

+ 4 - 4
src/views/ProductionOrderList/InboundForm/details.vue

@@ -40,14 +40,14 @@
           type="success"
           ghost
           style="margin-right:10px;"
-          >批量入库</Button
+          >批量包装完成</Button
         >
         <Button
           v-if="$route.query.type == 4"
           type="warning"
           ghost
           @click="outStock(selects_out)"
-          >批量出库</Button
+          >批量发货指令</Button
         >
         <Button
           v-if="$route.query.type == 2"
@@ -97,12 +97,12 @@
           class="map-margin"
           v-if="row.in_out_value !== 1"
           @click="outShip(row,3)"
-          >确认出库</a
+          >包装完成</a
         >
          <a
           class="map-margin"
           @click="row.sub_state != 3 ? outShip(row, 2) : ''"
-          >{{ row.sub_state != 3 ? "运输" : "" }}</a
+          >{{ row.sub_state != 3 ? "发货指令" : "" }}</a
         >
       </template>
       <Modal