+
+ 付款明细:
+ 新增
+
+
+
{{ scope.row.外协厂家名称 }}
-
+
{{ scope.row.总价 }}
-
-
- {{ parseFloat(scope.row.开票金额).toFixed(2) }}
-
-
-
-
- {{ scope.row.备注 }}
-
-
-
-
- {{ scope.row.备注 }}
-
-
-
-
- 编辑
- 删除
-
-
-
+
@@ -205,7 +176,7 @@ export default {
ManufacturerName: '', // 外协厂家
外协厂家流水号: '',
title1: '',
- dialogFormVisible: false,
+ dialogFormVisible1: false,
form: {
外协厂家: '',
发票号: '',
@@ -314,7 +285,7 @@ export default {
this.form.接收时间 = ''
this.form.备注 = ''
this.form.外协厂家 = ''
- this.dialogFormVisible = true
+ this.dialogFormVisible1 = true
},
// 增加确定
editType() {
@@ -330,7 +301,7 @@ export default {
this.$message.error('信息增加失败')
}
})
- this.dialogFormVisible = false
+ this.dialogFormVisible1 = false
},
// 编辑打开
handleChange1(index, row, formName) {
@@ -342,7 +313,7 @@ export default {
this.form.接收人 = row.接收人
this.form.接收时间 = row.接收时间
this.form.备注 = row.备注
- this.dialogFormVisible = true
+ this.dialogFormVisible1 = true
this.title1 = '编辑'
this.CoManufacturerFlowNumber1 = row.id
},
@@ -360,7 +331,7 @@ export default {
this.$message.error('信息修改失败')
}
})
- this.dialogFormVisible = false
+ this.dialogFormVisible1 = false
},
// 提交添加或者修改
submit(formName) {
@@ -378,7 +349,7 @@ export default {
},
// 重置表单
callOff(formName) {
- this.dialogFormVisible = false
+ this.dialogFormVisible1 = false
this.$refs[formName].resetFields()
},
// 删除