|
@@ -115,17 +115,23 @@
|
|
|
</a-form-model-item>
|
|
|
</a-col> -->
|
|
|
|
|
|
- <!-- <a-col :md="6" :sm="8">
|
|
|
+ <a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="中文品名" prop="chineseName">
|
|
|
<a-input placeholder="请输入中文品名" v-model="addShipDet.chineseName"></a-input>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
-
|
|
|
+
|
|
|
<a-col :md="6" :sm="8">
|
|
|
- <a-form-model-item label="英文品名" prop="englishName">
|
|
|
- <a-input placeholder="请输入英文品名" v-model="addShipDet.englishName"></a-input>
|
|
|
+ <a-form-model-item label="英文品名" prop="englishProductName">
|
|
|
+ <a-input placeholder="请输入英文品名" v-model="addShipDet.englishProductName"></a-input>
|
|
|
</a-form-model-item>
|
|
|
- </a-col> -->
|
|
|
+ </a-col>
|
|
|
+
|
|
|
+ <a-col :md="6" :sm="8">
|
|
|
+ <a-form-model-item label="报关品名" prop="declarationName">
|
|
|
+ <a-input placeholder="请输入报关品名" v-model="addShipDet.declarationName"></a-input>
|
|
|
+ </a-form-model-item>
|
|
|
+ </a-col>
|
|
|
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="成衣工厂" prop="garmentFactory">
|
|
@@ -238,17 +244,17 @@
|
|
|
</a-form-model-item>
|
|
|
</template>
|
|
|
<!-- 中文品名 :rules="rules.chineseName"-->
|
|
|
- <template slot="chineseName" slot-scope="text, record, index">
|
|
|
+ <!-- <template slot="chineseName" slot-scope="text, record, index">
|
|
|
<a-form-model-item prop="chineseName">
|
|
|
<a-input style="width:100%" type="text" v-model="record.chineseName" />
|
|
|
</a-form-model-item>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
<!-- 英文品名 :rules="rules.englishName"-->
|
|
|
- <template slot="englishName" slot-scope="text, record, index">
|
|
|
+ <!-- <template slot="englishName" slot-scope="text, record, index">
|
|
|
<a-form-model-item prop="englishName">
|
|
|
<a-input style="width:100%" type="text" v-model="record.englishName" />
|
|
|
</a-form-model-item>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
|
|
|
<!-- 操作 -->
|
|
|
<template slot="operationSlot" slot-scope="text, record, index">
|
|
@@ -319,7 +325,7 @@ export default {
|
|
|
columns: [
|
|
|
{
|
|
|
title: '账套',
|
|
|
- dataIndex: 'pkOrg',
|
|
|
+ dataIndex: 'account',
|
|
|
width: 80,
|
|
|
fixed: 'left',
|
|
|
className: 'replacecolor'
|
|
@@ -568,21 +574,21 @@ export default {
|
|
|
scopedSlots: { customRender: 'declarationElements' },
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
- {
|
|
|
- title: '中文品名',
|
|
|
- dataIndex: 'chineseName',
|
|
|
- width: 160,
|
|
|
- scopedSlots: { customRender: 'chineseName' },
|
|
|
- className: 'replacecolor'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '中文品名',
|
|
|
+ // dataIndex: 'chineseName',
|
|
|
+ // width: 160,
|
|
|
+ // scopedSlots: { customRender: 'chineseName' },
|
|
|
+ // className: 'replacecolor'
|
|
|
+ // },
|
|
|
|
|
|
- {
|
|
|
- title: '英文品名',
|
|
|
- dataIndex: 'englishName',
|
|
|
- width: 160,
|
|
|
- scopedSlots: { customRender: 'englishName' },
|
|
|
- className: 'replacecolor'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '英文品名',
|
|
|
+ // dataIndex: 'englishName',
|
|
|
+ // width: 160,
|
|
|
+ // scopedSlots: { customRender: 'englishName' },
|
|
|
+ // className: 'replacecolor'
|
|
|
+ // },
|
|
|
{
|
|
|
title: '价格备注',
|
|
|
dataIndex: 'priceRemarks',
|
|
@@ -663,10 +669,11 @@ export default {
|
|
|
// newObj.factoryUnitPrice = this.addShipDet.factoryUnitPrice
|
|
|
// newObj.declarationElements = this.addShipDet.declarationElements
|
|
|
// newObj.numberOfSets = this.addShipDet.numberOfSets
|
|
|
- // newObj.chineseName = this.addShipDet.chineseName
|
|
|
- // newObj.englishName = this.addShipDet.englishName
|
|
|
+ newObj.chineseName = this.addShipDet.chineseName
|
|
|
+ newObj.englishProductName = this.addShipDet.englishProductName
|
|
|
newObj.garmentFactory = this.addShipDet.garmentFactory
|
|
|
newObj.hsCode = this.addShipDet.hsCode
|
|
|
+ newObj.declarationName = this.addShipDet.declarationName
|
|
|
// newObj.customsDeclarationUnitPrice = this.addShipDet.customsDeclarationUnitPrice
|
|
|
|
|
|
newObj.memo = this.addShipDet.memo // U8系统适用
|