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