|
|
|
|
@ -31,8 +31,8 @@
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item>
|
|
|
|
|
<el-button :loading="parentTableLoad" type="primary" @click="query">查询</el-button>
|
|
|
|
|
<el-button @click="reset">重置</el-button>
|
|
|
|
|
<el-button :loading="parentTableLoad" type="primary" @click="query">刷新</el-button>
|
|
|
|
|
<!-- <el-button @click="reset">重置</el-button>-->
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-form>
|
|
|
|
|
</el-card>
|
|
|
|
|
@ -44,12 +44,12 @@
|
|
|
|
|
<el-button type="primary" plain icon="Plus" @click="parentTableAdd">新增</el-button>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="1.5">
|
|
|
|
|
<el-button type="success" plain icon="Edit" :disabled="ids.length !== 1" @click="parentTableUpdate()">修改
|
|
|
|
|
<!-- <el-button type="success" plain icon="Edit" :disabled="ids.length !== 1" @click="parentTableUpdate()">修改
|
|
|
|
|
</el-button>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="1.5">
|
|
|
|
|
<el-button type="danger" plain icon="Delete" :disabled="ids.length < 1" @click="parentTableDelete()">删除
|
|
|
|
|
</el-button>
|
|
|
|
|
</el-button>-->
|
|
|
|
|
</el-col>
|
|
|
|
|
<!-- <el-col :span="1.5">-->
|
|
|
|
|
<!-- <el-button type="warning" plain icon="Download" @click="handleExport">导出</el-button>-->
|
|
|
|
|
@ -95,11 +95,11 @@
|
|
|
|
|
<dict-tag :options="wms_allocate_way" :value="scope.row.inMethod"/>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column> -->
|
|
|
|
|
<el-table-column label="操作" align="center" width="200">
|
|
|
|
|
<!-- <el-table-column label="操作" align="center" width="200">
|
|
|
|
|
<template #default="scope">
|
|
|
|
|
<!-- <el-button size="small" @click.stop="viewDetails(scope.row)">-->
|
|
|
|
|
<!-- 查看-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<!– <el-button size="small" @click.stop="viewDetails(scope.row)">–>
|
|
|
|
|
<!– 查看–>
|
|
|
|
|
<!– </el-button>–>
|
|
|
|
|
<el-button size="small" @click.stop="parentTableApprove(scope.row)" v-if="scope.row.auditStatus==0&&scope.row.auditBy!=''">
|
|
|
|
|
审批
|
|
|
|
|
</el-button>
|
|
|
|
|
@ -114,7 +114,7 @@
|
|
|
|
|
删除
|
|
|
|
|
</el-button>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table-column>-->
|
|
|
|
|
</el-table>
|
|
|
|
|
<pagination v-show="parentTableTotal > 0" :total="parentTableTotal" v-model:page="queryForm.pageNum"
|
|
|
|
|
v-model:limit="queryForm.pageSize" @pagination="getParentTable"/>
|
|
|
|
|
@ -130,7 +130,7 @@
|
|
|
|
|
<dict-tag :options="wsm_is_inspection" :value="scope.row.isInspection"/>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>-->
|
|
|
|
|
<el-table-column label="已分包数量" align="center" prop="printedNum" />
|
|
|
|
|
<!-- <el-table-column label="已分包数量" align="center" prop="printedNum" />-->
|
|
|
|
|
<el-table-column label="物料规格" align="center" prop="materialSpe"/>
|
|
|
|
|
<el-table-column label="计量单位名称" align="center" prop="unitName"/>
|
|
|
|
|
<!-- <el-table-column label="是否有条码" align="center" prop="codeYesNo">
|
|
|
|
|
@ -140,11 +140,11 @@
|
|
|
|
|
</el-table-column>-->
|
|
|
|
|
<!-- <el-table-column label="物料大类" align="center" prop="materialCategoryName">-->
|
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
|
<el-table-column label="操作" fixed="right" width="200">
|
|
|
|
|
<!-- <el-table-column label="操作" fixed="right" width="200">
|
|
|
|
|
<template #default="scope">
|
|
|
|
|
<el-button size="small" @click="childrenTableUpdate( scope.row)" v-if="auditStatusLoad && partntTableSelectCell.instockType !== '6'">
|
|
|
|
|
<!– <el-button size="small" @click="childrenTableUpdate( scope.row)" v-if="auditStatusLoad && partntTableSelectCell.instockType !== '6'">
|
|
|
|
|
打印
|
|
|
|
|
</el-button>
|
|
|
|
|
</el-button>–>
|
|
|
|
|
<el-button
|
|
|
|
|
size="small"
|
|
|
|
|
type="danger"
|
|
|
|
|
@ -152,11 +152,11 @@
|
|
|
|
|
>
|
|
|
|
|
删除
|
|
|
|
|
</el-button>
|
|
|
|
|
<!-- <el-tooltip content="打印" placement="top">
|
|
|
|
|
<el-tooltip content="打印" placement="top">
|
|
|
|
|
<el-button type="primary" @click="handlePrint(scope.row)">打印</el-button>
|
|
|
|
|
</el-tooltip> -->
|
|
|
|
|
</el-tooltip>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table-column>-->
|
|
|
|
|
</el-table>
|
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
@ -360,17 +360,17 @@
|
|
|
|
|
<!-- </el-select>-->
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
|
<el-table-column label="操作" fixed="right" width="200">
|
|
|
|
|
<!-- <el-table-column label="操作" fixed="right" width="200">
|
|
|
|
|
<template #default="scope">
|
|
|
|
|
<el-button
|
|
|
|
|
<!– <el-button
|
|
|
|
|
size="small"
|
|
|
|
|
type="danger"
|
|
|
|
|
@click="tableUDelete(scope.row)"
|
|
|
|
|
>
|
|
|
|
|
删除
|
|
|
|
|
</el-button>
|
|
|
|
|
</el-button>–>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table-column>-->
|
|
|
|
|
<!-- <el-table-column label="已包数量" prop="printedNum">
|
|
|
|
|
<template #default="scope">
|
|
|
|
|
<el-input v-model="scope.row.printedNum" placeholder="请输入已包数量" />
|
|
|
|
|
|