Commit 24cffea2 authored by 沈翠玲's avatar 沈翠玲

Merge branch 'dev' of http://git.local.topsunit.com/mes/mes-ui into dev

parents e24fe535 c9a5a0fc
......@@ -45,6 +45,15 @@ export function batchAddCombination(data) {
})
}
// 生产组合单-新增-追加组合单
export function insertCombination(data) {
return request({
url: '/pro/combination/insert',
method: 'post',
data: data
})
}
// 新增生产组合单
export function batchAddCombinations(data) {
return request({
......
......@@ -116,7 +116,7 @@
<dict-tag :options="dict.type.sys_yes_no" :value="scope.row.width"/>
</template>
</el-table-column>
<el-table-column label="产品材" align="center" prop="productMaterial" >
<el-table-column label="产品材" align="center" prop="productMaterial" >
<template slot-scope="scope">
<dict-tag :options="dict.type.sys_yes_no" :value="scope.row.productMaterial"/>
</template>
......@@ -363,7 +363,7 @@
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="产品材" label-width="120px">
<el-form-item label="产品材" label-width="120px">
<el-radio-group v-model="form.productMaterial" disabled v-if="optType=='view'">
<el-radio
v-for="dict in dict.type.sys_yes_no"
......
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