|
@@ -43,30 +43,6 @@
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
|
|
|
- <a-col :md="6" :sm="8">
|
|
|
- <a-form-model-item label="HScode" prop="hsCode">
|
|
|
- {{ detailsShipDet.hsCode }}
|
|
|
- </a-form-model-item>
|
|
|
- </a-col>
|
|
|
-
|
|
|
- <a-col :md="6" :sm="8">
|
|
|
- <a-form-model-item label="中文品名" prop="chineseName">
|
|
|
- {{ detailsShipDet.chineseName }}
|
|
|
- </a-form-model-item>
|
|
|
- </a-col>
|
|
|
-
|
|
|
- <a-col :md="6" :sm="8">
|
|
|
- <a-form-model-item label="英文品名" prop="englishProductName">
|
|
|
- {{ detailsShipDet.englishProductName }}
|
|
|
- </a-form-model-item>
|
|
|
- </a-col>
|
|
|
-
|
|
|
- <a-col :md="6" :sm="8">
|
|
|
- <a-form-model-item label="报关品名" prop="declarationName">
|
|
|
- {{ detailsShipDet.declarationName }}
|
|
|
- </a-form-model-item>
|
|
|
- </a-col>
|
|
|
-
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="成衣工厂" prop="garmentFactory">
|
|
|
{{ detailsShipDet.garmentFactory }}
|
|
@@ -176,7 +152,7 @@ export default {
|
|
|
{
|
|
|
title: '订单主表ID',
|
|
|
dataIndex: 'syOrderDataId',
|
|
|
- width: 80,
|
|
|
+ width: 160,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|