|
|
|
@ -120,7 +120,8 @@
|
|
|
|
|
</el-form>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-table v-loading="loading" :data="rawoutstockList" @selection-change="handleSelectionChange">
|
|
|
|
|
<el-table height="500" max-height="500" v-loading="loading" :data="rawoutstockList"
|
|
|
|
|
@selection-change="handleSelectionChange">
|
|
|
|
|
<el-table-column type="selection" width="55" align="center"/>
|
|
|
|
|
<el-table-column label="任务编号" align="center" prop="taskCode"/>
|
|
|
|
|
<el-table-column label="仓库名称" align="center" prop="warehouseName"/>
|
|
|
|
@ -161,14 +162,16 @@
|
|
|
|
|
@click="handleAudit(scope.row)"
|
|
|
|
|
v-hasPermi="['wms:rawoutstock:edit']"
|
|
|
|
|
v-if="scope.row.auditStatus=='0'"
|
|
|
|
|
>审核</el-button>
|
|
|
|
|
>审核
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button
|
|
|
|
|
size="mini"
|
|
|
|
|
type="text"
|
|
|
|
|
icon="el-icon-info"
|
|
|
|
|
@click="handleDetail(scope.row)"
|
|
|
|
|
v-hasPermi="['wms:rawoutstock:edit']"
|
|
|
|
|
>详情</el-button>
|
|
|
|
|
>详情
|
|
|
|
|
</el-button>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
|