| 
														
															@@ -65,9 +65,12 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             <crop-select 
														 | 
														
														 | 
														
															             <crop-select 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               v-model="form.corpId" 
														 | 
														
														 | 
														
															               v-model="form.corpId" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               corpType="KH" 
														 | 
														
														 | 
														
															               corpType="KH" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-              :disabled="detailData.status == 1" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              disabled 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             ></crop-select> 
														 | 
														
														 | 
														
															             ></crop-select> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           </template> 
														 | 
														
														 | 
														
															           </template> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          <template slot="belongToCorpId"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <crop-select v-model="form.belongToCorpId" corpType="GS" disabled></crop-select> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          </template> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           <template slot="storageId"> 
														 | 
														
														 | 
														
															           <template slot="storageId"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             <warehouse-select 
														 | 
														
														 | 
														
															             <warehouse-select 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               v-model="form.storageId" 
														 | 
														
														 | 
														
															               v-model="form.storageId" 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -114,11 +117,11 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               @click.stop="openReport()" 
														 | 
														
														 | 
														
															               @click.stop="openReport()" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               >报表打印</el-button 
														 | 
														
														 | 
														
															               >报表打印</el-button 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             > 
														 | 
														
														 | 
														
															             > 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            <el-button type="info" size="small" :disabled="!form.id || form.customsStatus" @click.native="dialog = true;fudaSatus = 1" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <el-button :type="!form.customsStatus?'info':'primary'" size="small" :disabled="!form.id" @click.native="dialog = true;fudaSatus = 1" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             >已报关</el-button> 
														 | 
														
														 | 
														
															             >已报关</el-button> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            <el-button type="info" size="small" :disabled="!form.id || form.shippingStatus" @click.native="dialog = true;fudaSatus = 2" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <el-button :type="!form.shippingStatus?'info':'warning'" size="small" :disabled="!form.id" @click.native="dialog = true;fudaSatus = 2" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             >已出运</el-button> 
														 | 
														
														 | 
														
															             >已出运</el-button> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            <el-button type="info" size="small" :disabled="!form.id || form.documentaryStatus != '跟单中'" @click.native="dialog = true;fudaSatus = 3" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <el-button :type="form.documentaryStatus == '已完成'?'success':'info'" size="small" :disabled="!form.id" @click.native="dialog = true;fudaSatus = 3" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             >已完成</el-button> 
														 | 
														
														 | 
														
															             >已完成</el-button> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           </template> 
														 | 
														
														 | 
														
															           </template> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           <template slot-scope="{ row }" slot="corpId"> 
														 | 
														
														 | 
														
															           <template slot-scope="{ row }" slot="corpId"> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -329,6 +332,7 @@ import reportDialog from "@/components/report-dialog/main"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import { micrometerFormat, IntegerFormat } from "@/util/validate"; 
														 | 
														
														 | 
														
															 import { micrometerFormat, IntegerFormat } from "@/util/validate"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import { contrastObj, contrastList } from "@/util/contrastData"; 
														 | 
														
														 | 
														
															 import { contrastObj, contrastList } from "@/util/contrastData"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import _ from "lodash"; 
														 | 
														
														 | 
														
															 import _ from "lodash"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import fa from "element-ui/src/locale/lang/fa"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 export default { 
														 | 
														
														 | 
														
															 export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   name: "detailsPageEdit", 
														 | 
														
														 | 
														
															   name: "detailsPageEdit", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   data() { 
														 | 
														
														 | 
														
															   data() { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -361,22 +365,36 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             prop: "corpId", 
														 | 
														
														 | 
														
															             prop: "corpId", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             rules: [ 
														 | 
														
														 | 
														
															             rules: [ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               { 
														 | 
														
														 | 
														
															               { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                required: true, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                required: false, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 message: "", 
														 | 
														
														 | 
														
															                 message: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 trigger: "blur" 
														 | 
														
														 | 
														
															                 trigger: "blur" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               } 
														 | 
														
														 | 
														
															               } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             ], 
														 | 
														
														 | 
														
															             ], 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            span: 16, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            span: 8, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             slot: true 
														 | 
														
														 | 
														
															             slot: true 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          },{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            label: "公司主体", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            prop: "belongToCorpId", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            disabled: true, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            span: 8, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            rules: [ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                required: false, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                message: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                trigger: "blur" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            ] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           }, 
														 | 
														
														 | 
														
															           }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           { 
														 | 
														
														 | 
														
															           { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             label: "系统号", 
														 | 
														
														 | 
														
															             label: "系统号", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             prop: "sysNo", 
														 | 
														
														 | 
														
															             prop: "sysNo", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            disabled: true, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             span: 8 
														 | 
														
														 | 
														
															             span: 8 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           }, 
														 | 
														
														 | 
														
															           }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           { 
														 | 
														
														 | 
														
															           { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             label: "销售订单号", 
														 | 
														
														 | 
														
															             label: "销售订单号", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             prop: "srcOrderNo", 
														 | 
														
														 | 
														
															             prop: "srcOrderNo", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            disabled: true, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             span: 8 
														 | 
														
														 | 
														
															             span: 8 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           }, 
														 | 
														
														 | 
														
															           }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           { 
														 | 
														
														 | 
														
															           { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -406,6 +424,8 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             label: "客户详情", 
														 | 
														
														 | 
														
															             label: "客户详情", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             prop: "clientMessage", 
														 | 
														
														 | 
														
															             prop: "clientMessage", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             span: 8, 
														 | 
														
														 | 
														
															             span: 8, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            type: "textarea", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            minRows: 2, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             disabled: true, 
														 | 
														
														 | 
														
															             disabled: true, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           },{ 
														 | 
														
														 | 
														
															           },{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             label: "订单日期", 
														 | 
														
														 | 
														
															             label: "订单日期", 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -418,6 +438,17 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             span: 8, 
														 | 
														
														 | 
														
															             span: 8, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             disabled: true, 
														 | 
														
														 | 
														
															             disabled: true, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           },{ 
														 | 
														
														 | 
														
															           },{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            label: "联系人", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            prop: "corpAttn", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            disabled: true, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            span: 8 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            label: "电话", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            prop: "corpTel", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            disabled: true, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            span: 8 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          },{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             label: "起运港", 
														 | 
														
														 | 
														
															             label: "起运港", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             prop: "portOfLoad", 
														 | 
														
														 | 
														
															             prop: "portOfLoad", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             span: 8, 
														 | 
														
														 | 
														
															             span: 8, 
														 |