| 
														
															@@ -529,11 +529,11 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 <el-table-column 
														 | 
														
														 | 
														
															                 <el-table-column 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                   label="已派车货量" 
														 | 
														
														 | 
														
															                   label="已派车货量" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                   align="center" 
														 | 
														
														 | 
														
															                   align="center" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                  prop="cntrBlcQty" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                  prop="planQty" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 > 
														 | 
														
														 | 
														
															                 > 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                   <template slot-scope="scope"> 
														 | 
														
														 | 
														
															                   <template slot-scope="scope"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     <el-input 
														 | 
														
														 | 
														
															                     <el-input 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                      v-model="scope.row.cntrBlcQty" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                      v-model="scope.row.planQty" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                       placeholder="已派车货量" 
														 | 
														
														 | 
														
															                       placeholder="已派车货量" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                       :disabled="true" 
														 | 
														
														 | 
														
															                       :disabled="true" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     /> 
														 | 
														
														 | 
														
															                     /> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1555,7 +1555,9 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         singleaddFtmsorderbillsplans(formData).then((response) => { 
														 | 
														
														 | 
														
															         singleaddFtmsorderbillsplans(formData).then((response) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           this.msgSuccess("成功提交"); 
														 | 
														
														 | 
														
															           this.msgSuccess("成功提交"); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           if (response.code == 200) { 
														 | 
														
														 | 
														
															           if (response.code == 200) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            row["billStatus"] = response.data.billStatus; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            // row["billStatus"] = response.data.billStatus; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            this.$set(row, 'id', response.data.id) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            this.$set(row, 'billStatus', response.data.billStatus) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           } 
														 | 
														
														 | 
														
															           } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }); 
														 | 
														
														 | 
														
															         }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       } else { 
														 | 
														
														 | 
														
															       } else { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1580,6 +1582,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         revokeFtmsorderbillsplans(row).then((response) => { 
														 | 
														
														 | 
														
															         revokeFtmsorderbillsplans(row).then((response) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           if (response.code == 200) { 
														 | 
														
														 | 
														
															           if (response.code == 200) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             this.msgSuccess("成功撤回"); 
														 | 
														
														 | 
														
															             this.msgSuccess("成功撤回"); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            this.$set(row, 'billStatus', response.data.billStatus) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           } 
														 | 
														
														 | 
														
															           } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }); 
														 | 
														
														 | 
														
															         }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       }else{ 
														 | 
														
														 | 
														
															       }else{ 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1598,4 +1601,4 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   }, 
														 | 
														
														 | 
														
															   }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 }; 
														 | 
														
														 | 
														
															 }; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-</script> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+</script> 
														 |