| 
														
															@@ -90,16 +90,14 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             @saveColumn="saveColumn" 
														 | 
														
														 | 
														
															             @saveColumn="saveColumn" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           > 
														 | 
														
														 | 
														
															           > 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             <template slot="priceCategory" slot-scope="{row,index}"> 
														 | 
														
														 | 
														
															             <template slot="priceCategory" slot-scope="{row,index}"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-              <span v-if="row.$cellEdit" class="required_fields">*</span> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-              <el-input 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              <select-component 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 v-if="row.$cellEdit" 
														 | 
														
														 | 
														
															                 v-if="row.$cellEdit" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 v-model="row.priceCategoryNames" 
														 | 
														
														 | 
														
															                 v-model="row.priceCategoryNames" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                size="small" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                placeholder="请点击右侧按钮选择" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                :disabled="true" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                style="width: 63%" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-              ></el-input> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-              <el-button v-if="row.$cellEdit" size="small" icon="el-icon-search" @click="choice(row)"></el-button> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                @valueName="(value) => valueName(value,row)" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+               :configuration="itemConfiguration" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              > 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                <!-- @valueName="valueName($event,row)"   保留入参情况下,自定义参数--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              </select-component> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               <span v-else>{{ row.priceCategoryNames }}</span> 
														 | 
														
														 | 
														
															               <span v-else>{{ row.priceCategoryNames }}</span> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             </template> 
														 | 
														
														 | 
														
															             </template> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             <template slot="itemType" slot-scope="{row,index}"> 
														 | 
														
														 | 
														
															             <template slot="itemType" slot-scope="{row,index}"> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -397,6 +395,15 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         placeholder:'请点击右边按钮选择', 
														 | 
														
														 | 
														
															         placeholder:'请点击右边按钮选择', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         dicData:[] 
														 | 
														
														 | 
														
															         dicData:[] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       }, 
														 | 
														
														 | 
														
															       }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      itemConfiguration:{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        multipleChoices:false, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        multiple:false, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        disabled:false, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        searchShow:true, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        collapseTags:false, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        placeholder:'请点击右边按钮选择', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        dicData:[] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       // 合同上传数据 
														 | 
														
														 | 
														
															       // 合同上传数据 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       uploadList: uploadList, 
														 | 
														
														 | 
														
															       uploadList: uploadList, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       // 合同数据 
														 | 
														
														 | 
														
															       // 合同数据 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -487,7 +494,6 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           },{ 
														 | 
														
														 | 
														
															           },{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             label: '合同号', 
														 | 
														
														 | 
														
															             label: '合同号', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             prop: 'orderNo', 
														 | 
														
														 | 
														
															             prop: 'orderNo', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            disabled:true, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             rules: [ 
														 | 
														
														 | 
														
															             rules: [ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               { 
														 | 
														
														 | 
														
															               { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 required: false, 
														 | 
														
														 | 
														
															                 required: false, 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -550,18 +556,8 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 trigger: 'blur' 
														 | 
														
														 | 
														
															                 trigger: 'blur' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               } 
														 | 
														
														 | 
														
															               } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             ] 
														 | 
														
														 | 
														
															             ] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          }, { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            label: '业务员', 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            prop: 'salesName', 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            dicData: [], 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            rules: [ 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-              { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                required: false, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                message: ' ', 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                trigger: 'blur' 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-              } 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            ] 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          },{ 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             label: '要求发货日期', 
														 | 
														
														 | 
														
															             label: '要求发货日期', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             prop: 'requiredDeliveryDate', 
														 | 
														
														 | 
														
															             prop: 'requiredDeliveryDate', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             type:'date', 
														 | 
														
														 | 
														
															             type:'date', 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -583,18 +579,8 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 trigger: 'blur' 
														 | 
														
														 | 
														
															                 trigger: 'blur' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               } 
														 | 
														
														 | 
														
															               } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             ] 
														 | 
														
														 | 
														
															             ] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          },{ 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            label: '到港日期', 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            prop: 'dateOfArrival', 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            type:'date', 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            rules: [ 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-              { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                required: false, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                message: ' ', 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                trigger: 'blur' 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-              } 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            ] 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          }, { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             label: '单价', 
														 | 
														
														 | 
														
															             label: '单价', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             prop: 'salesPrice', 
														 | 
														
														 | 
														
															             prop: 'salesPrice', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             rules: [ 
														 | 
														
														 | 
														
															             rules: [ 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -610,7 +596,6 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           }, { 
														 | 
														
														 | 
														
															           }, { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             label: '汇率', 
														 | 
														
														 | 
														
															             label: '汇率', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             prop: 'exchangeRate', 
														 | 
														
														 | 
														
															             prop: 'exchangeRate', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            disabled: true, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           }, { 
														 | 
														
														 | 
														
															           }, { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             label: '人民币金额', 
														 | 
														
														 | 
														
															             label: '人民币金额', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             prop: 'rmbAmount', 
														 | 
														
														 | 
														
															             prop: 'rmbAmount', 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -624,6 +609,18 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           }, { 
														 | 
														
														 | 
														
															           }, { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             label: '付款方式', 
														 | 
														
														 | 
														
															             label: '付款方式', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             prop: 'paymentType', 
														 | 
														
														 | 
														
															             prop: 'paymentType', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            label: '到港日期', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            prop: 'dateOfArrival', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            type:'date', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            rules: [ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                required: false, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                message: ' ', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                trigger: 'blur' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            ] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           }, { 
														 | 
														
														 | 
														
															           }, { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             label: '付款/开证日期', 
														 | 
														
														 | 
														
															             label: '付款/开证日期', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             prop: 'accountsCollectionDate', 
														 | 
														
														 | 
														
															             prop: 'accountsCollectionDate', 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -635,7 +632,20 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 trigger: 'blur' 
														 | 
														
														 | 
														
															                 trigger: 'blur' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               } 
														 | 
														
														 | 
														
															               } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             ] 
														 | 
														
														 | 
														
															             ] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          }, { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            label: '信用证到期日', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            prop: 'creditDate', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            type:'date', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            rules: [ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                required: false, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                message: ' ', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                trigger: 'blur' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            ] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             label: '预付(保证)金额', 
														 | 
														
														 | 
														
															             label: '预付(保证)金额', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             prop: 'advancePayment', 
														 | 
														
														 | 
														
															             prop: 'advancePayment', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             rules: [ 
														 | 
														
														 | 
														
															             rules: [ 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -655,10 +665,11 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 trigger: 'blur' 
														 | 
														
														 | 
														
															                 trigger: 'blur' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               } 
														 | 
														
														 | 
														
															               } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             ] 
														 | 
														
														 | 
														
															             ] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          }, { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            label: '信用证到期日', 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            prop: 'creditDate', 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            type:'date', 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            label: '码单重量', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            prop: 'billWeight', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            disabled: true, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             rules: [ 
														 | 
														
														 | 
														
															             rules: [ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               { 
														 | 
														
														 | 
														
															               { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 required: false, 
														 | 
														
														 | 
														
															                 required: false, 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -667,8 +678,8 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               } 
														 | 
														
														 | 
														
															               } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             ] 
														 | 
														
														 | 
														
															             ] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           },  { 
														 | 
														
														 | 
														
															           },  { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            label: '码单重量', 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            prop: 'billWeight', 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            label: '发票重量', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            prop: 'invoiceWeight', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             disabled: true, 
														 | 
														
														 | 
														
															             disabled: true, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             rules: [ 
														 | 
														
														 | 
														
															             rules: [ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               { 
														 | 
														
														 | 
														
															               { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -677,10 +688,11 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 trigger: 'blur' 
														 | 
														
														 | 
														
															                 trigger: 'blur' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               } 
														 | 
														
														 | 
														
															               } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             ] 
														 | 
														
														 | 
														
															             ] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          },  { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            label: '发票重量', 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            prop: 'invoiceWeight', 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            disabled: true, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            label: '业务员', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            prop: 'salesName', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            dicData: [], 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             rules: [ 
														 | 
														
														 | 
														
															             rules: [ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               { 
														 | 
														
														 | 
														
															               { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 required: false, 
														 | 
														
														 | 
														
															                 required: false, 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -688,8 +700,8 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 trigger: 'blur' 
														 | 
														
														 | 
														
															                 trigger: 'blur' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               } 
														 | 
														
														 | 
														
															               } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             ] 
														 | 
														
														 | 
														
															             ] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          },  { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            label: "订单备注", 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          },{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            label: "备注", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             span: 24, 
														 | 
														
														 | 
														
															             span: 24, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             prop: "orderRemark", 
														 | 
														
														 | 
														
															             prop: "orderRemark", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             mock: { 
														 | 
														
														 | 
														
															             mock: { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -743,6 +755,9 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     uploadFile 
														 | 
														
														 | 
														
															     uploadFile 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   }, 
														 | 
														
														 | 
														
															   }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   methods: { 
														 | 
														
														 | 
														
															   methods: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    valueName(value,row){ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      this.$set(row,"priceCategoryNames",value) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     //单价 
														 | 
														
														 | 
														
															     //单价 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     priceChange(row) { 
														 | 
														
														 | 
														
															     priceChange(row) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       if (!row.price) { 
														 | 
														
														 | 
														
															       if (!row.price) { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1060,7 +1075,10 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     //商品新增触发 
														 | 
														
														 | 
														
															     //商品新增触发 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     commoditySelection() { 
														 | 
														
														 | 
														
															     commoditySelection() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      this.$refs.crudContact.rowCellAdd(); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      const params = { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        price:this.form.salesPrice 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      this.$refs.crudContact.rowCellAdd(params); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     //点击行可编辑 
														 | 
														
														 | 
														
															     //点击行可编辑 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     handleRowClick(row, event, column) { 
														 | 
														
														 | 
														
															     handleRowClick(row, event, column) { 
														 |