...
|
...
|
@@ -45,7 +45,7 @@ |
|
|
@on-change="pageChange" :page-size="20" show-total></Page>
|
|
|
</LayoutList>
|
|
|
|
|
|
<OutStock></OutStock>
|
|
|
<UploadStockOut></UploadStockOut>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
...
|
...
|
@@ -54,8 +54,8 @@ |
|
|
import moment from 'moment';
|
|
|
import service from 'trade-service';
|
|
|
import Store from '../store/undone';
|
|
|
import { OutStock } from 'trade/out-stock'
|
|
|
import { CellInfo, CellDispatch, CellDeliver, CellStockOut } from 'trade/table-cell';
|
|
|
import { UploadStockOut } from 'components/modal'
|
|
|
import { CellPrdInfo, CellDispatch, CellDeliver, CellStockOut } from 'components/cell';
|
|
|
|
|
|
export default {
|
|
|
name: 'TabUndone',
|
...
|
...
|
@@ -178,11 +178,11 @@ |
|
|
}
|
|
|
},
|
|
|
components: {
|
|
|
CellInfo,
|
|
|
CellPrdInfo,
|
|
|
CellDispatch,
|
|
|
CellDeliver,
|
|
|
CellStockOut,
|
|
|
OutStock
|
|
|
UploadStockOut
|
|
|
}
|
|
|
};
|
|
|
</script>
|
...
|
...
|
|