代码更新
This commit is contained in:
@@ -428,9 +428,9 @@ export default {
|
||||
if (this.form.storagevehicle_code === '') {
|
||||
return this.crud.notify('请绑定配粉槽', CRUD.NOTIFICATION_TYPE.INFO)
|
||||
}
|
||||
if (this.form.status !== '30') {
|
||||
return this.crud.notify('配方状态不为生产中', CRUD.NOTIFICATION_TYPE.INFO)
|
||||
}
|
||||
// if (this.form.status !== '30') {
|
||||
// return this.crud.notify('配方状态不为生产中', CRUD.NOTIFICATION_TYPE.INFO)
|
||||
// }
|
||||
const arr = this.tableDtl
|
||||
let num = 0
|
||||
for (let i = 0; i < arr.length; i++) {
|
||||
@@ -475,9 +475,9 @@ export default {
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning'
|
||||
}).then(() => {
|
||||
if (this.form.status !== '30') {
|
||||
return this.crud.notify('配方状态不为生产中', CRUD.NOTIFICATION_TYPE.INFO)
|
||||
}
|
||||
// if (this.form.status !== '30') {
|
||||
// return this.crud.notify('配方状态不为生产中', CRUD.NOTIFICATION_TYPE.INFO)
|
||||
// }
|
||||
if (this.dtlJson === null) {
|
||||
this.crud.notify('请选择物料', CRUD.NOTIFICATION_TYPE.INFO)
|
||||
return false
|
||||
|
||||
@@ -34,6 +34,18 @@
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item label="配方">
|
||||
<label slot="label">配 方:</label>
|
||||
<el-input
|
||||
v-model="query.formula_code"
|
||||
clearable
|
||||
size="mini"
|
||||
placeholder="请输入配方编码"
|
||||
class="filter-item"
|
||||
@keyup.enter.native="crud.toQuery"
|
||||
/>
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item label="批次">
|
||||
<label slot="label">批 次:</label>
|
||||
<el-input
|
||||
|
||||
Reference in New Issue
Block a user