Commit ef12e58c authored by 黄奎's avatar 黄奎

11

parent 048e1925
...@@ -1012,7 +1012,6 @@ ...@@ -1012,7 +1012,6 @@
</template> </template>
</td> </td>
<td colspan="4"> <td colspan="4">
账单: <el-upload 账单: <el-upload
v-if="teamPrice&&(!teamPrice.OfferBillArray || !teamPrice.OfferBillArray.length) && isUploadAuth" v-if="teamPrice&&(!teamPrice.OfferBillArray || !teamPrice.OfferBillArray.length) && isUploadAuth"
class="upload-demo" style="display:inline-block;position:relative;top:-1px;left:3px;" class="upload-demo" style="display:inline-block;position:relative;top:-1px;left:3px;"
...@@ -1630,7 +1629,7 @@ ...@@ -1630,7 +1629,7 @@
if (offerBillArray && offerBillArray.length > 0) { if (offerBillArray && offerBillArray.length > 0) {
offerBillArray.splice(index, 1); offerBillArray.splice(index, 1);
} }
that.SaveOfferBill(offerBillArray); this.SaveOfferBill(offerBillArray);
}, },
UploadAttachment(file) { //上传 UploadAttachment(file) { //上传
var that = this; var that = this;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment