|  | @@ -223,7 +223,8 @@
 | 
	
		
			
				|  |  |            </template>
 | 
	
		
			
				|  |  |            <template slot="orderNo">
 | 
	
		
			
				|  |  |              <el-input size="mini" v-model="form.orderNo" oninput="this.value=this.value.toUpperCase()"
 | 
	
		
			
				|  |  | -              placeholder="请输入 " :disabled="detailData.status == 1" />
 | 
	
		
			
				|  |  | +              placeholder="请输入 " disabled />
 | 
	
		
			
				|  |  | +              <!--:disabled="detailData.status == 1"-->
 | 
	
		
			
				|  |  |            </template>
 | 
	
		
			
				|  |  |          </avue-form>
 | 
	
		
			
				|  |  |        </trade-card>
 | 
	
	
		
			
				|  | @@ -1326,7 +1327,6 @@ export default {
 | 
	
		
			
				|  |  |            getDictionary({code:'mode_transport'}).then(res=>{
 | 
	
		
			
				|  |  |                // this.findObject(this.option.column, "transport").dicData = res.data.data
 | 
	
		
			
				|  |  |                this.transportOption = res.data.data
 | 
	
		
			
				|  |  | -              console.log(res,1312)
 | 
	
		
			
				|  |  |            })
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |          // 运输方式的监听事件
 | 
	
	
		
			
				|  | @@ -2325,7 +2325,6 @@ export default {
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |            const orderFeesList = this.$refs.feeInfo.submitData();
 | 
	
		
			
				|  |  | -          console.log('orderFeesList',orderFeesList);
 | 
	
		
			
				|  |  |            for (let i = 0; i < orderFeesList.length; i++) {
 | 
	
		
			
				|  |  |              // if (orderFeesList[i].corpId == null) {
 | 
	
		
			
				|  |  |              //   return this.$message.error(`请输入第${i + 1}行的结算中心`);
 |