Kaynağa Gözat

增加报关单位选项

jbb 2 yıl önce
ebeveyn
işleme
152af70fd5

+ 10 - 0
src/views/shipment-details/declareElementsModal.vue

@@ -67,6 +67,16 @@
                 </a-form-model-item>
              </a-col>
 
+             <a-col :md="6" :sm="8">
+                <a-form-model-item label="报关单位" prop="declarationUnit" >
+                  <j-search-select-tag
+                  placeholder=""
+                  v-model="queryParam.declarationUnit"
+                  dict="declarationUnit">
+                </j-search-select-tag>
+                </a-form-model-item>
+             </a-col>
+
               <!-- <a-col :md="6" :sm="8">
                 <a-form-model-item label="英文品名" prop="englishProductName">
                   {{ declareElements.englishProductName }}