...
|
...
|
@@ -7,7 +7,7 @@ |
|
|
</layout-filter>
|
|
|
|
|
|
<layout-action>
|
|
|
<Button type="error" @click="onClickCreate" :disabled="this.selection.length === 0">发货</Button>
|
|
|
<Button type="primary" @click="onClickCreate" :disabled="this.selection.length === 0">发货</Button>
|
|
|
<Button @click="$router.go(-1)">返回发货入库列表</Button>
|
|
|
</layout-action>
|
|
|
|
...
|
...
|
|