|
|
|
@ -161,7 +161,16 @@
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import { listOutorder, getOutorder, delOutorder, PurchaseOrderOutboundPda, addPurchaseOrderOutbound, getlistCK, OutboundPostingSAP } from "@/api/wms/outorder";
|
|
|
|
|
import {
|
|
|
|
|
listOutorder,
|
|
|
|
|
getOutorder,
|
|
|
|
|
delOutorder,
|
|
|
|
|
PurchaseOrderOutboundPda,
|
|
|
|
|
addPurchaseOrderOutbound,
|
|
|
|
|
getlistCK,
|
|
|
|
|
OutboundPostingSAP,
|
|
|
|
|
listOutorderZU
|
|
|
|
|
} from '@/api/wms/outorder'
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
name: "Outorder",
|
|
|
|
@ -398,7 +407,7 @@ export default {
|
|
|
|
|
// this.outorderList.forEach((item, index) => {
|
|
|
|
|
// item.index = index + 1
|
|
|
|
|
// });
|
|
|
|
|
listOutorder(this.queryParams).then(response => {
|
|
|
|
|
listOutorderZU(this.queryParams).then(response => {
|
|
|
|
|
this.outorderList = response.rows;
|
|
|
|
|
this.outorderList.forEach((item,index) => {
|
|
|
|
|
item.index = index+1
|
|
|
|
|