正在显示
1 个修改的文件
包含
70 行增加
和
70 行删除
@@ -5,25 +5,25 @@ | @@ -5,25 +5,25 @@ | ||
5 | <el-row :gutter="10" class="toolbar" style="height: auto;padding-bottom: 15px"> | 5 | <el-row :gutter="10" class="toolbar" style="height: auto;padding-bottom: 15px"> |
6 | <el-row> | 6 | <el-row> |
7 | <el-col :span="5"> | 7 | <el-col :span="5"> |
8 | - <el-input v-model="queryInfo.seqno" prefix-icon="el-icon-search" size="small" | 8 | + <el-input v-model="queryInfo.seqno" prefix-icon="el-icon-search" |
9 | placeholder="中心统一编号" clearable> | 9 | placeholder="中心统一编号" clearable> |
10 | <template slot="prepend">统一编号</template> | 10 | <template slot="prepend">统一编号</template> |
11 | </el-input> | 11 | </el-input> |
12 | </el-col> | 12 | </el-col> |
13 | <el-col :offset="1" :span="5"> | 13 | <el-col :offset="1" :span="5"> |
14 | - <el-input v-model="queryInfo.putrecseqno" prefix-icon="el-icon-search" size="small" | 14 | + <el-input v-model="queryInfo.putrecseqno" prefix-icon="el-icon-search" |
15 | placeholder="备案序号" clearable> | 15 | placeholder="备案序号" clearable> |
16 | <template slot="prepend">备案序号</template> | 16 | <template slot="prepend">备案序号</template> |
17 | </el-input> | 17 | </el-input> |
18 | </el-col> | 18 | </el-col> |
19 | <el-col :offset="1" :span="5"> | 19 | <el-col :offset="1" :span="5"> |
20 | - <el-input v-model="queryInfo.gdecd" prefix-icon="el-icon-search" size="small" | 20 | + <el-input v-model="queryInfo.gdecd" prefix-icon="el-icon-search" |
21 | placeholder="商品编码" clearable> | 21 | placeholder="商品编码" clearable> |
22 | <template slot="prepend">商品编码</template> | 22 | <template slot="prepend">商品编码</template> |
23 | </el-input> | 23 | </el-input> |
24 | </el-col> | 24 | </el-col> |
25 | <el-col :offset="1" :span="5"> | 25 | <el-col :offset="1" :span="5"> |
26 | - <el-input v-model="queryInfo.gdebc" prefix-icon="el-icon-search" size="small" | 26 | + <el-input v-model="queryInfo.gdebc" prefix-icon="el-icon-search" |
27 | placeholder="商品简码" clearable> | 27 | placeholder="商品简码" clearable> |
28 | <template slot="prepend">商品简码</template> | 28 | <template slot="prepend">商品简码</template> |
29 | </el-input> | 29 | </el-input> |
@@ -31,22 +31,22 @@ | @@ -31,22 +31,22 @@ | ||
31 | </el-row> | 31 | </el-row> |
32 | <el-row> | 32 | <el-row> |
33 | <el-col :span="5"> | 33 | <el-col :span="5"> |
34 | - <el-input v-model="queryInfo.gdsmtno" prefix-icon="el-icon-search" size="small" | 34 | + <el-input v-model="queryInfo.gdsmtno" prefix-icon="el-icon-search" |
35 | placeholder="商品料号" clearable> | 35 | placeholder="商品料号" clearable> |
36 | <template slot="prepend">商品料号</template> | 36 | <template slot="prepend">商品料号</template> |
37 | </el-input> | 37 | </el-input> |
38 | </el-col> | 38 | </el-col> |
39 | <el-col :offset="1" :span="5"> | 39 | <el-col :offset="1" :span="5"> |
40 | - <el-input v-model="queryInfo.itemno" prefix-icon="el-icon-search" size="small" | 40 | + <el-input v-model="queryInfo.itemno" prefix-icon="el-icon-search" |
41 | placeholder="项号" clearable> | 41 | placeholder="项号" clearable> |
42 | <template slot="prepend">项  号</template> | 42 | <template slot="prepend">项  号</template> |
43 | </el-input> | 43 | </el-input> |
44 | </el-col> | 44 | </el-col> |
45 | <el-col :offset="1" :span="5"> | 45 | <el-col :offset="1" :span="5"> |
46 | - <el-button type="primary" icon="el-icon-search" size="small" @click="getList()"> | 46 | + <el-button type="primary" icon="el-icon-search" @click="getList()"> |
47 | 查询 | 47 | 查询 |
48 | </el-button> | 48 | </el-button> |
49 | - <el-button type="success" icon="el-icon-edit" size="small" @click="applyAdd()">新增</el-button> | 49 | + <el-button type="success" icon="el-icon-edit" @click="applyAdd()">新增</el-button> |
50 | </el-col> | 50 | </el-col> |
51 | </el-row> | 51 | </el-row> |
52 | </el-row> | 52 | </el-row> |
@@ -58,7 +58,7 @@ | @@ -58,7 +58,7 @@ | ||
58 | border | 58 | border |
59 | :cell-style="{textAlign:'center'}" | 59 | :cell-style="{textAlign:'center'}" |
60 | style="border-radius: 10px 10px 0px 0px;line-height: 25px" | 60 | style="border-radius: 10px 10px 0px 0px;line-height: 25px" |
61 | - :header-cell-style="{background:'#6F8294',color:'#FFFFFF'}" size="small" | 61 | + :header-cell-style="{background:'#6F8294',color:'#FFFFFF'}" |
62 | > | 62 | > |
63 | <el-table-column | 63 | <el-table-column |
64 | fixed | 64 | fixed |
@@ -149,28 +149,28 @@ | @@ -149,28 +149,28 @@ | ||
149 | <el-row> | 149 | <el-row> |
150 | <el-col :span="6"> | 150 | <el-col :span="6"> |
151 | <el-form-item label="" :label-width="formLabelWidth" prop="bondedtype"> | 151 | <el-form-item label="" :label-width="formLabelWidth" prop="bondedtype"> |
152 | - <el-input v-model="addForm.bondedtype" autocomplete="off" size="small"> | 152 | + <el-input v-model="addForm.bondedtype" autocomplete="off" > |
153 | <template slot="prepend">保税类别</template> | 153 | <template slot="prepend">保税类别</template> |
154 | </el-input> | 154 | </el-input> |
155 | </el-form-item> | 155 | </el-form-item> |
156 | </el-col> | 156 | </el-col> |
157 | <el-col :span="6"> | 157 | <el-col :span="6"> |
158 | <el-form-item label="" :label-width="formLabelWidth" prop="cofgdsno"> | 158 | <el-form-item label="" :label-width="formLabelWidth" prop="cofgdsno"> |
159 | - <el-input v-model="addForm.cofgdsno" autocomplete="off" size="small"> | 159 | + <el-input v-model="addForm.cofgdsno" autocomplete="off" > |
160 | <template slot="prepend">项目编号</template> | 160 | <template slot="prepend">项目编号</template> |
161 | </el-input> | 161 | </el-input> |
162 | </el-form-item> | 162 | </el-form-item> |
163 | </el-col> | 163 | </el-col> |
164 | <el-col :span="6"> | 164 | <el-col :span="6"> |
165 | <el-form-item label="" :label-width="formLabelWidth" prop="asdutyrate"> | 165 | <el-form-item label="" :label-width="formLabelWidth" prop="asdutyrate"> |
166 | - <el-input v-model="addForm.asdutyrate" autocomplete="off" size="small"> | 166 | + <el-input v-model="addForm.asdutyrate" autocomplete="off" > |
167 | <template slot="prepend">反补贴税率</template> | 167 | <template slot="prepend">反补贴税率</template> |
168 | </el-input> | 168 | </el-input> |
169 | </el-form-item> | 169 | </el-form-item> |
170 | </el-col> | 170 | </el-col> |
171 | <el-col :span="6"> | 171 | <el-col :span="6"> |
172 | <el-form-item label="" :label-width="formLabelWidth" prop="atdutyrate"> | 172 | <el-form-item label="" :label-width="formLabelWidth" prop="atdutyrate"> |
173 | - <el-input v-model="addForm.atdutyrate" autocomplete="off" size="small"> | 173 | + <el-input v-model="addForm.atdutyrate" autocomplete="off" > |
174 | <template slot="prepend">反倾销税率</template> | 174 | <template slot="prepend">反倾销税率</template> |
175 | </el-input> | 175 | </el-input> |
176 | </el-form-item> | 176 | </el-form-item> |
@@ -179,28 +179,28 @@ | @@ -179,28 +179,28 @@ | ||
179 | <el-row> | 179 | <el-row> |
180 | <el-col :span="6"> | 180 | <el-col :span="6"> |
181 | <el-form-item label="" :label-width="formLabelWidth" prop="gdebc"> | 181 | <el-form-item label="" :label-width="formLabelWidth" prop="gdebc"> |
182 | - <el-input v-model="addForm.gdebc" autocomplete="off" size="small"> | 182 | + <el-input v-model="addForm.gdebc" autocomplete="off" > |
183 | <template slot="prepend">商品简码</template> | 183 | <template slot="prepend">商品简码</template> |
184 | </el-input> | 184 | </el-input> |
185 | </el-form-item> | 185 | </el-form-item> |
186 | </el-col> | 186 | </el-col> |
187 | <el-col :span="6"> | 187 | <el-col :span="6"> |
188 | <el-form-item label="" :label-width="formLabelWidth" prop="gdecd"> | 188 | <el-form-item label="" :label-width="formLabelWidth" prop="gdecd"> |
189 | - <el-input v-model="addForm.gdecd" autocomplete="off" size="small"> | 189 | + <el-input v-model="addForm.gdecd" autocomplete="off" > |
190 | <template slot="prepend">商品编码</template> | 190 | <template slot="prepend">商品编码</template> |
191 | </el-input> | 191 | </el-input> |
192 | </el-form-item> | 192 | </el-form-item> |
193 | </el-col> | 193 | </el-col> |
194 | <el-col :span="6"> | 194 | <el-col :span="6"> |
195 | <el-form-item label="" :label-width="formLabelWidth" prop="gdetype"> | 195 | <el-form-item label="" :label-width="formLabelWidth" prop="gdetype"> |
196 | - <el-input v-model="addForm.gdetype" autocomplete="off" size="small"> | 196 | + <el-input v-model="addForm.gdetype" autocomplete="off" > |
197 | <template slot="prepend">商品类型</template> | 197 | <template slot="prepend">商品类型</template> |
198 | </el-input> | 198 | </el-input> |
199 | </el-form-item> | 199 | </el-form-item> |
200 | </el-col> | 200 | </el-col> |
201 | <el-col :span="6"> | 201 | <el-col :span="6"> |
202 | <el-form-item label="" :label-width="formLabelWidth" prop="gdsbrand"> | 202 | <el-form-item label="" :label-width="formLabelWidth" prop="gdsbrand"> |
203 | - <el-input v-model="addForm.gdsbrand" autocomplete="off" size="small"> | 203 | + <el-input v-model="addForm.gdsbrand" autocomplete="off" > |
204 | <template slot="prepend">商品品牌</template> | 204 | <template slot="prepend">商品品牌</template> |
205 | </el-input> | 205 | </el-input> |
206 | </el-form-item> | 206 | </el-form-item> |
@@ -209,28 +209,28 @@ | @@ -209,28 +209,28 @@ | ||
209 | <el-row> | 209 | <el-row> |
210 | <el-col :span="6"> | 210 | <el-col :span="6"> |
211 | <el-form-item label="" :label-width="formLabelWidth" prop="gdsmaster"> | 211 | <el-form-item label="" :label-width="formLabelWidth" prop="gdsmaster"> |
212 | - <el-input v-model="addForm.gdsmaster" autocomplete="off" size="small"> | 212 | + <el-input v-model="addForm.gdsmaster" autocomplete="off" > |
213 | <template slot="prepend">货  主</template> | 213 | <template slot="prepend">货  主</template> |
214 | </el-input> | 214 | </el-input> |
215 | </el-form-item> | 215 | </el-form-item> |
216 | </el-col> | 216 | </el-col> |
217 | <el-col :span="6"> | 217 | <el-col :span="6"> |
218 | <el-form-item label="" :label-width="formLabelWidth" prop="gdsmtno"> | 218 | <el-form-item label="" :label-width="formLabelWidth" prop="gdsmtno"> |
219 | - <el-input v-model="addForm.gdsmtno" autocomplete="off" size="small"> | 219 | + <el-input v-model="addForm.gdsmtno" autocomplete="off" > |
220 | <template slot="prepend">商品料号</template> | 220 | <template slot="prepend">商品料号</template> |
221 | </el-input> | 221 | </el-input> |
222 | </el-form-item> | 222 | </el-form-item> |
223 | </el-col> | 223 | </el-col> |
224 | <el-col :span="6"> | 224 | <el-col :span="6"> |
225 | <el-form-item label="" :label-width="formLabelWidth" prop="gdsnm"> | 225 | <el-form-item label="" :label-width="formLabelWidth" prop="gdsnm"> |
226 | - <el-input v-model="addForm.gdsnm" autocomplete="off" size="small"> | 226 | + <el-input v-model="addForm.gdsnm" autocomplete="off" > |
227 | <template slot="prepend">商品名称</template> | 227 | <template slot="prepend">商品名称</template> |
228 | </el-input> | 228 | </el-input> |
229 | </el-form-item> | 229 | </el-form-item> |
230 | </el-col> | 230 | </el-col> |
231 | <el-col :span="6"> | 231 | <el-col :span="6"> |
232 | <el-form-item label="" :label-width="formLabelWidth" prop="destinationnatcd"> | 232 | <el-form-item label="" :label-width="formLabelWidth" prop="destinationnatcd"> |
233 | - <el-input v-model="addForm.destinationnatcd" autocomplete="off" size="small"> | 233 | + <el-input v-model="addForm.destinationnatcd" autocomplete="off" > |
234 | <template slot="prepend">最终目的国</template> | 234 | <template slot="prepend">最终目的国</template> |
235 | </el-input> | 235 | </el-input> |
236 | </el-form-item> | 236 | </el-form-item> |
@@ -239,28 +239,28 @@ | @@ -239,28 +239,28 @@ | ||
239 | <el-row> | 239 | <el-row> |
240 | <el-col :span="6"> | 240 | <el-col :span="6"> |
241 | <el-form-item label="" :label-width="formLabelWidth" prop="putrecseqno"> | 241 | <el-form-item label="" :label-width="formLabelWidth" prop="putrecseqno"> |
242 | - <el-input v-model="addForm.putrecseqno" autocomplete="off" size="small"> | 242 | + <el-input v-model="addForm.putrecseqno" autocomplete="off" > |
243 | <template slot="prepend">备案序号</template> | 243 | <template slot="prepend">备案序号</template> |
244 | </el-input> | 244 | </el-input> |
245 | </el-form-item> | 245 | </el-form-item> |
246 | </el-col> | 246 | </el-col> |
247 | <el-col :span="6"> | 247 | <el-col :span="6"> |
248 | <el-form-item label="" :label-width="formLabelWidth" prop="skucd"> | 248 | <el-form-item label="" :label-width="formLabelWidth" prop="skucd"> |
249 | - <el-input v-model="addForm.skucd" autocomplete="off" size="small"> | 249 | + <el-input v-model="addForm.skucd" autocomplete="off" > |
250 | <template slot="prepend">SKU编码</template> | 250 | <template slot="prepend">SKU编码</template> |
251 | </el-input> | 251 | </el-input> |
252 | </el-form-item> | 252 | </el-form-item> |
253 | </el-col> | 253 | </el-col> |
254 | <el-col :span="6"> | 254 | <el-col :span="6"> |
255 | <el-form-item label="" :label-width="formLabelWidth" prop="status"> | 255 | <el-form-item label="" :label-width="formLabelWidth" prop="status"> |
256 | - <el-input v-model="addForm.status" autocomplete="off" size="small"> | 256 | + <el-input v-model="addForm.status" autocomplete="off" > |
257 | <template slot="prepend">状  态</template> | 257 | <template slot="prepend">状  态</template> |
258 | </el-input> | 258 | </el-input> |
259 | </el-form-item> | 259 | </el-form-item> |
260 | </el-col> | 260 | </el-col> |
261 | <el-col :span="6"> | 261 | <el-col :span="6"> |
262 | <el-form-item label="" :label-width="formLabelWidth" prop="stocknum"> | 262 | <el-form-item label="" :label-width="formLabelWidth" prop="stocknum"> |
263 | - <el-input v-model="addForm.stocknum" autocomplete="off" size="small"> | 263 | + <el-input v-model="addForm.stocknum" autocomplete="off" > |
264 | <template slot="prepend">库存数量</template> | 264 | <template slot="prepend">库存数量</template> |
265 | </el-input> | 265 | </el-input> |
266 | </el-form-item> | 266 | </el-form-item> |
@@ -269,28 +269,28 @@ | @@ -269,28 +269,28 @@ | ||
269 | <el-row> | 269 | <el-row> |
270 | <el-col :span="6"> | 270 | <el-col :span="6"> |
271 | <el-form-item label="" :label-width="formLabelWidth" prop="uncode"> | 271 | <el-form-item label="" :label-width="formLabelWidth" prop="uncode"> |
272 | - <el-input v-model="addForm.uncode" autocomplete="off" size="small"> | 272 | + <el-input v-model="addForm.uncode" autocomplete="off" > |
273 | <template slot="prepend">UN编码</template> | 273 | <template slot="prepend">UN编码</template> |
274 | </el-input> | 274 | </el-input> |
275 | </el-form-item> | 275 | </el-form-item> |
276 | </el-col> | 276 | </el-col> |
277 | <el-col :span="6"> | 277 | <el-col :span="6"> |
278 | <el-form-item label="" :label-width="formLabelWidth" prop="stuff"> | 278 | <el-form-item label="" :label-width="formLabelWidth" prop="stuff"> |
279 | - <el-input v-model="addForm.stuff" autocomplete="off" size="small"> | 279 | + <el-input v-model="addForm.stuff" autocomplete="off" > |
280 | <template slot="prepend">成  份</template> | 280 | <template slot="prepend">成  份</template> |
281 | </el-input> | 281 | </el-input> |
282 | </el-form-item> | 282 | </el-form-item> |
283 | </el-col> | 283 | </el-col> |
284 | <el-col :span="6"> | 284 | <el-col :span="6"> |
285 | <el-form-item label="" :label-width="formLabelWidth" prop="updatedat"> | 285 | <el-form-item label="" :label-width="formLabelWidth" prop="updatedat"> |
286 | - <el-input v-model="addForm.updatedat" autocomplete="off" size="small"> | 286 | + <el-input v-model="addForm.updatedat" autocomplete="off" > |
287 | <template slot="prepend">更新日期</template> | 287 | <template slot="prepend">更新日期</template> |
288 | </el-input> | 288 | </el-input> |
289 | </el-form-item> | 289 | </el-form-item> |
290 | </el-col> | 290 | </el-col> |
291 | <el-col :span="6"> | 291 | <el-col :span="6"> |
292 | <el-form-item label="" :label-width="formLabelWidth" prop="updatedby"> | 292 | <el-form-item label="" :label-width="formLabelWidth" prop="updatedby"> |
293 | - <el-input v-model="addForm.updatedby" autocomplete="off" size="small"> | 293 | + <el-input v-model="addForm.updatedby" autocomplete="off" > |
294 | <template slot="prepend">更 新 人</template> | 294 | <template slot="prepend">更 新 人</template> |
295 | </el-input> | 295 | </el-input> |
296 | </el-form-item> | 296 | </el-form-item> |
@@ -299,28 +299,28 @@ | @@ -299,28 +299,28 @@ | ||
299 | <el-row> | 299 | <el-row> |
300 | <el-col :span="6"> | 300 | <el-col :span="6"> |
301 | <el-form-item label="" :label-width="formLabelWidth" prop="createdat"> | 301 | <el-form-item label="" :label-width="formLabelWidth" prop="createdat"> |
302 | - <el-input v-model="addForm.createdat" autocomplete="off" size="small"> | 302 | + <el-input v-model="addForm.createdat" autocomplete="off" > |
303 | <template slot="prepend">创建日期</template> | 303 | <template slot="prepend">创建日期</template> |
304 | </el-input> | 304 | </el-input> |
305 | </el-form-item> | 305 | </el-form-item> |
306 | </el-col> | 306 | </el-col> |
307 | <el-col :span="6"> | 307 | <el-col :span="6"> |
308 | <el-form-item label="" :label-width="formLabelWidth" prop="cofno"> | 308 | <el-form-item label="" :label-width="formLabelWidth" prop="cofno"> |
309 | - <el-input v-model="addForm.cofno" autocomplete="off" size="small"> | 309 | + <el-input v-model="addForm.cofno" autocomplete="off" > |
310 | <template slot="prepend">原产地证书</template> | 310 | <template slot="prepend">原产地证书</template> |
311 | </el-input> | 311 | </el-input> |
312 | </el-form-item> | 312 | </el-form-item> |
313 | </el-col> | 313 | </el-col> |
314 | <el-col :span="6"> | 314 | <el-col :span="6"> |
315 | <el-form-item label="" :label-width="formLabelWidth" prop="costprice"> | 315 | <el-form-item label="" :label-width="formLabelWidth" prop="costprice"> |
316 | - <el-input v-model="addForm.costprice" autocomplete="off" size="small"> | 316 | + <el-input v-model="addForm.costprice" autocomplete="off" > |
317 | <template slot="prepend">采 购 价</template> | 317 | <template slot="prepend">采 购 价</template> |
318 | </el-input> | 318 | </el-input> |
319 | </el-form-item> | 319 | </el-form-item> |
320 | </el-col> | 320 | </el-col> |
321 | <el-col :span="6"> | 321 | <el-col :span="6"> |
322 | <el-form-item label="" :label-width="formLabelWidth" prop="createdby"> | 322 | <el-form-item label="" :label-width="formLabelWidth" prop="createdby"> |
323 | - <el-input v-model="addForm.createdby" autocomplete="off" size="small"> | 323 | + <el-input v-model="addForm.createdby" autocomplete="off" > |
324 | <template slot="prepend">创 建 人</template> | 324 | <template slot="prepend">创 建 人</template> |
325 | </el-input> | 325 | </el-input> |
326 | </el-form-item> | 326 | </el-form-item> |
@@ -331,7 +331,7 @@ | @@ -331,7 +331,7 @@ | ||
331 | <el-form-item label="" :label-width="formLabelWidth" prop="dangmark"> | 331 | <el-form-item label="" :label-width="formLabelWidth" prop="dangmark"> |
332 | <div class="my-text-area"> | 332 | <div class="my-text-area"> |
333 | <div class="el-input-group__prepend prepand">危险品标志</div> | 333 | <div class="el-input-group__prepend prepand">危险品标志</div> |
334 | - <el-select v-model="addForm.dangmark" placeholder="请选择是否虚拟仓库" size="small" style="width: 150px"> | 334 | + <el-select v-model="addForm.dangmark" placeholder="请选择是否虚拟仓库" style="width: 150px"> |
335 | <el-option label="否" value="0"></el-option> | 335 | <el-option label="否" value="0"></el-option> |
336 | <el-option label="是" value="1"></el-option> | 336 | <el-option label="是" value="1"></el-option> |
337 | </el-select> | 337 | </el-select> |
@@ -340,21 +340,21 @@ | @@ -340,21 +340,21 @@ | ||
340 | </el-col> | 340 | </el-col> |
341 | <el-col :span="6"> | 341 | <el-col :span="6"> |
342 | <el-form-item label="" :label-width="formLabelWidth" prop="dangpackspec"> | 342 | <el-form-item label="" :label-width="formLabelWidth" prop="dangpackspec"> |
343 | - <el-input v-model="addForm.dangpackspec" autocomplete="off" size="small"> | 343 | + <el-input v-model="addForm.dangpackspec" autocomplete="off" > |
344 | <template slot="prepend">危险品规格</template> | 344 | <template slot="prepend">危险品规格</template> |
345 | </el-input> | 345 | </el-input> |
346 | </el-form-item> | 346 | </el-form-item> |
347 | </el-col> | 347 | </el-col> |
348 | <el-col :span="6"> | 348 | <el-col :span="6"> |
349 | <el-form-item label="" :label-width="formLabelWidth" prop="dangpacktype"> | 349 | <el-form-item label="" :label-width="formLabelWidth" prop="dangpacktype"> |
350 | - <el-input v-model="addForm.dangpacktype" autocomplete="off" size="small"> | 350 | + <el-input v-model="addForm.dangpacktype" autocomplete="off" > |
351 | <template slot="prepend">危险品类别</template> | 351 | <template slot="prepend">危险品类别</template> |
352 | </el-input> | 352 | </el-input> |
353 | </el-form-item> | 353 | </el-form-item> |
354 | </el-col> | 354 | </el-col> |
355 | <el-col :span="6"> | 355 | <el-col :span="6"> |
356 | <el-form-item label="" :label-width="formLabelWidth" prop="dangunno"> | 356 | <el-form-item label="" :label-width="formLabelWidth" prop="dangunno"> |
357 | - <el-input v-model="addForm.dangunno" autocomplete="off" size="small"> | 357 | + <el-input v-model="addForm.dangunno" autocomplete="off" > |
358 | <template slot="prepend">联合国编号</template> | 358 | <template slot="prepend">联合国编号</template> |
359 | </el-input> | 359 | </el-input> |
360 | </el-form-item> | 360 | </el-form-item> |
@@ -363,28 +363,28 @@ | @@ -363,28 +363,28 @@ | ||
363 | <el-row> | 363 | <el-row> |
364 | <el-col :span="6"> | 364 | <el-col :span="6"> |
365 | <el-form-item label="" :label-width="formLabelWidth" prop="dclunitcd"> | 365 | <el-form-item label="" :label-width="formLabelWidth" prop="dclunitcd"> |
366 | - <el-input v-model="addForm.dclunitcd" autocomplete="off" size="small"> | 366 | + <el-input v-model="addForm.dclunitcd" autocomplete="off" > |
367 | <template slot="prepend">单  位</template> | 367 | <template slot="prepend">单  位</template> |
368 | </el-input> | 368 | </el-input> |
369 | </el-form-item> | 369 | </el-form-item> |
370 | </el-col> | 370 | </el-col> |
371 | <el-col :span="6"> | 371 | <el-col :span="6"> |
372 | <el-form-item label="" :label-width="formLabelWidth" prop="dcluprcamt"> | 372 | <el-form-item label="" :label-width="formLabelWidth" prop="dcluprcamt"> |
373 | - <el-input v-model="addForm.dcluprcamt" autocomplete="off" size="small"> | 373 | + <el-input v-model="addForm.dcluprcamt" autocomplete="off" > |
374 | <template slot="prepend">单  价</template> | 374 | <template slot="prepend">单  价</template> |
375 | </el-input> | 375 | </el-input> |
376 | </el-form-item> | 376 | </el-form-item> |
377 | </el-col> | 377 | </el-col> |
378 | <el-col :span="6"> | 378 | <el-col :span="6"> |
379 | <el-form-item label="" :label-width="formLabelWidth" prop="dclurrcd"> | 379 | <el-form-item label="" :label-width="formLabelWidth" prop="dclurrcd"> |
380 | - <el-input v-model="addForm.dclurrcd" autocomplete="off" size="small"> | 380 | + <el-input v-model="addForm.dclurrcd" autocomplete="off" > |
381 | <template slot="prepend">单价单位</template> | 381 | <template slot="prepend">单价单位</template> |
382 | </el-input> | 382 | </el-input> |
383 | </el-form-item> | 383 | </el-form-item> |
384 | </el-col> | 384 | </el-col> |
385 | <el-col :span="6"> | 385 | <el-col :span="6"> |
386 | <el-form-item label="" :label-width="formLabelWidth" prop="declgoodsename"> | 386 | <el-form-item label="" :label-width="formLabelWidth" prop="declgoodsename"> |
387 | - <el-input v-model="addForm.declgoodsename" autocomplete="off" size="small"> | 387 | + <el-input v-model="addForm.declgoodsename" autocomplete="off" > |
388 | <template slot="prepend">商品英文名称</template> | 388 | <template slot="prepend">商品英文名称</template> |
389 | </el-input> | 389 | </el-input> |
390 | </el-form-item> | 390 | </el-form-item> |
@@ -395,7 +395,7 @@ | @@ -395,7 +395,7 @@ | ||
395 | <el-form-item label="" :label-width="formLabelWidth" prop="fitprcpromise"> | 395 | <el-form-item label="" :label-width="formLabelWidth" prop="fitprcpromise"> |
396 | <div class="my-text-area"> | 396 | <div class="my-text-area"> |
397 | <div class="el-input-group__prepend prepand">价格承诺</div> | 397 | <div class="el-input-group__prepend prepand">价格承诺</div> |
398 | - <el-select v-model="addForm.fitprcpromise" placeholder="是否符合价格承诺" size="small" style="width: 150px"> | 398 | + <el-select v-model="addForm.fitprcpromise" placeholder="是否符合价格承诺" style="width: 150px"> |
399 | <el-option label="否" value="0"></el-option> | 399 | <el-option label="否" value="0"></el-option> |
400 | <el-option label="是" value="1"></el-option> | 400 | <el-option label="是" value="1"></el-option> |
401 | </el-select> | 401 | </el-select> |
@@ -404,21 +404,21 @@ | @@ -404,21 +404,21 @@ | ||
404 | </el-col> | 404 | </el-col> |
405 | <el-col :span="6"> | 405 | <el-col :span="6"> |
406 | <el-form-item label="" :label-width="formLabelWidth" prop="destinationnatcd"> | 406 | <el-form-item label="" :label-width="formLabelWidth" prop="destinationnatcd"> |
407 | - <el-input v-model="addForm.destinationnatcd" autocomplete="off" size="small"> | 407 | + <el-input v-model="addForm.destinationnatcd" autocomplete="off" > |
408 | <template slot="prepend">最终目的国</template> | 408 | <template slot="prepend">最终目的国</template> |
409 | </el-input> | 409 | </el-input> |
410 | </el-form-item> | 410 | </el-form-item> |
411 | </el-col> | 411 | </el-col> |
412 | <el-col :span="6"> | 412 | <el-col :span="6"> |
413 | <el-form-item label="" :label-width="formLabelWidth" prop="domintcir"> | 413 | <el-form-item label="" :label-width="formLabelWidth" prop="domintcir"> |
414 | - <el-input v-model="addForm.domintcir" autocomplete="off" size="small"> | 414 | + <el-input v-model="addForm.domintcir" autocomplete="off" > |
415 | <template slot="prepend">国内国际流转</template> | 415 | <template slot="prepend">国内国际流转</template> |
416 | </el-input> | 416 | </el-input> |
417 | </el-form-item> | 417 | </el-form-item> |
418 | </el-col> | 418 | </el-col> |
419 | <el-col :span="6"> | 419 | <el-col :span="6"> |
420 | <el-form-item label="" :label-width="formLabelWidth" prop="esdutyrate"> | 420 | <el-form-item label="" :label-width="formLabelWidth" prop="esdutyrate"> |
421 | - <el-input v-model="addForm.esdutyrate" autocomplete="off" size="small"> | 421 | + <el-input v-model="addForm.esdutyrate" autocomplete="off" > |
422 | <template slot="prepend">保障措施税率</template> | 422 | <template slot="prepend">保障措施税率</template> |
423 | </el-input> | 423 | </el-input> |
424 | </el-form-item> | 424 | </el-form-item> |
@@ -427,28 +427,28 @@ | @@ -427,28 +427,28 @@ | ||
427 | <el-row> | 427 | <el-row> |
428 | <el-col :span="6"> | 428 | <el-col :span="6"> |
429 | <el-form-item label="" :label-width="formLabelWidth" prop="gdsspcfmodeldesc"> | 429 | <el-form-item label="" :label-width="formLabelWidth" prop="gdsspcfmodeldesc"> |
430 | - <el-input v-model="addForm.gdsspcfmodeldesc" autocomplete="off" size="small"> | 430 | + <el-input v-model="addForm.gdsspcfmodeldesc" autocomplete="off" > |
431 | <template slot="prepend">型号规格</template> | 431 | <template slot="prepend">型号规格</template> |
432 | </el-input> | 432 | </el-input> |
433 | </el-form-item> | 433 | </el-form-item> |
434 | </el-col> | 434 | </el-col> |
435 | <el-col :span="6"> | 435 | <el-col :span="6"> |
436 | <el-form-item label="" :label-width="formLabelWidth" prop="grosswt"> | 436 | <el-form-item label="" :label-width="formLabelWidth" prop="grosswt"> |
437 | - <el-input v-model="addForm.grosswt" autocomplete="off" size="small"> | 437 | + <el-input v-model="addForm.grosswt" autocomplete="off" > |
438 | <template slot="prepend">毛  重</template> | 438 | <template slot="prepend">毛  重</template> |
439 | </el-input> | 439 | </el-input> |
440 | </el-form-item> | 440 | </el-form-item> |
441 | </el-col> | 441 | </el-col> |
442 | <el-col :span="6"> | 442 | <el-col :span="6"> |
443 | <el-form-item label="" :label-width="formLabelWidth" prop="gdsupplier"> | 443 | <el-form-item label="" :label-width="formLabelWidth" prop="gdsupplier"> |
444 | - <el-input v-model="addForm.gdsupplier" autocomplete="off" size="small"> | 444 | + <el-input v-model="addForm.gdsupplier" autocomplete="off" > |
445 | <template slot="prepend">商品供应商</template> | 445 | <template slot="prepend">商品供应商</template> |
446 | </el-input> | 446 | </el-input> |
447 | </el-form-item> | 447 | </el-form-item> |
448 | </el-col> | 448 | </el-col> |
449 | <el-col :span="6"> | 449 | <el-col :span="6"> |
450 | <el-form-item label="" :label-width="formLabelWidth" prop="goodsattr"> | 450 | <el-form-item label="" :label-width="formLabelWidth" prop="goodsattr"> |
451 | - <el-input v-model="addForm.goodsattr" autocomplete="off" size="small"> | 451 | + <el-input v-model="addForm.goodsattr" autocomplete="off" > |
452 | <template slot="prepend">货物属性代码</template> | 452 | <template slot="prepend">货物属性代码</template> |
453 | </el-input> | 453 | </el-input> |
454 | </el-form-item> | 454 | </el-form-item> |
@@ -457,28 +457,28 @@ | @@ -457,28 +457,28 @@ | ||
457 | <el-row> | 457 | <el-row> |
458 | <el-col :span="6"> | 458 | <el-col :span="6"> |
459 | <el-form-item label="" :label-width="formLabelWidth" prop="itemno"> | 459 | <el-form-item label="" :label-width="formLabelWidth" prop="itemno"> |
460 | - <el-input v-model="addForm.itemno" autocomplete="off" size="small"> | 460 | + <el-input v-model="addForm.itemno" autocomplete="off" > |
461 | <template slot="prepend">项  号</template> | 461 | <template slot="prepend">项  号</template> |
462 | </el-input> | 462 | </el-input> |
463 | </el-form-item> | 463 | </el-form-item> |
464 | </el-col> | 464 | </el-col> |
465 | <el-col :span="6"> | 465 | <el-col :span="6"> |
466 | <el-form-item label="" :label-width="formLabelWidth" prop="destinationnatcd"> | 466 | <el-form-item label="" :label-width="formLabelWidth" prop="destinationnatcd"> |
467 | - <el-input v-model="addForm.destinationnatcd" autocomplete="off" size="small"> | 467 | + <el-input v-model="addForm.destinationnatcd" autocomplete="off" > |
468 | <template slot="prepend">最终目的国</template> | 468 | <template slot="prepend">最终目的国</template> |
469 | </el-input> | 469 | </el-input> |
470 | </el-form-item> | 470 | </el-form-item> |
471 | </el-col> | 471 | </el-col> |
472 | <el-col :span="6"> | 472 | <el-col :span="6"> |
473 | <el-form-item label="" :label-width="formLabelWidth" prop="mnufctrregname"> | 473 | <el-form-item label="" :label-width="formLabelWidth" prop="mnufctrregname"> |
474 | - <el-input v-model="addForm.mnufctrregname" autocomplete="off" size="small"> | 474 | + <el-input v-model="addForm.mnufctrregname" autocomplete="off" > |
475 | <template slot="prepend">生产单位名称</template> | 475 | <template slot="prepend">生产单位名称</template> |
476 | </el-input> | 476 | </el-input> |
477 | </el-form-item> | 477 | </el-form-item> |
478 | </el-col> | 478 | </el-col> |
479 | <el-col :span="6"> | 479 | <el-col :span="6"> |
480 | <el-form-item label="" :label-width="formLabelWidth" prop="mnufctrregno"> | 480 | <el-form-item label="" :label-width="formLabelWidth" prop="mnufctrregno"> |
481 | - <el-input v-model="addForm.mnufctrregno" autocomplete="off" size="small"> | 481 | + <el-input v-model="addForm.mnufctrregno" autocomplete="off" > |
482 | <template slot="prepend">生产单位注册号</template> | 482 | <template slot="prepend">生产单位注册号</template> |
483 | </el-input> | 483 | </el-input> |
484 | </el-form-item> | 484 | </el-form-item> |
@@ -487,28 +487,28 @@ | @@ -487,28 +487,28 @@ | ||
487 | <el-row> | 487 | <el-row> |
488 | <el-col :span="6"> | 488 | <el-col :span="6"> |
489 | <el-form-item label="" :label-width="formLabelWidth" prop="natcd"> | 489 | <el-form-item label="" :label-width="formLabelWidth" prop="natcd"> |
490 | - <el-input v-model="addForm.natcd" autocomplete="off" size="small"> | 490 | + <el-input v-model="addForm.natcd" autocomplete="off" > |
491 | <template slot="prepend">原 产 国</template> | 491 | <template slot="prepend">原 产 国</template> |
492 | </el-input> | 492 | </el-input> |
493 | </el-form-item> | 493 | </el-form-item> |
494 | </el-col> | 494 | </el-col> |
495 | <el-col :span="6"> | 495 | <el-col :span="6"> |
496 | <el-form-item label="" :label-width="formLabelWidth" prop="newwt"> | 496 | <el-form-item label="" :label-width="formLabelWidth" prop="newwt"> |
497 | - <el-input v-model="addForm.newwt" autocomplete="off" size="small"> | 497 | + <el-input v-model="addForm.newwt" autocomplete="off" > |
498 | <template slot="prepend">净  重</template> | 498 | <template slot="prepend">净  重</template> |
499 | </el-input> | 499 | </el-input> |
500 | </el-form-item> | 500 | </el-form-item> |
501 | </el-col> | 501 | </el-col> |
502 | <el-col :span="6"> | 502 | <el-col :span="6"> |
503 | <el-form-item label="" :label-width="formLabelWidth" prop="ofcnname"> | 503 | <el-form-item label="" :label-width="formLabelWidth" prop="ofcnname"> |
504 | - <el-input v-model="addForm.ofcnname" autocomplete="off" size="small"> | 504 | + <el-input v-model="addForm.ofcnname" autocomplete="off" > |
505 | <template slot="prepend">原厂商中文名称</template> | 505 | <template slot="prepend">原厂商中文名称</template> |
506 | </el-input> | 506 | </el-input> |
507 | </el-form-item> | 507 | </el-form-item> |
508 | </el-col> | 508 | </el-col> |
509 | <el-col :span="6"> | 509 | <el-col :span="6"> |
510 | <el-form-item label="" :label-width="formLabelWidth" prop="ofenname"> | 510 | <el-form-item label="" :label-width="formLabelWidth" prop="ofenname"> |
511 | - <el-input v-model="addForm.ofenname" autocomplete="off" size="small"> | 511 | + <el-input v-model="addForm.ofenname" autocomplete="off" > |
512 | <template slot="prepend">原厂商英文名称</template> | 512 | <template slot="prepend">原厂商英文名称</template> |
513 | </el-input> | 513 | </el-input> |
514 | </el-form-item> | 514 | </el-form-item> |
@@ -517,28 +517,28 @@ | @@ -517,28 +517,28 @@ | ||
517 | <el-row> | 517 | <el-row> |
518 | <el-col :span="6"> | 518 | <el-col :span="6"> |
519 | <el-form-item label="" :label-width="formLabelWidth" prop="picture"> | 519 | <el-form-item label="" :label-width="formLabelWidth" prop="picture"> |
520 | - <el-input v-model="addForm.picture" autocomplete="off" size="small"> | 520 | + <el-input v-model="addForm.picture" autocomplete="off" > |
521 | <template slot="prepend">图  片</template> | 521 | <template slot="prepend">图  片</template> |
522 | </el-input> | 522 | </el-input> |
523 | </el-form-item> | 523 | </el-form-item> |
524 | </el-col> | 524 | </el-col> |
525 | <el-col :span="6"> | 525 | <el-col :span="6"> |
526 | <el-form-item label="" :label-width="formLabelWidth" prop="prodbatchno"> | 526 | <el-form-item label="" :label-width="formLabelWidth" prop="prodbatchno"> |
527 | - <el-input v-model="addForm.prodbatchno" autocomplete="off" size="small"> | 527 | + <el-input v-model="addForm.prodbatchno" autocomplete="off" > |
528 | <template slot="prepend">生产批号</template> | 528 | <template slot="prepend">生产批号</template> |
529 | </el-input> | 529 | </el-input> |
530 | </el-form-item> | 530 | </el-form-item> |
531 | </el-col> | 531 | </el-col> |
532 | <el-col :span="6"> | 532 | <el-col :span="6"> |
533 | <el-form-item label="" :label-width="formLabelWidth" prop="prodqgp"> | 533 | <el-form-item label="" :label-width="formLabelWidth" prop="prodqgp"> |
534 | - <el-input v-model="addForm.prodqgp" autocomplete="off" size="small"> | 534 | + <el-input v-model="addForm.prodqgp" autocomplete="off" > |
535 | <template slot="prepend">产品保质期</template> | 535 | <template slot="prepend">产品保质期</template> |
536 | </el-input> | 536 | </el-input> |
537 | </el-form-item> | 537 | </el-form-item> |
538 | </el-col> | 538 | </el-col> |
539 | <el-col :span="6"> | 539 | <el-col :span="6"> |
540 | <el-form-item label="" :label-width="formLabelWidth" prop="mnufctrregname"> | 540 | <el-form-item label="" :label-width="formLabelWidth" prop="mnufctrregname"> |
541 | - <el-input v-model="addForm.mnufctrregname" autocomplete="off" size="small"> | 541 | + <el-input v-model="addForm.mnufctrregname" autocomplete="off" > |
542 | <template slot="prepend">生产单位名称</template> | 542 | <template slot="prepend">生产单位名称</template> |
543 | </el-input> | 543 | </el-input> |
544 | </el-form-item> | 544 | </el-form-item> |
@@ -547,28 +547,28 @@ | @@ -547,28 +547,28 @@ | ||
547 | <el-row> | 547 | <el-row> |
548 | <el-col :span="6"> | 548 | <el-col :span="6"> |
549 | <el-form-item label="" :label-width="formLabelWidth" prop="producedate"> | 549 | <el-form-item label="" :label-width="formLabelWidth" prop="producedate"> |
550 | - <el-input v-model="addForm.producedate" autocomplete="off" size="small"> | 550 | + <el-input v-model="addForm.producedate" autocomplete="off" > |
551 | <template slot="prepend">生产日期</template> | 551 | <template slot="prepend">生产日期</template> |
552 | </el-input> | 552 | </el-input> |
553 | </el-form-item> | 553 | </el-form-item> |
554 | </el-col> | 554 | </el-col> |
555 | <el-col :span="6"> | 555 | <el-col :span="6"> |
556 | <el-form-item label="" :label-width="formLabelWidth" prop="producer"> | 556 | <el-form-item label="" :label-width="formLabelWidth" prop="producer"> |
557 | - <el-input v-model="addForm.producer" autocomplete="off" size="small"> | 557 | + <el-input v-model="addForm.producer" autocomplete="off" > |
558 | <template slot="prepend">生 产 商</template> | 558 | <template slot="prepend">生 产 商</template> |
559 | </el-input> | 559 | </el-input> |
560 | </el-form-item> | 560 | </el-form-item> |
561 | </el-col> | 561 | </el-col> |
562 | <el-col :span="6"> | 562 | <el-col :span="6"> |
563 | <el-form-item label="" :label-width="formLabelWidth" prop="prodvaliddt"> | 563 | <el-form-item label="" :label-width="formLabelWidth" prop="prodvaliddt"> |
564 | - <el-input v-model="addForm.prodvaliddt" autocomplete="off" size="small"> | 564 | + <el-input v-model="addForm.prodvaliddt" autocomplete="off" > |
565 | <template slot="prepend">产品有效期</template> | 565 | <template slot="prepend">产品有效期</template> |
566 | </el-input> | 566 | </el-input> |
567 | </el-form-item> | 567 | </el-form-item> |
568 | </el-col> | 568 | </el-col> |
569 | <el-col :span="6"> | 569 | <el-col :span="6"> |
570 | <el-form-item label="" :label-width="formLabelWidth" prop="ptacode"> | 570 | <el-form-item label="" :label-width="formLabelWidth" prop="ptacode"> |
571 | - <el-input v-model="addForm.ptacode" autocomplete="off" size="small"> | 571 | + <el-input v-model="addForm.ptacode" autocomplete="off" > |
572 | <template slot="prepend">优惠贸易协定代码</template> | 572 | <template slot="prepend">优惠贸易协定代码</template> |
573 | </el-input> | 573 | </el-input> |
574 | </el-form-item> | 574 | </el-form-item> |
@@ -577,21 +577,21 @@ | @@ -577,21 +577,21 @@ | ||
577 | <el-row> | 577 | <el-row> |
578 | <el-col :span="6"> | 578 | <el-col :span="6"> |
579 | <el-form-item label="" :label-width="formLabelWidth" prop="seqno"> | 579 | <el-form-item label="" :label-width="formLabelWidth" prop="seqno"> |
580 | - <el-input v-model="addForm.seqno" autocomplete="off" size="small"> | 580 | + <el-input v-model="addForm.seqno" autocomplete="off" > |
581 | <template slot="prepend">统一编号</template> | 581 | <template slot="prepend">统一编号</template> |
582 | </el-input> | 582 | </el-input> |
583 | </el-form-item> | 583 | </el-form-item> |
584 | </el-col> | 584 | </el-col> |
585 | <el-col :span="6"> | 585 | <el-col :span="6"> |
586 | <el-form-item label="" :label-width="formLabelWidth" prop="usafeermvmapk"> | 586 | <el-form-item label="" :label-width="formLabelWidth" prop="usafeermvmapk"> |
587 | - <el-input v-model="addForm.usafeermvmapk" autocomplete="off" size="small"> | 587 | + <el-input v-model="addForm.usafeermvmapk" autocomplete="off" > |
588 | <template slot="prepend">对美加征排除标志</template> | 588 | <template slot="prepend">对美加征排除标志</template> |
589 | </el-input> | 589 | </el-input> |
590 | </el-form-item> | 590 | </el-form-item> |
591 | </el-col> | 591 | </el-col> |
592 | <el-col :span="6"> | 592 | <el-col :span="6"> |
593 | <el-form-item label="" :label-width="formLabelWidth" prop="rmk"> | 593 | <el-form-item label="" :label-width="formLabelWidth" prop="rmk"> |
594 | - <el-input v-model="addForm.rmk" autocomplete="off" size="small"> | 594 | + <el-input v-model="addForm.rmk" autocomplete="off" > |
595 | <template slot="prepend">备  注</template> | 595 | <template slot="prepend">备  注</template> |
596 | </el-input> | 596 | </el-input> |
597 | </el-form-item> | 597 | </el-form-item> |
@@ -599,8 +599,8 @@ | @@ -599,8 +599,8 @@ | ||
599 | </el-row> | 599 | </el-row> |
600 | </el-form> | 600 | </el-form> |
601 | <div slot="footer" class="dialog-footer"> | 601 | <div slot="footer" class="dialog-footer"> |
602 | - <el-button @click="apply_dialog.addDialog = false" size="small">取 消</el-button> | ||
603 | - <el-button type="primary" @click="dialogApply==='create'?add():edit()" size="small">提 交</el-button> | 602 | + <el-button @click="apply_dialog.addDialog = false" >取 消</el-button> |
603 | + <el-button type="primary" @click="dialogApply==='create'?add():edit()" >提 交</el-button> | ||
604 | </div> | 604 | </div> |
605 | </el-dialog> | 605 | </el-dialog> |
606 | </el-row> | 606 | </el-row> |
-
请 注册 或 登录 后发表评论