装备草稿接口对接
This commit is contained in:
parent
b662406c55
commit
2ee19e7551
|
|
@ -469,7 +469,7 @@
|
||||||
message: '保存成功'
|
message: '保存成功'
|
||||||
})
|
})
|
||||||
dialogFormVisibleSettlein.value = false
|
dialogFormVisibleSettlein.value = false
|
||||||
ruleFormRef.value.resetField()
|
// ruleFormRef.value.resetField()
|
||||||
getList()
|
getList()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -504,7 +504,7 @@
|
||||||
message: '保存成功'
|
message: '保存成功'
|
||||||
})
|
})
|
||||||
dialogFormVisibleSettlein.value = false
|
dialogFormVisibleSettlein.value = false
|
||||||
ruleFormRef.value.resetField()
|
// ruleFormRef.value.resetField()
|
||||||
getList()
|
getList()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -780,7 +780,7 @@
|
||||||
<el-button type="" @click="closeDialogBtn">
|
<el-button type="" @click="closeDialogBtn">
|
||||||
关 闭
|
关 闭
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button type="warning" @click="saveTemp" v-if="!disabledForm || isEditDisabled">
|
<el-button type="warning" @click="saveTemp" v-if="!equipmentDeploymentParams.maStatus||equipmentDeploymentParams.maStatus==0">
|
||||||
草 稿
|
草 稿
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button type="primary" @click="submitBtn" v-if="!disabledForm || isEditDisabled" >
|
<el-button type="primary" @click="submitBtn" v-if="!disabledForm || isEditDisabled" >
|
||||||
|
|
@ -868,7 +868,7 @@
|
||||||
<el-date-picker
|
<el-date-picker
|
||||||
v-model="equipmentDeploymentParams.productionDate"
|
v-model="equipmentDeploymentParams.productionDate"
|
||||||
placeholder="请选择出厂日期"
|
placeholder="请选择出厂日期"
|
||||||
value-format="yyyy-MM-dd"
|
value-format="YYYY-MM-DD"
|
||||||
type="date" style="width: 350px;">
|
type="date" style="width: 350px;">
|
||||||
</el-date-picker>
|
</el-date-picker>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue