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