|
@@ -688,6 +688,7 @@ export default {
|
|
|
handleEdit: function(row) {
|
|
|
this.dialogFormVisible = true
|
|
|
this.operation = false
|
|
|
+
|
|
|
this.dataForm={
|
|
|
supplierName:"", //供应商名称
|
|
|
mobile:"", //供应商电话
|
|
@@ -719,6 +720,9 @@ export default {
|
|
|
|
|
|
// this.dataForm = Object.assign({}, row)
|
|
|
// this.dataForm.jobId = row.jobId
|
|
|
+ api.price(row).then((resp)=>{
|
|
|
+ this.dataForm.priceData = resp.data.data.records
|
|
|
+ })
|
|
|
},
|
|
|
//查看详情
|
|
|
handleLook(row){
|