装备草稿接口对接

This commit is contained in:
zzyuan 2024-11-28 18:28:01 +08:00
parent b662406c55
commit 2ee19e7551
1 changed files with 4 additions and 4 deletions

View File

@ -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>