Commit 6c62330b authored by 沈翠玲's avatar 沈翠玲

补数工单类型不可以再进行补数

parent 498bfc3d
......@@ -85,11 +85,11 @@
</el-form>
<el-row :gutter="10" class="mb8">
<el-col :span="1.5">
<!-- <el-col :span="1.5">
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="handleAdd"
v-hasPermi="['mes:pro:workorder:add']">新增
</el-button>
</el-col>
</el-col> -->
<el-col :span="1.5">
<el-button type="success" plain icon="el-icon-edit" size="mini" :disabled="single" @click="handleUpdate"
v-hasPermi="['mes:pro:workorder:edit']">修改
......@@ -1149,6 +1149,7 @@ export default {
// });
},
handleMake() {
if (this.selectedRows[0].workorderType === 'complements') return this.$message.warning('补数工单类型不可以再继续补数操作')
// if (this.selectedRows[0].workorderType == 'product' && this.selectedRows[0].status == "SCHEDULED"
// ) {
const workorderId = this.selectedRows[0].workorderId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment