|
@@ -71,7 +71,7 @@
|
|
|
<a-form-model-item label="报关单位" prop="declarationUnit" >
|
|
|
<j-search-select-tag
|
|
|
placeholder=""
|
|
|
- v-model="queryParam.declarationUnit"
|
|
|
+ v-model="declareElements.declarationUnit"
|
|
|
dict="declarationUnit">
|
|
|
</j-search-select-tag>
|
|
|
</a-form-model-item>
|
|
@@ -305,6 +305,7 @@ export default {
|
|
|
var newObj = {} // 新增主表
|
|
|
newObj.id = this.declareElements.id
|
|
|
newObj.declarationName = this.declareElements.declarationName //报关品名
|
|
|
+ newObj.declarationUnit = this.declareElements.declarationUnit //单位
|
|
|
newObj.hsCode = this.declareElements.hsCode
|
|
|
newObj.englishProductName = this.declareElements.englishProductName //英文品名
|
|
|
newObj.acSetNo = this.declareElements.acSetNo //账套
|