Browse Source

brand

master
han\hanst 21 hours ago
parent
commit
d8e6d9ed6f
  1. 2
      src/views/modules/ecss/hsCode.vue

2
src/views/modules/ecss/hsCode.vue

@ -494,6 +494,7 @@
codeNo:'', codeNo:'',
unit:'', unit:'',
remark:'', remark:'',
brand:'无'
} }
this.addModelFlag=true this.addModelFlag=true
}, },
@ -509,6 +510,7 @@
codeNo:row.codeNo, codeNo:row.codeNo,
unit:row.unit, unit:row.unit,
remark:row.remark, remark:row.remark,
brand:row.brand || '无'
} }
this.addModelFlag=true this.addModelFlag=true
}, },

Loading…
Cancel
Save