|
@@ -202,14 +202,15 @@
|
|
</vxe-table>
|
|
</vxe-table>
|
|
</el-row>-->
|
|
</el-row>-->
|
|
|
|
|
|
- <!-- 附件 -->
|
|
|
|
- <MaterialManagementDialog ref="materialManagementDialog" @getUpload="getUpload"></MaterialManagementDialog>
|
|
|
|
- <UpLoadComponent ref="uploadComponent"></UpLoadComponent>
|
|
|
|
- <CwProgramPageForm ref="cwProgramPageForm" @getProgram="getProgram"></CwProgramPageForm>
|
|
|
|
- <MaterialTypePullForm ref="materialTypePullForm" @getProgramForType="getProgramForType"></MaterialTypePullForm>
|
|
|
|
-<!-- <CwReimbursementTypePullForm ref="cwReimbursementTypePullForm" @getProgramForType="getProgramForType"></CwReimbursementTypePullForm>-->
|
|
|
|
- <UserPullForm ref="userPullForm" @getProgramForUser="getProgramForUser"></UserPullForm>
|
|
|
|
|
|
+
|
|
</el-form>
|
|
</el-form>
|
|
|
|
+ <!-- 附件 -->
|
|
|
|
+ <MaterialManagementDialog ref="materialManagementDialog" @getUpload="getUpload"></MaterialManagementDialog>
|
|
|
|
+ <UpLoadComponent ref="uploadComponent"></UpLoadComponent>
|
|
|
|
+ <CwProgramPageForm ref="cwProgramPageForm" @getProgram="getProgram"></CwProgramPageForm>
|
|
|
|
+ <MaterialTypePullForm ref="materialTypePullForm" @getProgramForType="getProgramForType"></MaterialTypePullForm>
|
|
|
|
+ <!-- <CwReimbursementTypePullForm ref="cwReimbursementTypePullForm" @getProgramForType="getProgramForType"></CwReimbursementTypePullForm>-->
|
|
|
|
+ <UserPullForm ref="userPullForm" @getProgramForUser="getProgramForUser"></UserPullForm>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -470,6 +471,7 @@
|
|
}
|
|
}
|
|
this.inputForm.files = this.$refs.uploadComponent.getDataList()
|
|
this.inputForm.files = this.$refs.uploadComponent.getDataList()
|
|
this.inputForm.status = '1'
|
|
this.inputForm.status = '1'
|
|
|
|
+ console.log('this.inputForm.tradeTotalPrice', this.inputForm.tradeTotalPrice)
|
|
this.materialManagementService.save(this.inputForm).then(({data}) => {
|
|
this.materialManagementService.save(this.inputForm).then(({data}) => {
|
|
callback()
|
|
callback()
|
|
this.$refs.inputForm.resetFields()
|
|
this.$refs.inputForm.resetFields()
|