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