受理凭证打印
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -255,7 +255,7 @@ export default { | ... | @@ -255,7 +255,7 @@ export default { |
255 | let key = index + 1 | 255 | let key = index + 1 |
256 | this.$set(infoRes.result, "file" + key, it.sjmc) | 256 | this.$set(infoRes.result, "file" + key, it.sjmc) |
257 | this.$set(infoRes.result, "file" + key + 'ys', it.ys) | 257 | this.$set(infoRes.result, "file" + key + 'ys', it.ys) |
258 | // this.$set(infoRes.result, "file" + key + 'xs', it.) | 258 | this.$set(infoRes.result, "file" + key + 'lx', it.sjlx==1?"原件":"复印件") |
259 | }) | 259 | }) |
260 | } | 260 | } |
261 | infoRes.result.nownian = this.newDate.split(' ')[0].split('年')[0] | 261 | infoRes.result.nownian = this.newDate.split(' ')[0].split('年')[0] | ... | ... |
-
Please register or sign in to post a comment